You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
667 B

  1. baseURL = "http://example.org/"
  2. languageCode = "en-us"
  3. title = "My New Hugo Site"
  4. [outputs]
  5. home = [ "HTML", "RSS", "JSON",]
  6. [module]
  7. replacements = "github.com/colinwilson/lotusdocs -> lotusdocs"
  8. [[module.imports]]
  9. path = "github.com/colinwilson/lotusdocs"
  10. disable = false
  11. [[module.imports]]
  12. path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"
  13. disable = false
  14. [menu]
  15. [[menu.primary]]
  16. name = "User guide"
  17. url = "user/"
  18. identifier = "user"
  19. weight = 1
  20. [[menu.primary]]
  21. name = "Developper guide"
  22. url = "dev/"
  23. identifier = "dev"
  24. weight = 2
  25. [params]
  26. [[params.user]]
  27. title = "User guide"
  28. darkMode = true
  29. [[params.dev]]
  30. title = "Developper guide"
  31. darkMode = true