config.toml 796 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. dateFormat = "2006-01-02"
  12. [params.author]
  13. avatar = "/images/kotnik.jpg"
  14. github = "kotnik"
  15. linkedin = "kotnik"
  16. [[menu.main]]
  17. name = "About"
  18. weight = 1
  19. identifier = "about"
  20. url = "/about/"
  21. [[menu.main]]
  22. name = "Tags"
  23. weight = 2
  24. identifier = "tags"
  25. url = "/tags/"
  26. [[menu.main]]
  27. name = "Archives"
  28. weight = 3
  29. identifier = "archives"
  30. url = "/archives/"
  31. [[menu.main]]
  32. name = "RSS"
  33. weight = 4
  34. identifier = "rss"
  35. url = "/index.xml"