config.toml 353 B

123456789101112131415161718
  1. baseURL = 'https://osservatorionessuno.org/majo/'
  2. languageCode = 'it-IT'
  3. title = 'Majo'
  4. relativeURLs = true
  5. canonifyURLs = true
  6. theme = "reveal-hugo"
  7. [markup.goldmark.renderer]
  8. unsafe = true
  9. [outputFormats.Reveal]
  10. baseName = "index"
  11. mediaType = "text/html"
  12. isHTML = true
  13. [params.reveal_hugo]
  14. custom_css="style.css"
  15. highlight_theme = "solarized-dark"