diff --git a/_config.yml b/_config.yml index 11a417c..3231c06 100644 --- a/_config.yml +++ b/_config.yml @@ -18,6 +18,18 @@ linkedin_username: kameronkenny google_analytics: "UA-118953072-1" +favorite_books: + - name: "Extreme Ownership: How U.S. Navy SEALs Lead and Win" + url: 'https://books.google.com/books?id=tpspDwAAQBAJ' + - name: "Multipliers" + url: 'https://books.google.com/books?id=kF26e_S6l_cC' + - name: "The Phoenix Project" + url: 'https://books.google.com/books?id=_An-CAAAQBAJ' + +currently_reading: + - name: "The Captain Class: A New Theory on Leadership" + url: 'https://books.google.com/books?id=pKD4DAAAQBAJ' + # Build settings markdown: kramdown diff --git a/about.md b/about.md index d85bee3..03961fd 100644 --- a/about.md +++ b/about.md @@ -14,9 +14,14 @@ 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. ## Favorite Books -* _[Extreme Ownership: How U.S. Navy SEALs Lead and Win](https://books.google.com/books?id=tpspDwAAQBAJ)_ -* _[Multipliers](https://books.google.com/books?id=kF26e_S6l_cC)_ -* _[The Phoenix Project](https://books.google.com/books?id=_An-CAAAQBAJ)_ +{% for book in site.favorite_books %} +- _[{{ book.name }}]({{ book.url }})_ +{% endfor %} + +## Currently Reading +{% for book in site.currently_reading %} +- _[{{ book.name }}]({{ book.url }})_ +{% endfor %} #### Disclaimer _I work for a large company. This site contains my thoughts and opinions, and doesn't necessarily reflect the company I work for._