-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·33 lines (29 loc) · 1.23 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
title: "Bushtit Lab"
name: "Bushtit Lab"
url: "https://bushtit.github.io"
description: "A group for iOS and Mac developers who want to explore all that’s new and fascinating in Cocoa development."
copyright: "Bushtit Lab • 2007-2018"
copyright_full: "Copyright (c) 2007-2018 Bushtit Lab. All rights reserved"
author: "Elias Abel"
author_short: "Elias"
author_avatar: "/assets/image/avatar/default_s.jpg"
other_avatar: "/assets/image/avatar/other_avatar.jpg"
author_description: "Software developer on PC, Linux, Android, iOS and OS X platform. Crafty. Blogger. Traveller. Big fan of Apple. Love of color. Doggies are my fave."
email: "[email protected]"
mail_link: "Mailto:[email protected]?Subject=Hello there!"
twitter: "https://twitter.com/_Meniny"
github: "https://github.com/Bushtit"
oschina: "https://git.oschina.net/meniny"
appstore: "https://itunes.apple.com/cn/developer/shenyi-li/id1026495349"
exclude: ['Gemfile.lock', 'Gemfile', 'Rakefile']
highlighter: rouge
#pygments
markdown: kramdown
permalink: /posts/:title/
blog_perma: "https://bushtit.github.io/posts"
# Plugins
plugins: [jekyll-paginate,jekyll-toc,liquid,jekyll-asciidoc]
# Gems
gems: [jekyll-paginate,jekyll-toc,liquid,jekyll-asciidoc]
paginate: 5
paginate_path: "/posts/page/:num"