Compare commits

..

No commits in common. "8ad3f5d455f92629ab85c4e754e98c7d91338884" and "15399ffa6f863c7d06f635ca55a73e65a4922681" have entirely different histories.

3 changed files with 8 additions and 43 deletions

View File

@ -1,6 +1,6 @@
FROM docker-registry1.in.thelinuxpro.net:5000/tlp/tlp_jekyll:0.0.1
LABEL version="0.0.4"
LABEL version="0.0.3"
LABEL image.author.name="Kameron Kenny"
LABEL image.author.email="kameron@localhost"
LABEL description="A Jekyll site for kameronkenny.com."

View File

@ -17,9 +17,9 @@ 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
#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
@ -35,39 +35,18 @@ strava:
#-------------------------------
# Instagram Feed
instafeed: true # To enable the instafeed, use the value true. To turn off use the value false.
instafeed: false # To enable the instafeed, use the value true. To turn off use the value false.
#-------------------------------
# Google Analytics
google-analytics: UA-118953072-1
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
# 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

View File

@ -4,19 +4,5 @@ title: About
permalink: /about/
---
# Hey there, I'm Kameron Kenny
I am passionate about many things. Most notably, learning something new. I'm a big fan of live music and exploring cultures through food. I enjoy basketball, baseball, cycling, cooking, videography, photography, and making things. Technology got me where I am today. I love hearing about other people's perspectives, especially when they are different than mine. I believe the opportunity to give back to the community is a special gift that I am grateful to partake in. The school of life has tought me a lot of lessons that I try to carry forward for others to learn from. One of these days I'll start a podcast, but for now... I'll stick to this blog.
# Favorite Books
{% for book in site.favorite_books %}
---
## [{{ book.name }}]({{ book.url }})
Author: {{ book.author }}
{% endfor %}
# Currently Reading
{% for book in site.currently_reading %}
---
## [{{ book.name }}]({{ book.url }})
Author: {{ book.author }}
{% endfor %}
# Hello World
## Hello.