config.toml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. baseURL = "https://ojbk.im"
  2. languageCode = "zh-hans"
  3. title = "Track3's Blog"
  4. pygmentsCodefences = true
  5. pygmentsUseClasses = true
  6. hasCJKLanguage = true
  7. rssLimit = 10
  8. copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."
  9. googleAnalytics = "UA-125057333-1"
  10. [author]
  11. name = "Track3"
  12. [blackfriday]
  13. hrefTargetBlank = true
  14. [taxonomies]
  15. tag = "tags"
  16. [params]
  17. dateform = "Jan 2, 2006"
  18. dateformShort = "Jan 2"
  19. dateformNum = "2006-01-02"
  20. dateformNumTime = "2006-01-02 15:04"
  21. images = ["apple-touch-icon.png"]
  22. bgImg = "https://assets.xxxlbox.com/images/bg.jpg"
  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