Latest version of my personal website

_config.yml 847B

123456789101112131415161718192021222324252627282930313233
  1. title: Tyler Hallada
  2. name: Tyler Hallada - Blog
  3. description: Musings on technology, literature, and interesting topics
  4. author: thallada
  5. url: https://www.hallada.net
  6. blog_url: https://www.hallada.net/blog
  7. assets: https://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_300x200.jpg
  22. markdown: kramdown
  23. kramdown:
  24. syntax_highlighter: rouge
  25. excerpt_separator: "<!--excerpt-->"
  26. paginate: 10
  27. paginate_path: "blog/page:num"
  28. gems:
  29. - jekyll-redirect-from
  30. - jekyll-paginate
  31. - jekyll-seo-tag
  32. include: [".well-known"]