File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [submodule "themes/PaperMod "]
2+ path = themes/PaperMod
3+ url = https://github.com/adityatelange/hugo-PaperMod.git
Original file line number Diff line number Diff line change 11baseURL = " https://hobbytp.github.io/"
2- languageCode = " zh-cn"
32title = " My AI Blog"
3+ paginate = 5
4+ theme = " PaperMod"
5+ defaultContentLanguage = " zh"
46
5- [module ]
6- [[module .imports ]]
7- path = " github.com/hugomods/tailwind"
7+ enableRobotsTXT = true
8+ buildDrafts = false
9+ buildFuture = false
10+ buildExpired = false
811
912[params ]
13+ env = " production"
14+ title = " My AI Blog"
1015description = " 一个关注 AI 各领域的专题博客"
11- author = " Your Name"
16+ author = " Peng Tan"
17+ mainSections = [" posts" ]
18+ ShowReadingTime = true
19+ ShowShareButtons = true
20+ ShowPostNavLinks = true
21+ ShowBreadCrumbs = true
22+ ShowCodeCopyButtons = true
23+ ShowToc = true
24+
25+ [params .profileMode ]
26+ enabled = true
27+ title = " Peng Tan's AI Blog"
28+ subtitle = " 关注 AI 领域的论文解读、最新技术、开源项目、知名人物访谈、动态和商业产品介绍"
29+ imageUrl = " /images/profile.jpg"
30+ imageTitle = " Peng Tan"
1231
13- [markup ]
14- [markup .highlight ]
15- style = " dracula"
16- [markup .goldmark .renderer ]
17- unsafe = true
32+ [[params .profileMode .buttons ]]
33+ name = " 论文解读"
34+ url = " /papers"
35+
36+ [[params .profileMode .buttons ]]
37+ name = " 技术解析"
38+ url = " /technologies"
39+
40+ [[params .profileMode .buttons ]]
41+ name = " 开源项目"
42+ url = " /projects"
1843
1944[menu ]
2045[[menu .main ]]
2146name = " 首页"
2247url = " /"
2348weight = 1
49+
2450[[menu .main ]]
2551name = " 论文解读"
26- url = " /categories/ papers/ "
52+ url = " /papers"
2753weight = 2
54+
2855[[menu .main ]]
2956name = " 技术解析"
30- url = " /categories/ technologies/ "
57+ url = " /technologies"
3158weight = 3
59+
3260[[menu .main ]]
3361name = " 开源项目"
34- url = " /categories/ projects/ "
62+ url = " /projects"
3563weight = 4
64+
3665[[menu .main ]]
3766name = " 人物访谈"
38- url = " /categories/ interviews/ "
67+ url = " /interviews"
3968weight = 5
69+
4070[[menu .main ]]
4171name = " 行业动态"
42- url = " /categories/ news/ "
72+ url = " /news"
4373weight = 6
74+
4475[[menu .main ]]
45- name = " 行业规范 "
46- url = " /categories/spec/ "
76+ name = " 产品介绍 "
77+ url = " /products "
4778weight = 7
79+
4880[[menu .main ]]
49- name = " 产品介绍 "
50- url = " /categories/products/ "
81+ name = " 搜索 "
82+ url = " /search "
5183weight = 8
5284
53- [taxonomies ]
54- category = " categories"
55- tag = " tags"
56-
57- [permalinks ]
58- pages = " /:filename/"
85+ [outputs ]
86+ home = [" HTML" , " RSS" , " JSON" ]
You can’t perform that action at this time.
0 commit comments