Removed some unused images
[jekyll-now.git] / _config.yml
blob2fd6845c12e04257c3265639ffdf65f0e27cbe08
2 # This file contains configuration flags to customize your site
5 # The name of your site (displayed in the header)
6 name: Site Name
8 # A short bio or description (displayed in the header)
9 description: Your Site Description
11 # Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co)
12 # Used for Sitemap.xml and your RSS feed
13 url: 
15 # A URL pointing to your avatar or profile pic
16 # To use your Gravatar: (the one that GitHub uses for your profile pic)
17 #   1. Go to https://github.com/YOURUSERNAME/
18 #   2. Right click and Copy Image URL on your profile pic,
19 #   3. Take the first long ID from the URL and paste it in place of mine below
20 avatar: http://www.gravatar.com/avatar/36b4f56a7fa40d3c06e5afc4ed0b82b5?s=200
22 # Your disqus username, entering this will enable commenting on posts
23 disqus: 
25 # Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
26 google_analytics: 
28 # Includes an icon in the footer for each username you enter
29 footer-links:
30   dribbble: 
31   email: 
32   facebook: 
33   flickr: 
34   github: your-username
35   instagram: 
36   linkedin: 
37   pinterest: 
38   rss: # just type anything here for a working RSS icon, make sure you set the "url" at the top of this file!
39   twitter: your-username
42 # !! You don't need to change any of the configuration flags below !!
45 baseurl: ""
46 markdown: kramdown
47 highlighter: pygments
48 permalink: /:title
50 # Emoji please!
51 gems:
52   - jemoji
54 # Exclude these files from your production _site
55 exclude:
56     - Gemfile
57     - Gemfile.lock
58     - scss
59     - README.md