123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- baseURL = "https://www.xxxlbox.com"
- languageCode = "zh-cn"
- DefaultContentLanguage = "zh"
- title = "Track3's Blog"
- copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."
- enableGitInfo = true
- pygmentsCodefences = true
- pygmentsUseClasses = true
- hasCJKLanguage = true
- rssLimit = 10
- [blackfriday]
- hrefTargetBlank = true
- [author]
- name = "Track3"
- [taxonomies]
- tag = "tags"
- category = ""
- [params]
- author = "Track3"
- dateform = "Jan 2, 2006"
- dateformShort = "Jan 2"
- dateformNum = "2006-01-02"
- dateformNumTime = "2006-01-02 15:04"
- [[params.social]]
- name = "twitter"
- url = "https://twitter.com/ThatTrack3"
- [[params.social]]
- name = "telegram"
- url = "http://t.me/mytrack3"
- [[params.social]]
- name = "github"
- url = "https://github.com/Track3"
- [menu]
- [[menu.main]]
- name = "Posts"
- url = "/posts/"
- weight = 10
- [[menu.main]]
- name = "Friends"
- url = "/friends/"
- weight = 20
- [[menu.main]]
- name = "About"
- url = "/about/"
- weight = 30
|