config.toml 797 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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 = "https://drinna.net"
  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 = "blue"
  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"