config.toml 677 B

1234567891011121314151617181920212223242526272829303132
  1. baseURL = "http://blog.kotur.org/"
  2. languageCode = "en-us"
  3. title = "Kotnik blogs"
  4. copyright = "<a href='https://creativecommons.org/licenses/by-nc-sa/3.0/'><img src='/images/cc.png' /></a>"
  5. theme = "whiteplain"
  6. pygmentsCodefences = true
  7. pygmentsUseClasses = true
  8. pygmentsOptions = "linenos=table"
  9. [params]
  10. showShareIcons = false
  11. [[menu.main]]
  12. name = "About"
  13. weight = 1
  14. identifier = "about"
  15. url = "/about/"
  16. [[menu.main]]
  17. name = "Tags"
  18. weight = 2
  19. identifier = "tags"
  20. url = "/tags/"
  21. [[menu.main]]
  22. name = "Archives"
  23. weight = 3
  24. identifier = "archives"
  25. url = "/archives/"
  26. [[menu.main]]
  27. name = "RSS"
  28. weight = 4
  29. identifier = "rss"
  30. url = "/index.xml"