config.toml 849 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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 02, 2006"
  21. dateformFull = "2006-01-02 15:04"
  22. dateformList = "Jan 2"
  23. dateformSingle = "Mon, Jan 2"
  24. [menu]
  25. [[menu.main]]
  26. name = "Posts"
  27. url = "/posts/"
  28. weight = 10
  29. [[menu.main]]
  30. name = "Friends"
  31. url = "/friends/"
  32. weight = 20
  33. [[menu.main]]
  34. name = "About"
  35. url = "/about/"
  36. weight = 30