File tree Expand file tree Collapse file tree 2 files changed +26
-7
lines changed
Expand file tree Collapse file tree 2 files changed +26
-7
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ indexDateFormat = "02.01.2006"
1414listDateFormat = " 02.01.2006"
1515readMore = true
1616rssFullContent = true
17+ favicon = " favicons/"
1718
1819[[params .socialIcons ]]
1920icon = " fab fa-github"
@@ -43,6 +44,9 @@ url = "/index.xml"
4344mainSections = [" posts" ]
4445enableEmoji = true
4546enableRobotsTXT = true
47+ pygmentsUseClasses = true
48+ pygmentsCodeFences = true
49+ pygmentsCodefencesGuessSyntax = true
4650
4751[mermaid ]
4852enable = true
@@ -60,15 +64,30 @@ weight = 200
6064identifier = " posts"
6165url = " /posts/"
6266
63- [[menu .main ]]
64- name = " Smart Home"
65- weight = 300
66- identifier = " smart-home"
67- url = " /smart-home/"
68-
6967[[menu .main ]]
7068name = " About"
7169weight = 400
7270identifier = " about"
7371url = " /about/"
7472
73+ [markup ]
74+ [markup .goldmark ]
75+ [markup .goldmark .renderer ]
76+ unsafe =true
77+
78+ [taxonomies ]
79+ category = " categories"
80+ series = " series"
81+ tag = " tags"
82+
83+ [related ]
84+ includeNewer = true
85+ threshold = 80
86+ toLower = true
87+ [[related .indices ]]
88+ name = ' keywords'
89+ weight = 100
90+ [[related .indices ]]
91+ name = ' tags'
92+ weight = 80
93+
Original file line number Diff line number Diff line change 11+++
2- title = " About"
2+ title = " SpinDev | About"
33description = " Who am I?"
44date = " 2022-11-28"
55# aliases = ["about-us", "about-hugo", "contact"]
You can’t perform that action at this time.
0 commit comments