config.toml 816 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. baseURL = "/"
  2. languageCode = "en-US"
  3. defaultContentLanguage = "en"
  4. title = "Drinna Documentation"
  5. theme = "hugo-theme-learn"
  6. themesdir = "../.."
  7. metaDataFormat = "yaml"
  8. defaultContentLanguageInSubdir= true
  9. [params]
  10. editURL = ""
  11. description = "Documentation for Drinna"
  12. author = "Drinna"
  13. showVisitedLinks = false
  14. disableBreadcrumb = false
  15. disableNextPrev = false
  16. disableLandingPageButton = true
  17. disableMermaid = false
  18. customMermaidURL = "https://unpkg.com/mermaid@8.8.0/dist/mermaid.min.js"
  19. titleSeparator = "::"
  20. themeVariant = "mine"
  21. [outputs]
  22. home = [ "HTML", "RSS", "JSON"]
  23. [Languages]
  24. [Languages.en]
  25. title = "Drinna Documentation"
  26. weight = 1
  27. languageName = "English"
  28. landingPageURL = "/en"
  29. landingPageName = "<i class='fas fa-home'></i> Home"
  30. [markup.goldmark.renderer]
  31. unsafe= true