1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- baseURL = "https://ojbk.im"
- languageCode = "zh-hans"
- title = "Track3's Blog"
- staticDir = ["static", "content-static"]
- hasCJKLanguage = true
- rssLimit = 10
- copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."
- googleAnalytics = "UA-125057333-1"
- [author]
- name = "Track3"
- [markup]
- defaultMarkdownHandler = "goldmark"
- [markup.highlight]
- codeFences = true
- guessSyntax = false
- noClasses = false
- [markup.blackFriday]
- hrefTargetBlank = true
- [taxonomies]
- tag = "tags"
- [params]
- dateform = "Jan 2, 2006"
- dateformShort = "Jan 02"
- dateformNum = "2006-01-02"
- dateformNumTime = "2006-01-02 15:04"
- description = "Track3的个人博客"
- keywords = "Track3,blog,博客,个人网站,中文独立博客"
- accentColor = "#54BAB9"
- images = ["apple-touch-icon.png"]
- # bgImg = "/img/bg.jpg"
- gitUrl = "https://github.com/Track3/blog/commit/"
- [[params.social]]
- name = "twitter"
- url = "https://twitter.com/ThatTrack3"
- [[params.social]]
- name = "telegram"
- url = "http://t.me/ThatTrack3"
- [[params.social]]
- name = "github"
- url = "https://github.com/Track3"
- [menu]
- [[menu.main]]
- name = "Writing"
- url = "/writing/"
- weight = 10
- # [[menu.main]]
- # name = "Gallery"
- # url = "/gallery/"
- # weight = 20
- [[menu.main]]
- name = "Links"
- url = "/links/"
- weight = 30
- [[menu.main]]
- name = "About"
- url = "/about/"
- weight = 40
|