2014-02-13 01:42:49 +00:00
|
|
|
#
|
2014-05-17 22:30:37 +00:00
|
|
|
# This file contains configuration flags to customize your site
|
2014-02-13 01:42:49 +00:00
|
|
|
#
|
|
|
|
|
2014-05-17 22:30:37 +00:00
|
|
|
# The name of your site (displayed in the header)
|
2014-03-02 15:48:20 +00:00
|
|
|
name: Site Name
|
2014-02-07 00:18:00 +00:00
|
|
|
|
2014-05-17 22:30:37 +00:00
|
|
|
# A short bio or description (displayed in the header)
|
2014-03-02 15:48:20 +00:00
|
|
|
description: Your Site Description
|
2014-02-13 01:42:49 +00:00
|
|
|
|
2014-05-17 22:30:37 +00:00
|
|
|
# Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co)
|
2014-05-17 22:22:27 +00:00
|
|
|
# Used for Sitemap.xml and your RSS feed
|
|
|
|
url:
|
|
|
|
|
2014-02-13 01:42:49 +00:00
|
|
|
# A URL pointing to your avatar or profile pic
|
|
|
|
# To use your Gravatar: (the one that GitHub uses for your profile pic)
|
|
|
|
# 1. Go to https://github.com/YOURUSERNAME/
|
2014-05-17 22:30:37 +00:00
|
|
|
# 2. Right click and Copy Image URL on your profile pic,
|
2014-02-13 01:42:49 +00:00
|
|
|
# 3. Take the first long ID from the URL and paste it in place of mine below
|
|
|
|
avatar: http://www.gravatar.com/avatar/36b4f56a7fa40d3c06e5afc4ed0b82b5?s=200
|
|
|
|
|
2014-05-17 22:30:37 +00:00
|
|
|
# Your disqus username, entering this will enable commenting on posts
|
2014-02-13 01:42:49 +00:00
|
|
|
disqus:
|
|
|
|
|
2014-05-17 22:30:37 +00:00
|
|
|
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
|
2014-02-13 01:42:49 +00:00
|
|
|
google_analytics:
|
|
|
|
|
2014-05-17 21:48:16 +00:00
|
|
|
# Includes an icon in the footer for each username you enter
|
|
|
|
footer-links:
|
|
|
|
dribbble:
|
|
|
|
email:
|
|
|
|
facebook:
|
|
|
|
flickr:
|
2014-02-19 01:26:49 +00:00
|
|
|
github: your-username
|
2014-05-17 21:48:16 +00:00
|
|
|
instagram:
|
|
|
|
linkedin:
|
|
|
|
pinterest:
|
2014-05-17 22:22:27 +00:00
|
|
|
rss: # just type anything here for a working RSS icon, make sure you set the "url" at the top of this file!
|
2014-02-19 01:26:49 +00:00
|
|
|
twitter: your-username
|
2014-02-07 00:18:00 +00:00
|
|
|
|
2014-04-26 20:29:47 +00:00
|
|
|
#
|
2014-05-17 22:30:37 +00:00
|
|
|
# !! You don't need to change any of the configuration flags below !!
|
2014-04-26 20:29:47 +00:00
|
|
|
#
|
|
|
|
|
2014-05-13 12:10:16 +00:00
|
|
|
baseurl: ""
|
2014-04-30 12:51:27 +00:00
|
|
|
markdown: kramdown
|
2014-05-13 12:07:05 +00:00
|
|
|
highlighter: pygments
|
2014-02-19 01:26:49 +00:00
|
|
|
permalink: /:title
|
2014-02-07 00:18:00 +00:00
|
|
|
|
2014-05-13 12:32:27 +00:00
|
|
|
# Emoji please!
|
|
|
|
gems:
|
|
|
|
- jemoji
|
|
|
|
|
2014-02-13 01:42:49 +00:00
|
|
|
# Exclude these files from your production _site
|
2014-02-07 00:18:00 +00:00
|
|
|
exclude:
|
|
|
|
- Gemfile
|
|
|
|
- Gemfile.lock
|
|
|
|
- scss
|
2014-02-13 01:42:49 +00:00
|
|
|
- README.md
|