hugo.toml 972 B

1234567891011121314151617181920212223242526272829303132333435
  1. baseURL = 'http://example.org/'
  2. languageCode = 'en-us'
  3. title = "Notebook"
  4. theme = "no-js-hugo-theme"
  5. [markup]
  6. [markup.highlight]
  7. codeFences = true
  8. noClasses = false
  9. [markup.tableOfContents]
  10. startLevel = 1
  11. endLevel = 6
  12. [params]
  13. # enable javascript theme switcher
  14. # default: false
  15. themeStyleSwitcher = true
  16. # theme style if the theme switcher is disabled
  17. # default: "light.css"
  18. #themeStyle = "dark.css"
  19. # footer markdown text at the bottom of every page
  20. # default: <unset>
  21. footerText = "[no-js-hugo-theme](https://github.com/stevenengler/no-js-hugo-theme)"
  22. # enable the table of content on pages with more than this many words (negative to disable)
  23. # (can be overridden per-page by setting the 'toc' front matter parameter)
  24. # default: <unset>
  25. #tocWordThreshold = 1000
  26. # adds an "onion-location" meta attribute to the HTML of each page
  27. # default: <unset>
  28. #onionLocation = "http://<your-onion-service-address>.onion"