kameronkenny.com/about.md

23 lines
1.0 KiB
Markdown

---
layout: page
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 %}