config.toml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. baseURL = "https://ojbk.im"
  2. languageCode = "zh-hans"
  3. title = "Track3's Blog"
  4. enableGitInfo = true
  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. bgImg = "https://assets.xxxlbox.com/images/bg.jpg"
  24. gitUrl = "https://github.com/Track3/blog/commit/"
  25. [[params.social]]
  26. name = "twitter"
  27. url = "https://twitter.com/ThatTrack3"
  28. [[params.social]]
  29. name = "telegram"
  30. url = "http://t.me/ThatTrack3"
  31. [[params.social]]
  32. name = "github"
  33. url = "https://github.com/Track3"
  34. [menu]
  35. [[menu.main]]
  36. name = "Writing"
  37. url = "/posts/"
  38. weight = 10
  39. [[menu.main]]
  40. name = "Friends"
  41. url = "/friends/"
  42. weight = 20
  43. [[menu.main]]
  44. name = "About"
  45. url = "/about/"
  46. weight = 30