You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
988 B

1 year ago
1 year ago
1 year ago
  1. # Hugo configuration file
  2. title: Vinay Keshava
  3. # import hextra as module
  4. module:
  5. imports:
  6. - path: github.com/imfing/hextra
  7. markup:
  8. # allow raw html
  9. goldmark:
  10. renderer:
  11. unsafe: true
  12. # enable hextra syntax highlight
  13. highlight:
  14. noClasses: false
  15. outputs:
  16. home: [HTML]
  17. page: [HTML]
  18. section: [HTML, RSS]
  19. menu:
  20. main:
  21. - name: About
  22. pageRef: /about
  23. weight: 1
  24. - name: Docs
  25. pageRef: /docs
  26. weight: 2
  27. - name: Blog
  28. pageRef: /blog
  29. weight: 3
  30. - name: Search
  31. weight: 4
  32. params:
  33. type: search
  34. - name: Mastodon
  35. weight: 5
  36. url: "https://mastodon.world/@vinaykeshava"
  37. params:
  38. icon: mastodon
  39. params:
  40. navbar:
  41. displayTitle: true
  42. displayLogo: true
  43. logo:
  44. path: /images/vinay.png
  45. footer:
  46. displayCopyright: false
  47. displayPoweredBy: true
  48. editURL:
  49. enable: false
  50. base: "https://github.com/imfing/hextra-starter-template/edit/main/content"