update section breaks

This commit is contained in:
Kameron Kenny 2024-06-02 09:52:47 -04:00
parent 73334d15d7
commit 90cb5a6db2
No known key found for this signature in database
GPG Key ID: E5006629839D2276
1 changed files with 6 additions and 4 deletions

View File

@ -7,16 +7,18 @@ 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 %}
---
# Favorite Books
---
{% for book in site.favorite_books %}
## [{{ book.name }}]({{ book.url }})
Author: {{ book.author }}
{% endfor %}
# Currently Reading
{% for book in site.currently_reading %}
---
# Currently Reading
---
{% for book in site.currently_reading %}
## [{{ book.name }}]({{ book.url }})
Author: {{ book.author }}
{% endfor %}