Adding specific jekyll-sitemap version to Gemfile
[jekyll-now.git] / _config.yml
blob03362db4851180e279c50c56b6f74610ae1a1819
2 # This file contains configuration flags to customize your site
5 # Name of your site (displayed in the header)
6 name: Your Name
8 # Short bio or description (displayed in the header)
9 description: Web Developer from Somewhere
11 # URL of your avatar or profile pic (you could use your GitHub profile pic)
12 avatar: https://raw.githubusercontent.com/barryclark/jekyll-now/master/images/jekyll-logo.png
15 # Flags below are optional
18 # Includes an icon in the footer for each username you enter
19 footer-links:
20   dribbble: 
21   email: 
22   facebook: 
23   flickr: 
24   github: jekyll
25   instagram: 
26   linkedin: 
27   pinterest: 
28   rss: # just type anything here for a working RSS icon, make sure you set the "url" above!
29   twitter: jekyllrb
31 # Your disqus shortname, entering this will enable commenting on posts
32 disqus: 
34 # Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
35 google_analytics: 
37 # Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co)
38 # Used for Sitemap.xml and your RSS feed
39 url: 
41 # If you're hosting your site at a Project repository on GitHub pages 
42 # (http://yourusername.github.io/repository-name)
43 # and NOT your User repository (http://yourusername.github.io)
44 # then add in the baseurl here, like this: "/repository-name"
45 baseurl: ""
48 # !! You don't need to change any of the configuration flags below !!
51 markdown: kramdown
52 highlighter: pygments
53 permalink: /:title
55 # Use the following plug-ins
56 gems:
57   - jemoji # Emoji please!
58   - jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
60 # Exclude these files from your production _site
61 exclude:
62     - Gemfile
63     - Gemfile.lock
64     - scss
65     - README.md