Use a hard-coded link to the Jekyll logo, hosted on jekyll-now
[jekyll-now.git] / _config.yml
blob2dc1718318c74afb36aa2dadea9c882a375479fc
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 # Your disqus username, entering this will enable commenting on posts
19 disqus: 
21 # Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
22 google_analytics: 
24 # Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co)
25 # Used for Sitemap.xml and your RSS feed
26 url: 
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: jekyll
35   instagram: 
36   linkedin: 
37   pinterest: 
38   rss: # just type anything here for a working RSS icon, make sure you set the "url" above!
39   twitter: jekyllrb
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