config.toml 634 B

12345678910111213141516171819202122232425262728293031323334353637
  1. baseURL = "https://www.xxxlbox.com"
  2. languageCode = "zh-cn"
  3. DefaultContentLanguage = "zh"
  4. title = "Track3's Blog"
  5. # enableGitInfo = true
  6. pygmentsCodefences = true
  7. pygmentsUseClasses = true
  8. hasCJKLanguage = true
  9. [blackfriday]
  10. hrefTargetBlank = true
  11. [taxonomies]
  12. tag = "tags"
  13. category = ""
  14. [params]
  15. author = "Track3"
  16. dateform = "Jan 02, 2006"
  17. dateformFull = "2006-01-02 15:04"
  18. dateformList = "Jan 2"
  19. dateformSingle = "Mon, Jan 2"
  20. [[params.mainMenu]]
  21. link = "/posts/"
  22. text = "Posts"
  23. [[params.mainMenu]]
  24. link = "/friends/"
  25. text = "Friends"
  26. [[params.mainMenu]]
  27. link = "/about/"
  28. text = "About"