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

67 lines
1.8 KiB
YAML
Raw Normal View History

2013-07-16 21:45:50 +02:00
title: Site Title
tagline: A short tagline
description: Describe your website.
#Comment out url when working locally to resolve base urls correctly
2013-07-16 21:45:50 +02:00
url: http://your-site.com
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.
2013-07-16 21:45:50 +02:00
twitter:
2013-06-21 15:37:25 +02:00
facebook:
2013-07-16 21:45:50 +02:00
github:
2013-06-21 15:37:25 +02:00
linkedin:
2013-07-16 21:45:50 +02:00
instagram:
2013-06-21 15:37:25 +02:00
lastfm:
tumblr:
# For Google Authorship https://plus.google.com/authorship
2013-07-16 21:45:50 +02:00
google_plus:
2013-05-24 16:25:31 +02:00
# Analytics and webmaster tools stuff goes here
2013-07-16 21:45:50 +02:00
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
2013-07-16 21:45:50 +02:00
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
url: /about
- title: Articles
url: /articles
- title: Theme Setup
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
2013-05-28 15:00:43 +02:00
pygments: true
2013-05-24 16:25:31 +02:00
markdown: kramdown
# https://github.com/mojombo/jekyll/wiki/Permalinks
2013-05-24 17:39:33 +02: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:
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", "minimal-mistakes.sublime-project", "minimal-mistakes.sublime-workspace"]