99 lines
2.7 KiB
YAML
99 lines
2.7 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: kkenny379
|
|
##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: true # To enable the instafeed, use the value true. To turn off use the value false.
|
|
|
|
|
|
#-------------------------------
|
|
# Google Analytics
|
|
google-analytics: UA-118953072-1
|
|
|
|
|
|
#-------------------------------
|
|
# Newsletter
|
|
#mailchimp: # Add your MailChimp form identifier. For example - blogenjoyfreedom.us16.list-manage.com/subscribe/post?u=cd56155d76ddeeb4c0bc4d080&id=7a526cd13e
|
|
|
|
#-------------------------------
|
|
# Currently Reading
|
|
favorite_books:
|
|
- name: "Extreme Ownership"
|
|
subtitle: "How U.S. Navy SEALs Lead and Win"
|
|
url: 'https://books.google.com/books?id=tpspDwAAQBAJ'
|
|
author: "Jocko Willink, Leif Babin"
|
|
- name: "Multipliers"
|
|
url: 'https://books.google.com/books?id=kF26e_S6l_cC'
|
|
author: "Liz Wiseman, Greg McKeown"
|
|
- name: "The Phoenix Project"
|
|
url: 'https://books.google.com/books?id=_An-CAAAQBAJ'
|
|
author: "Gene Kim, Kevin Behr, George Spafford"
|
|
|
|
currently_reading:
|
|
- name: "Be Data Analytical"
|
|
subtitle: "How to Use Analytics to Turn Data Into Value"
|
|
url: 'https://www.amazon.com/Be-Data-Analytical-Analytics-Value/dp/1398609285'
|
|
author: "Jordan Morrow"
|
|
|
|
#-------------------------------
|
|
# 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/
|