2013-07-16 21:45:50 +02:00
|
|
|
title: Site Title
|
|
|
|
tagline: A short tagline
|
|
|
|
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
|
2013-05-24 16:25:31 +02:00
|
|
|
|
2013-06-06 17:37:58 +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
|
2013-06-20 14:59:26 +02:00
|
|
|
# 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:
|
2013-06-06 17:37:58 +02:00
|
|
|
# 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
|
|
|
|
2013-06-30 21:34:46 +02:00
|
|
|
# Links to include in top navigation
|
|
|
|
# For external links add external: true
|
2013-06-06 17:37:58 +02:00
|
|
|
links:
|
|
|
|
- title: About
|
2013-12-09 15:00:49 +01:00
|
|
|
url: /about/
|
2013-06-06 17:37:58 +02:00
|
|
|
- title: Articles
|
2013-12-09 15:00:49 +01:00
|
|
|
url: /articles/
|
2013-06-06 17:37:58 +02:00
|
|
|
- title: Theme Setup
|
2013-12-09 15:00:49 +01:00
|
|
|
url: /theme-setup/
|
2013-06-30 21:34:46 +02:00
|
|
|
- title: Made Mistakes
|
|
|
|
url: http://mademistakes.com
|
|
|
|
external: true
|
2013-06-06 17:37:58 +02:00
|
|
|
|
|
|
|
# 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
|
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:
|
|
|
|
coderay_line_numbers_start: 1
|
|
|
|
coderay_tab_width: 4
|
|
|
|
coderay_bold_every: 10
|
|
|
|
coderay_css: class
|
|
|
|
|
|
|
|
include: [".htaccess"]
|
2013-09-09 16:12:07 +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"]
|