Readme love for Bart Kiers and Javier Cejudo
[jekyll-now.git] / _config.yml
blobcdb46a3119c80bee18096f98a6bab0526d3847aa
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: barryclark/jekyll-now
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
30   stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers"
32 # Your disqus shortname, entering this will enable commenting on posts
33 disqus: 
35 # Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
36 google_analytics: 
38 # Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co)
39 # Used for Sitemap.xml and your RSS feed
40 url: 
42 # If you're hosting your site at a Project repository on GitHub pages 
43 # (http://yourusername.github.io/repository-name)
44 # and NOT your User repository (http://yourusername.github.io)
45 # then add in the baseurl here, like this: "/repository-name"
46 baseurl: ""
49 # !! You don't need to change any of the configuration flags below !!
52 markdown: kramdown
53 highlighter: pygments
54 permalink: /:title/
56 # The release of Jekyll Now that you're using
57 version: v1.0.0
59 # Set the Sass partials directory, as we're using @imports
60 sass:
61   sass_dir: _scss
62   style: :expanded # You might prefer to minify using :compressed
64 # Use the following plug-ins
65 gems:
66   - jemoji # Emoji please!
67   - jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
69 # Exclude these files from your production _site
70 exclude:
71     - Gemfile
72     - Gemfile.lock
73     - LICENSE
74     - README.md