config.toml 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. baseURL = "https://www.xxxlbox.com"
  2. languageCode = "zh-cn"
  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. [author]
  11. name = "Track3"
  12. [blackfriday]
  13. hrefTargetBlank = true
  14. [taxonomies]
  15. tag = "tags"
  16. category = ""
  17. [params]
  18. dateform = "Jan 2, 2006"
  19. dateformShort = "Jan 2"
  20. dateformNum = "2006-01-02"
  21. dateformNumTime = "2006-01-02 15:04"
  22. [[params.social]]
  23. name = "twitter"
  24. url = "https://twitter.com/ThatTrack3"
  25. [[params.social]]
  26. name = "telegram"
  27. url = "http://t.me/ThatTrack3"
  28. [[params.social]]
  29. name = "github"
  30. url = "https://github.com/Track3"
  31. [menu]
  32. [[menu.main]]
  33. name = "Posts"
  34. url = "/posts/"
  35. weight = 10
  36. [[menu.main]]
  37. name = "Friends"
  38. url = "/friends/"
  39. weight = 20
  40. [[menu.main]]
  41. name = "About"
  42. url = "/about/"
  43. weight = 30