config.yaml 928 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. baseURL: https://example.com
  2. languageCode: en-us
  3. defaultContentLanguage: en
  4. title: Cupper
  5. theme: cupper-hugo-theme
  6. googleAnalytics: UA-123456789-1
  7. taxonomies:
  8. tag: tags
  9. permalinks:
  10. post: /:filename/
  11. imaging:
  12. quality: 99
  13. params:
  14. description: An accessibility-friendly Hugo theme, ported from the [original Cupper](https://github.com/ThePacielloGroup/cupper) project.
  15. footer: Made with [Hugo](https://gohugo.io/). Themed by [Cupper](https://github.com/zwbetz-gh/cupper-hugo-theme). Deployed to [Netlify](https://www.netlify.com/).
  16. # For more date formats see https://gohugo.io/functions/format/
  17. dateFormat: Jan 2, 2006
  18. codePenUser: someUser
  19. menu:
  20. nav:
  21. - name: Home
  22. url: /
  23. weight: 1
  24. - name: Blog
  25. url: /post/
  26. weight: 2
  27. - name: Tags
  28. url: /tags/
  29. weight: 3
  30. - name: About
  31. url: /about/
  32. weight: 4
  33. - name: RSS
  34. url: /index.xml
  35. weight: 5