config.toml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. baseURL = "https://www.xxxlbox.com"
  2. languageCode = "zh-cn"
  3. DefaultContentLanguage = "zh"
  4. title = "Track3's Blog"
  5. copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."
  6. enableGitInfo = true
  7. pygmentsCodefences = true
  8. pygmentsUseClasses = true
  9. hasCJKLanguage = true
  10. rssLimit = 10
  11. [blackfriday]
  12. hrefTargetBlank = true
  13. [author]
  14. name = "Track3"
  15. [taxonomies]
  16. tag = "tags"
  17. category = ""
  18. [params]
  19. author = "Track3"
  20. dateform = "Jan 2, 2006"
  21. dateformShort = "Jan 2"
  22. dateformNum = "2006-01-02"
  23. dateformNumTime = "2006-01-02 15:04"
  24. [[params.social]]
  25. name = "twitter"
  26. url = "https://twitter.com/ThatTrack3"
  27. [[params.social]]
  28. name = "telegram"
  29. url = "http://t.me/mytrack3"
  30. [[params.social]]
  31. name = "github"
  32. url = "https://github.com/Track3"
  33. [menu]
  34. [[menu.main]]
  35. name = "Posts"
  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