config.yaml 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. homeMetaContent: An accessibility-friendly Hugo theme, ported from the original Cupper project.
  16. 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/).
  17. # For more date formats see https://gohugo.io/functions/format/
  18. dateFormat: Jan 2, 2006
  19. codePenUser: someUser
  20. menu:
  21. nav:
  22. - name: Home
  23. url: /
  24. weight: 1
  25. - name: Blog
  26. url: /post/
  27. weight: 2
  28. - name: Tags
  29. url: /tags/
  30. weight: 3
  31. - name: About
  32. url: /about/
  33. weight: 4
  34. - name: RSS
  35. url: /index.xml
  36. weight: 5