This commit is contained in:
Kameron Kenny 2019-02-14 09:08:07 -05:00
parent 9bec7ffd57
commit cd6b80224f
2 changed files with 20 additions and 3 deletions

View File

@ -18,6 +18,18 @@ linkedin_username: kameronkenny
google_analytics: "UA-118953072-1" 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 # Build settings
markdown: kramdown markdown: kramdown

View File

@ -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. 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
* _[Extreme Ownership: How U.S. Navy SEALs Lead and Win](https://books.google.com/books?id=tpspDwAAQBAJ)_ {% for book in site.favorite_books %}
* _[Multipliers](https://books.google.com/books?id=kF26e_S6l_cC)_ - _[{{ book.name }}]({{ book.url }})_
* _[The Phoenix Project](https://books.google.com/books?id=_An-CAAAQBAJ)_ {% endfor %}
## Currently Reading
{% for book in site.currently_reading %}
- _[{{ book.name }}]({{ book.url }})_
{% endfor %}
#### Disclaimer #### Disclaimer
_I work for a large company. This site contains my thoughts and opinions, and doesn't necessarily reflect the company I work for._ _I work for a large company. This site contains my thoughts and opinions, and doesn't necessarily reflect the company I work for._