2013-07-16 19:40:18 +00:00
|
|
|
title: Site Title
|
|
|
|
description: Describe your website here.
|
2013-06-26 02:34:15 +00:00
|
|
|
logo: site-logo.png
|
2014-05-14 21:28:46 +00:00
|
|
|
disqus_shortname:
|
2013-09-11 16:12:08 +00:00
|
|
|
search: true
|
2014-01-02 16:22:49 +00:00
|
|
|
# Change url to your domain. Leave localhost server or blank when working locally.
|
2014-05-14 21:28:46 +00:00
|
|
|
# You don't need to specify the protocol if you want it available on http and https. Example: //localhost:4000
|
2013-10-25 14:13:33 +00:00
|
|
|
url: http://localhost:4000
|
2013-06-25 20:19:49 +00:00
|
|
|
|
|
|
|
# Owner/author information
|
|
|
|
owner:
|
2013-07-16 19:40:18 +00:00
|
|
|
name: Your Name
|
|
|
|
avatar: bio-photo.jpg
|
|
|
|
email: you@email.com
|
2013-06-25 20:19:49 +00:00
|
|
|
# Social networking links used in footer. Update and remove as you like.
|
2014-05-14 21:28:46 +00:00
|
|
|
twitter:
|
|
|
|
facebook:
|
|
|
|
github:
|
|
|
|
stackexchange:
|
|
|
|
linkedin:
|
|
|
|
instagram:
|
|
|
|
flickr:
|
|
|
|
tumblr:
|
2013-06-25 20:19:49 +00:00
|
|
|
# For Google Authorship https://plus.google.com/authorship
|
2014-05-14 21:28:46 +00:00
|
|
|
google_plus:
|
2013-06-25 20:19:49 +00:00
|
|
|
|
|
|
|
# Analytics and webmaster tools stuff goes here
|
2014-05-14 21:28:46 +00:00
|
|
|
google_analytics:
|
|
|
|
google_verify:
|
2013-06-25 20:19:49 +00:00
|
|
|
# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
|
2014-05-14 21:28:46 +00:00
|
|
|
bing_verify:
|
2013-06-25 20:19:49 +00:00
|
|
|
|
2013-06-30 19:03:50 +00:00
|
|
|
# Links to include in top navigation
|
|
|
|
# For external links add external: true
|
2013-06-25 20:19:49 +00:00
|
|
|
links:
|
|
|
|
- title: About
|
2014-01-02 20:28:13 +00:00
|
|
|
url: /about/
|
2013-06-25 20:19:49 +00:00
|
|
|
- title: Articles
|
2014-01-02 20:28:13 +00:00
|
|
|
url: /articles/
|
2013-06-25 20:19:49 +00:00
|
|
|
- title: Theme Setup
|
2014-01-02 20:28:13 +00:00
|
|
|
url: /theme-setup/
|
2013-06-30 19:03:50 +00:00
|
|
|
- title: Made Mistakes
|
|
|
|
url: http://mademistakes.com
|
|
|
|
external: true
|
2013-06-25 20:19:49 +00:00
|
|
|
|
|
|
|
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
|
|
|
timezone: America/New_York
|
|
|
|
future: true
|
2014-05-11 03:28:11 +00:00
|
|
|
highlighter: pygments
|
2013-06-25 20:19:49 +00:00
|
|
|
markdown: kramdown
|
|
|
|
|
|
|
|
# https://github.com/mojombo/jekyll/wiki/Permalinks
|
2014-01-02 20:28:13 +00:00
|
|
|
permalink: /:categories/:title/
|
2013-06-25 20:19:49 +00:00
|
|
|
|
|
|
|
kramdown:
|
|
|
|
auto_ids: true
|
|
|
|
footnote_nr: 1
|
|
|
|
entity_output: as_char
|
|
|
|
toc_levels: 1..6
|
|
|
|
use_coderay: false
|
|
|
|
|
|
|
|
coderay:
|
2014-05-14 21:28:46 +00:00
|
|
|
coderay_line_numbers:
|
2013-06-25 20:19:49 +00:00
|
|
|
coderay_line_numbers_start: 1
|
|
|
|
coderay_tab_width: 4
|
|
|
|
coderay_bold_every: 10
|
|
|
|
coderay_css: class
|
|
|
|
|
|
|
|
include: [".htaccess"]
|
2013-10-25 14:13:33 +00:00
|
|
|
exclude: ["lib", "config.rb", "Gemfile", "Capfile", "Gemfile.lock", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules"]
|