2014-07-31 15:37:41 +02:00
|
|
|
# Site wide configuration
|
|
|
|
|
2013-07-16 21:45:50 +02:00
|
|
|
title: Site Title
|
2014-07-31 15:37:41 +02:00
|
|
|
locale: en_US
|
2015-04-17 12:43:36 +02:00
|
|
|
url:
|
2013-05-24 16:25:31 +02:00
|
|
|
|
|
|
|
|
2014-07-31 15:37:41 +02:00
|
|
|
# Jekyll configuration
|
|
|
|
|
2014-01-15 20:59:52 +01:00
|
|
|
permalink: /:categories/:title/
|
2014-07-31 15:37:41 +02:00
|
|
|
markdown: kramdown
|
|
|
|
highlighter: pygments
|
2014-07-31 19:09:32 +02:00
|
|
|
sass:
|
|
|
|
sass_dir: _sass
|
|
|
|
style: compressed
|
2014-07-31 15:40:48 +02:00
|
|
|
gems:
|
|
|
|
- jekyll-sitemap
|
2013-05-24 16:25:31 +02:00
|
|
|
|
|
|
|
kramdown:
|
2013-05-28 14:37:28 +02:00
|
|
|
auto_ids: true
|
2013-05-24 16:25:31 +02:00
|
|
|
footnote_nr: 1
|
|
|
|
entity_output: as_char
|
|
|
|
toc_levels: 1..6
|
2013-05-28 15:00:43 +02:00
|
|
|
use_coderay: false
|
2013-05-28 14:37:28 +02:00
|
|
|
|
2014-07-31 15:37:41 +02:00
|
|
|
|
|
|
|
# Site owner
|
|
|
|
owner:
|
|
|
|
name: Your Name
|
|
|
|
avatar: bio-photo.jpg
|
|
|
|
bio: "Describe your self."
|
2015-04-17 12:43:36 +02:00
|
|
|
email:
|
|
|
|
disqus-shortname:
|
2014-08-09 02:48:04 +02:00
|
|
|
twitter: #username
|
|
|
|
facebook: #username
|
2014-07-31 15:37:41 +02:00
|
|
|
google:
|
2014-08-09 02:48:04 +02:00
|
|
|
plus: #username
|
2015-04-17 12:43:36 +02:00
|
|
|
analytics:
|
|
|
|
verify:
|
|
|
|
ad-client:
|
|
|
|
ad-slot:
|
|
|
|
bing-verify:
|
2014-08-09 02:48:04 +02:00
|
|
|
github: #username
|
2015-07-19 16:12:20 +02:00
|
|
|
stackoverflow: #123456/username from a "http://stackoverflow.com/users/123456/username" link
|
2014-08-09 02:48:04 +02:00
|
|
|
linkedin: #username
|
2015-03-05 23:42:51 +01:00
|
|
|
xing: #username
|
2014-08-09 02:48:04 +02:00
|
|
|
instagram: #username
|
|
|
|
lastfm: #username
|
|
|
|
tumblr: #username
|
|
|
|
pinterest: #username
|
|
|
|
foursquare: #username
|
|
|
|
steam: #username
|
|
|
|
dribbble: #username
|
2014-10-20 19:06:15 +02:00
|
|
|
youtube: #username
|
|
|
|
soundcloud: #username
|
2015-01-03 05:15:50 +01:00
|
|
|
weibo: #username
|
2015-01-12 18:56:39 +01:00
|
|
|
flickr: #username
|
2015-07-12 04:08:55 +02:00
|
|
|
codepen: #username
|
2013-05-24 16:25:31 +02:00
|
|
|
|
|
|
|
include: [".htaccess"]
|
2014-05-18 15:12:27 +02:00
|
|
|
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "LICENSE", "README.md"]
|