config.toml 817 B

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