config.toml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. gitUrl = "https://github.com/Track3/blog/commit/"
  23. [[params.social]]
  24. name = "twitter"
  25. url = "https://twitter.com/ThatTrack3"
  26. [[params.social]]
  27. name = "telegram"
  28. url = "http://t.me/ThatTrack3"
  29. [[params.social]]
  30. name = "github"
  31. url = "https://github.com/Track3"
  32. [menu]
  33. [[menu.main]]
  34. name = "Writing"
  35. url = "/posts/"
  36. weight = 10
  37. [[menu.main]]
  38. name = "Friends"
  39. url = "/friends/"
  40. weight = 20
  41. [[menu.main]]
  42. name = "About"
  43. url = "/about/"
  44. weight = 30