update section breaks
This commit is contained in:
parent
73334d15d7
commit
90cb5a6db2
10
about.md
10
about.md
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue