config.toml 835 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. [blackfriday]
  11. hrefTargetBlank = true
  12. [author]
  13. name = "Track3"
  14. [taxonomies]
  15. tag = "tags"
  16. category = ""
  17. [params]
  18. author = "Track3"
  19. dateform = "Jan 02, 2006"
  20. dateformFull = "2006-01-02 15:04"
  21. dateformList = "Jan 2"
  22. dateformSingle = "Mon, 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