Explaining baseurl in _config.yml
[jekyll-now.git] / _config.yml
blob45a7a588870dca9abebea9379a56e2a012cf442c
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 username, 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 (http://yourusername.github.io/project)
42 # and NOT your User repository (http://yourusername.github.io)
43 # then add in the baseurl here, like this: "/project"
44 baseurl: ""
47 # !! You don't need to change any of the configuration flags below !!
50 markdown: kramdown
51 highlighter: pygments
52 permalink: /:title
54 # Emoji please!
55 gems:
56   - jemoji
58 # Exclude these files from your production _site
59 exclude:
60     - Gemfile
61     - Gemfile.lock
62     - scss
63     - README.md