config.yaml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. disqusShortname: yourdiscussshortname
  8. taxonomies:
  9. tag: tags
  10. permalinks:
  11. post: /:filename/
  12. imaging:
  13. quality: 99
  14. params:
  15. description: An accessibility-friendly Hugo theme, ported from the [original Cupper](https://github.com/ThePacielloGroup/cupper) project.
  16. homeMetaContent: An accessibility-friendly Hugo theme, ported from the original Cupper project.
  17. 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/).
  18. # For more date formats see https://gohugo.io/functions/format/
  19. dateFormat: Jan 2, 2006
  20. codePenUser: someUser
  21. menu:
  22. nav:
  23. - name: Home
  24. url: /
  25. weight: 1
  26. - name: Blog
  27. url: /post/
  28. weight: 2
  29. - name: Tags
  30. url: /tags/
  31. weight: 3
  32. - name: About
  33. url: /about/
  34. weight: 4
  35. - name: RSS
  36. url: /index.xml
  37. weight: 5