config.toml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. baseURL = "https://www.xxxlbox.com"
  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. 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