config.yaml 1.1 KB

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