This commit is contained in:
Kameron Kenny 2019-02-16 09:27:36 -05:00
parent a6714a21a1
commit 5879f84ac4
1 changed files with 4 additions and 2 deletions

View File

@ -13,14 +13,16 @@ I am a proven asset with the ability to think outside the box, stay ahead of the
My current focus is leading a large distributed team on a journey into Infrastructure as Code. I can't wait to see the growth of those around me as we embark on this journey together. My current focus is leading a large distributed team on a journey into Infrastructure as Code. I can't wait to see the growth of those around me as we embark on this journey together.
## Favorite Books ### Favorite Books
{% for book in site.favorite_books %} {% for book in site.favorite_books %}
---
[{{ book.name }}]({{ book.url }}) <br /> [{{ book.name }}]({{ book.url }}) <br />
_[{{ book.subtitle }}]({{ book.url }})_ <br /> _[{{ book.subtitle }}]({{ book.url }})_ <br />
By: {{ book.author }} By: {{ book.author }}
{% endfor %} {% endfor %}
## Currently Reading ### Currently Reading
---
{% for book in site.currently_reading %} {% for book in site.currently_reading %}
[{{ book.name }}]({{ book.url }}) <br /> [{{ book.name }}]({{ book.url }}) <br />
_[{{ book.subtitle }}]({{ book.url }})_ <br /> _[{{ book.subtitle }}]({{ book.url }})_ <br />