Latest version of my personal website

_config.yml 855B

12345678910111213141516171819202122232425262728293031323334
  1. title: Tyler Hallada
  2. name: Tyler Hallada - Blog
  3. description: Musings on technology, literature, and interesting topics
  4. author: thallada
  5. url: http://www.hallada.net
  6. blog_url: http://www.hallada.net/blog
  7. assets: http://hallada.net/assets/
  8. logo: /img/profile_icon_128x128.jpg
  9. social:
  10. name: Tyler Hallada
  11. links:
  12. - https://twitter.com/tyhallada
  13. - https://www.facebook.com/tyhallada
  14. - https://www.linkedin.com/in/thallada/
  15. - https://github.com/thallada
  16. defaults:
  17. -
  18. scope:
  19. path: ""
  20. values:
  21. image: /img/profile_icon_128x128.jpg
  22. width: 128
  23. height: 128
  24. markdown: kramdown
  25. kramdown:
  26. syntax_highlighter: rouge
  27. paginate: 10
  28. paginate_path: "blog/page:num"
  29. gems:
  30. - jekyll-redirect-from
  31. - jekyll-paginate
  32. - jekyll-seo-tag
  33. include: [".well-known"]