Jemoji
[jekyll-now.git] / _config.yml
blobc8aa21ac0dcc9277bab6484cff31aea80f676726
2 # This file contains configuration flags to customize your blog
5 # The name of your blog
6 name: Site Name
8 # A short bio or description
9 description: Your Site Description
11 # A URL pointing to your avatar or profile pic
12 # To use your Gravatar: (the one that GitHub uses for your profile pic)
13 #   1. Go to https://github.com/YOURUSERNAME/
14 #   2. Right click > Copy Image URL on your profile pic,
15 #   3. Take the first long ID from the URL and paste it in place of mine below
16 avatar: http://www.gravatar.com/avatar/36b4f56a7fa40d3c06e5afc4ed0b82b5?s=200
18 # Your disqus username, if you'd like blog commenting
19 disqus: 
21 # Your Google Analytics web tracking code (e.g. UA-2110908-2)
22 google_analytics: 
24 # Links used for your social icons
25 links:
26   github: your-username
27   twitter: your-username
30 # You don't need to update the configuration flags below.
33 baseurl: ""
34 markdown: kramdown
35 highlighter: pygments
36 permalink: /:title
38 # Emoji please!
39 gems:
40   - jemoji
42 # Exclude these files from your production _site
43 exclude:
44     - Gemfile
45     - Gemfile.lock
46     - scss
47     - README.md