config.toml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. baseURL = "/"
  2. languageCode = "en-US"
  3. defaultContentLanguage = "en"
  4. title = "Hugo Learn Documentation"
  5. theme = "hugo-theme-learn"
  6. themesdir = "../.."
  7. metaDataFormat = "yaml"
  8. defaultContentLanguageInSubdir= true
  9. [params]
  10. editURL = "https://github.com/matcornic/hugo-theme-learn/edit/master/exampleSite/content/"
  11. description = "Documentation for Hugo Learn Theme"
  12. author = "Mathieu Cornic"
  13. showVisitedLinks = true
  14. disableBreadcrumb = false
  15. disableNextPrev = false
  16. [outputs]
  17. home = [ "HTML", "RSS", "JSON"]
  18. [Languages]
  19. [Languages.en]
  20. title = "Documentation for Hugo Learn Theme"
  21. weight = 1
  22. languageName = "English"
  23. [[Languages.en.menu.shortcuts]]
  24. name = "<i class='fab fa-fw fa-github'></i> Github repo"
  25. identifier = "ds"
  26. url = "https://github.com/matcornic/hugo-theme-learn"
  27. weight = 10
  28. [[Languages.en.menu.shortcuts]]
  29. name = "<i class='fas fa-fw fa-camera'></i> Showcases"
  30. url = "showcase"
  31. weight = 11
  32. [[Languages.en.menu.shortcuts]]
  33. name = "<i class='fas fa-fw fa-bookmark'></i> Hugo Documentation"
  34. identifier = "hugodoc"
  35. url = "https://gohugo.io/"
  36. weight = 20
  37. [[Languages.en.menu.shortcuts]]
  38. name = "<i class='fas fa-fw fa-bullhorn'></i> Credits"
  39. url = "/credits"
  40. weight = 30
  41. [Languages.fr]
  42. title = "Documentation du thème Hugo Learn"
  43. weight = 2
  44. languageName = "Français"
  45. [[Languages.fr.menu.shortcuts]]
  46. name = "<i class='fab fa-fw fa-github'></i> Repo Github"
  47. identifier = "ds"
  48. url = "https://github.com/matcornic/hugo-theme-learn"
  49. weight = 10
  50. [[Languages.fr.menu.shortcuts]]
  51. name = "<i class='fas fa-fw fa-camera'></i> Vitrine"
  52. url = "/showcase"
  53. weight = 11
  54. [[Languages.fr.menu.shortcuts]]
  55. name = "<i class='fas fa-fw fa-bookmark'></i> Documentation Hugo"
  56. identifier = "hugodoc"
  57. url = "https://gohugo.io/"
  58. weight = 20
  59. [[Languages.fr.menu.shortcuts]]
  60. name = "<i class='fas fa-fw fa-bullhorn'></i> Crédits"
  61. url = "/credits"
  62. weight = 30