config.toml 813 B

123456789101112131415161718192021222324252627282930313233343536
  1. enableRobotsTXT = true
  2. canonifyURLs = true
  3. baseurl = "http://curious.galthub.com/"
  4. publishDir = "docs"
  5. languageCode = "en-us"
  6. title = "Curious Musings"
  7. # themesDir = "themes"
  8. # theme = "hyde"
  9. disqusShortname = "eludom"
  10. footnoteReturnLinkContents = "[^ back]"
  11. # <script defer src="https://cdn.commento.io/js/commento.js"></script>
  12. # <div id="commento"></div>
  13. [author]
  14. name = "George Jones"
  15. homepage = "curious.galthub.com"
  16. # If Porting existing theme
  17. [original]
  18. author = "mdo"
  19. homepage = "http://markdotto.com/"
  20. repo = "https://www.github.com/mdo/hyde"
  21. [params]
  22. description = "A Blog by George Jones: Musings on life, computers, security, etc.."
  23. # themeColor = "theme-base-0a"
  24. [paginator]
  25. paginate = 10
  26. [taxonomies]
  27. tags="tags"
  28. [markup.goldmark.renderer]
  29. unsafe = true