config.toml 773 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. [[params.mainMenu]]
  24. link = "/posts/"
  25. text = "Posts"
  26. [[params.mainMenu]]
  27. link = "/friends/"
  28. text = "Friends"
  29. [[params.mainMenu]]
  30. link = "/about/"
  31. text = "About"