config.toml 574 B

1234567891011121314151617181920212223242526272829
  1. baseURL = "http://blog.kotur.org/"
  2. languageCode = "en-us"
  3. title = "Kotnik blogs"
  4. copyright = "© Copyright 2018 Nikola Kotur"
  5. theme = "whiteplain"
  6. pygmentsCodefences = true
  7. pygmentsUseClasses = true
  8. pygmentsOptions = "linenos=table"
  9. [params]
  10. showShareIcons = false
  11. [params.author]
  12. name = "Nikola Kotur"
  13. [[menu.main]]
  14. name = "Archives"
  15. weight = 1
  16. identifier = "archives"
  17. url = "/archives/"
  18. [[menu.main]]
  19. name = "Tags"
  20. weight = 2
  21. identifier = "tags"
  22. url = "/tags/"
  23. [[menu.main]]
  24. name = "About"
  25. weight = 3
  26. identifier = "about"
  27. url = "/about/"