config.toml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. baseURL = "https://zak.ee"
  2. languageCode = "zh-hans"
  3. title = "Zakee's Planet"
  4. staticDir = ["static", "content-static"]
  5. hasCJKLanguage = true
  6. rssLimit = 10
  7. copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."
  8. [author]
  9. name = "Zakee"
  10. [markup]
  11. defaultMarkdownHandler = "goldmark"
  12. [markup.highlight]
  13. codeFences = true
  14. guessSyntax = false
  15. noClasses = false
  16. [markup.blackFriday]
  17. hrefTargetBlank = true
  18. [taxonomies]
  19. tag = "tags"
  20. [params]
  21. dateform = "Jan 2, 2006"
  22. dateformShort = "Jan 02"
  23. dateformNum = "2006-01-02"
  24. dateformNumTime = "2006-01-02 15:04"
  25. description = "Zakee的个人博客"
  26. keywords = "Zakee,Track3,blog,博客,个人网站,中文独立博客"
  27. accentColor = "#54BAB9"
  28. images = ["apple-touch-icon.png"]
  29. # bgImg = "/img/bg.jpg"
  30. # gitUrl = "https://github.com/Track3/blog/commit/"
  31. [[params.social]]
  32. name = "twitter"
  33. url = "https://twitter.com/ThatTrack3"
  34. [[params.social]]
  35. name = "telegram"
  36. url = "http://t.me/ThatTrack3"
  37. [[params.social]]
  38. name = "github"
  39. url = "https://github.com/Track3"
  40. [menu]
  41. [[menu.main]]
  42. name = "Writing"
  43. pageref = "/writing"
  44. weight = 10
  45. [[menu.main]]
  46. name = "Gallery"
  47. pageref = "/gallery"
  48. weight = 20
  49. [[menu.main]]
  50. name = "Link"
  51. pageref = "/link"
  52. weight = 30
  53. [[menu.main]]
  54. name = "About"
  55. pageref = "/about"
  56. weight = 40