brouilleursdeblanc/_config.yml

68 lines
1.8 KiB
YAML
Raw Normal View History

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
2013-07-16 19:40:18 +00:00
disqus_shortname:
2013-06-25 20:19:49 +00:00
#Comment out url when working locally to resolve base urls correctly
2013-07-16 19:40:18 +00:00
url: http://your-website.com
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.
2013-07-16 19:40:18 +00:00
twitter:
facebook:
github:
stackexchange:
2013-07-16 19:40:18 +00:00
linkedin:
instagram:
2013-07-17 02:04:26 +00:00
flickr:
2013-07-16 19:40:18 +00:00
tumblr:
2013-06-25 20:19:49 +00:00
# For Google Authorship https://plus.google.com/authorship
2013-07-16 19:40:18 +00:00
google_plus:
2013-06-25 20:19:49 +00:00
# Analytics and webmaster tools stuff goes here
2013-07-16 19:40:18 +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
2013-07-16 19:40:18 +00:00
bing_verify:
2013-06-25 20:19:49 +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
url: /about
- title: Articles
url: /articles
- title: Theme Setup
url: /theme-setup
- 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
pygments: true
markdown: kramdown
# https://github.com/mojombo/jekyll/wiki/Permalinks
permalink: /:categories/:title
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
use_coderay: false
coderay:
coderay_line_numbers:
coderay_line_numbers_start: 1
coderay_tab_width: 4
coderay_bold_every: 10
coderay_css: class
include: [".htaccess"]
2013-09-11 13:45:12 +00: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"]