config.toml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. baseURL = "https://ojbk.im"
  2. languageCode = "zh-hans"
  3. title = "Track3's Blog"
  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. googleAnalytics = "UA-125057333-1"
  9. [author]
  10. name = "Track3"
  11. [markup]
  12. defaultMarkdownHandler = "goldmark"
  13. [markup.highlight]
  14. codeFences = true
  15. guessSyntax = false
  16. noClasses = false
  17. [markup.blackFriday]
  18. hrefTargetBlank = true
  19. [taxonomies]
  20. tag = "tags"
  21. [params]
  22. dateform = "Jan 2, 2006"
  23. dateformShort = "Jan 02"
  24. dateformNum = "2006-01-02"
  25. dateformNumTime = "2006-01-02 15:04"
  26. description = "Track3的个人博客"
  27. keywords = "Track3,blog,博客,个人网站,中文独立博客"
  28. accentColor = "#54BAB9"
  29. images = ["apple-touch-icon.png"]
  30. # bgImg = "/img/bg.jpg"
  31. gitUrl = "https://github.com/Track3/blog/commit/"
  32. [[params.social]]
  33. name = "twitter"
  34. url = "https://twitter.com/ThatTrack3"
  35. [[params.social]]
  36. name = "telegram"
  37. url = "http://t.me/ThatTrack3"
  38. [[params.social]]
  39. name = "github"
  40. url = "https://github.com/Track3"
  41. [menu]
  42. [[menu.main]]
  43. name = "Writing"
  44. url = "/posts/"
  45. weight = 20
  46. [[menu.main]]
  47. name = "Friends"
  48. url = "/friends/"
  49. weight = 30
  50. [[menu.main]]
  51. name = "About"
  52. url = "/about/"
  53. weight = 40