findcommonground.uk/_config.yml

60 lines
1.3 KiB
YAML
Raw Normal View History

2014-02-13 01:42:49 +00:00
#
2014-05-17 22:30:37 +00:00
# This file contains configuration flags to customize your site
2014-02-13 01:42:49 +00:00
#
# Name of your site (displayed in the header)
name: Your Name
2014-02-07 00:18:00 +00:00
# Short bio or description (displayed in the header)
description: Web Developer from Somewhere
2014-05-17 22:22:27 +00:00
# URL of your avatar or profile pic (you could use your GitHub profile pic)
avatar: https://raw.githubusercontent.com/barryclark/jekyll-now/master/images/jekyll-logo.png
2014-02-13 01:42:49 +00:00
#
# Flags below are optional
#
# Includes an icon in the footer for each username you enter
footer-links:
dribbble:
email:
facebook:
flickr:
github: jekyll
instagram:
linkedin:
pinterest:
rss: # just type anything here for a working RSS icon, make sure you set the "url" above!
twitter: jekyllrb
2014-02-07 00:18:00 +00:00
2014-06-01 18:59:58 +00:00
# Your disqus username, entering this will enable commenting on posts
disqus:
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
google_analytics:
# Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co)
# Used for Sitemap.xml and your RSS feed
url:
2014-04-26 20:29:47 +00:00
#
2014-05-17 22:30:37 +00:00
# !! You don't need to change any of the configuration flags below !!
2014-04-26 20:29:47 +00:00
#
2014-05-13 12:10:16 +00:00
baseurl: ""
markdown: kramdown
highlighter: pygments
2014-02-19 01:26:49 +00:00
permalink: /:title
2014-02-07 00:18:00 +00:00
2014-05-13 12:32:27 +00:00
# Emoji please!
gems:
- jemoji
2014-02-13 01:42:49 +00:00
# Exclude these files from your production _site
2014-02-07 00:18:00 +00:00
exclude:
- Gemfile
- Gemfile.lock
- scss
2014-02-13 01:42:49 +00:00
- README.md