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

74 lines
1.9 KiB
YAML
Raw Normal View History

2013-07-16 21:45:50 +02:00
title: Site Title
description: Describe your website.
2013-12-09 14:41:58 +01:00
# Your site's domain goes here. Leave localhost server or blank when working locally.
url: http://localhost:4000
disqus_shortname:
2013-05-24 16:25:31 +02:00
# Owner/author information
2013-05-24 16:25:31 +02:00
owner:
2013-07-16 21:45:50 +02:00
name: Your Name
2013-05-24 17:37:44 +02:00
avatar: bio-photo.jpg
2013-07-16 21:45:50 +02:00
bio: "Describe your self."
email: your@email.com
# Social networking links are used in author-bio sidebar. Update and remove as you like.
twitter:
facebook:
github:
stackoverflow:
linkedin:
instagram:
lastfm:
tumblr:
pinterest:
foursquare:
steam:
dribbble:
# For Google Authorship https://plus.google.com/authorship
google_plus:
2013-05-24 16:25:31 +02:00
# Analytics and webmaster tools stuff goes here
google_analytics:
google_verify:
2013-05-24 17:08:47 +02:00
# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
bing_verify:
2013-05-24 16:25:31 +02:00
# Links to include in top navigation
# For external links add external: true
links:
- title: About
2013-12-09 15:00:49 +01:00
url: /about/
- title: Posts
url: /posts/
- title: Theme Setup
2013-12-09 15:00:49 +01:00
url: /theme-setup/
- title: Made Mistakes
url: http://mademistakes.com
external: true
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
2013-05-24 16:25:31 +02:00
timezone: America/New_York
future: true
pygments: true
#highlighter: pygments
2013-05-24 16:25:31 +02:00
markdown: kramdown
# https://github.com/mojombo/jekyll/wiki/Permalinks
2014-01-15 20:59:52 +01:00
permalink: /:categories/:title/
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
2013-05-24 16:25:31 +02:00
coderay:
coderay_line_numbers:
2013-05-24 16:25:31 +02:00
coderay_line_numbers_start: 1
coderay_tab_width: 4
coderay_bold_every: 10
coderay_css: class
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"]