kameronkenny.com/_config.yml

80 lines
2.1 KiB
YAML

#-------------------------------
# General Site Settings
title: Kam's Blog
description: Images and articulation of cycling, food, tech, and other things I care about at the moment.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://kameronkenny.com" # the base hostname & protocol for your site, e.g. http://example.com
#-------------------------------
# About Section
author-name: Kameron Kenny
author-avatar: 09.jpg
#-------------------------------
# Contact links
#facebook: https://facebook.com/ # Add your Facebook handle
#twitter: https://twitter.com/ # Add your Facebook handle
#instagram: https://www.instagram.com/ # Add your Facebook handle
#pinterest: https://www.pinterest.com/ # Add your Facebook handle
#
strava:
latest-rides:
url: https://www.strava.com/athletes/30509534/latest-rides/df309ed4d8ee2aef0cabb44d018f31d494f71462
enabled: true
activity-summary:
url: https://www.strava.com/athletes/30509534/activity-summary/df309ed4d8ee2aef0cabb44d018f31d494f71462
enabled: false
#-------------------------------
# Comment Section (Disqus)
#disqus-identifier: mr-brown # Add your shortname for Disqus Comment. For example mr-brown
#-------------------------------
# Instagram Feed
instafeed: false # To enable the instafeed, use the value true. To turn off use the value false.
#-------------------------------
# Google Analytics
google-analytics: # Add your identifier. For example UA-99631805-1.
#-------------------------------
# Newsletter
#mailchimp: # Add your MailChimp form identifier. For example - blogenjoyfreedom.us16.list-manage.com/subscribe/post?u=cd56155d76ddeeb4c0bc4d080&id=7a526cd13e
#-------------------------------
# Build settings
markdown: kramdown
permalink: ':title/'
plugins:
- jekyll-paginate
- jekyll-sitemap
paginate: 7
paginate_path: "/page/:num"
include:
- _pages
sass:
sass_dir: _sass
style: compressed
#-------------------------------
# Exclude from processing.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/