123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- 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 02, 2006"
- dateformFull = "2006-01-02 15:04"
- dateformList = "Jan 2"
- dateformSingle = "Mon, Jan 2"
- [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
|