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

56 lines
1.2 KiB
YAML
Raw Normal View History

# Site wide configuration
2013-07-16 21:45:50 +02:00
title: Site Title
locale: en_US
2013-12-09 14:41:58 +01:00
url: http://localhost:4000
2013-05-24 16:25:31 +02:00
# Jekyll configuration
2014-01-15 20:59:52 +01:00
permalink: /:categories/:title/
markdown: kramdown
highlighter: pygments
2014-07-31 19:09:32 +02:00
sass:
sass_dir: _sass
style: compressed
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
# Site owner
owner:
name: Your Name
avatar: bio-photo.jpg
bio: "Describe your self."
email:
disqus-shortname: minimalmistakes
twitter: mmistakes
facebook: michaelrose
google:
plus: +MichaelRoseDesign
analytics: UA-2011187-3
verify: UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y
ad-client: ca-pub-7328585512091257
ad-slot: 7855747535
bing-verify: D81F4C18A6CB3018F64D7C827D953DFD
github: mmistakes
stackoverflow:
linkedin:
instagram: mmistakes
lastfm:
tumblr:
pinterest:
foursquare:
steam:
dribbble:
2013-05-24 16:25:31 +02: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"]