config.toml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. baseURL = "https://ojbk.im"
  2. languageCode = "zh-hans"
  3. title = "Track3's Blog"
  4. staticDir = ["static", "content-static"]
  5. pygmentsCodefences = true
  6. pygmentsUseClasses = true
  7. hasCJKLanguage = true
  8. rssLimit = 10
  9. copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."
  10. googleAnalytics = "UA-125057333-1"
  11. [author]
  12. name = "Track3"
  13. [blackfriday]
  14. hrefTargetBlank = true
  15. [taxonomies]
  16. tag = "tags"
  17. [params]
  18. dateform = "Jan 2, 2006"
  19. dateformShort = "Jan 2"
  20. dateformNum = "2006-01-02"
  21. dateformNumTime = "2006-01-02 15:04"
  22. images = ["apple-touch-icon.png"]
  23. gitUrl = "https://github.com/Track3/blog/commit/"
  24. [[params.social]]
  25. name = "twitter"
  26. url = "https://twitter.com/ThatTrack3"
  27. [[params.social]]
  28. name = "telegram"
  29. url = "http://t.me/ThatTrack3"
  30. [[params.social]]
  31. name = "github"
  32. url = "https://github.com/Track3"
  33. [menu]
  34. [[menu.main]]
  35. name = "Writing"
  36. url = "/posts/"
  37. weight = 10
  38. [[menu.main]]
  39. name = "Friends"
  40. url = "/friends/"
  41. weight = 20
  42. [[menu.main]]
  43. name = "About"
  44. url = "/about/"
  45. weight = 30