hacks-guide-minimal-mistake.../_config.yml

62 lines
1.3 KiB
YAML
Raw Normal View History

# Site wide configuration
2013-07-16 15:45:50 -04:00
title: Site Title
locale: en_US
2015-04-17 11:43:36 +01:00
url:
2013-05-24 10:25:31 -04:00
# Jekyll configuration
2014-01-15 14:59:52 -05:00
permalink: /:categories/:title/
markdown: kramdown
highlighter: pygments
2014-07-31 13:09:32 -04:00
sass:
sass_dir: _sass
style: compressed
gems:
- jekyll-sitemap
2013-05-24 10:25:31 -04:00
kramdown:
2013-05-28 08:37:28 -04:00
auto_ids: true
2013-05-24 10:25:31 -04:00
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
2013-05-28 09:00:43 -04:00
use_coderay: false
2013-05-28 08:37:28 -04:00
# Site owner
owner:
name: Your Name
avatar: bio-photo.jpg
bio: "Describe your self."
2015-04-17 11:43:36 +01:00
email:
disqus-shortname:
twitter: #username
facebook: #username
google:
plus: #username
2015-04-17 11:43:36 +01:00
analytics:
verify:
ad-client:
ad-slot:
bing-verify:
github: #username
2015-07-19 15:12:20 +01:00
stackoverflow: #123456/username from a "http://stackoverflow.com/users/123456/username" link
linkedin: #username
2015-03-05 23:42:51 +01:00
xing: #username
instagram: #username
lastfm: #username
tumblr: #username
pinterest: #username
foursquare: #username
steam: #username
dribbble: #username
youtube: #username
soundcloud: #username
weibo: #username
flickr: #username
2015-07-11 22:08:55 -04:00
codepen: #username
2013-05-24 10:25:31 -04:00
include: [".htaccess"]
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"]