config.toml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. [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. 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