Skip to content

Commit 87632b8

Browse files
committed
update config.toml & about title
1 parent 2594da9 commit 87632b8

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

config.toml

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ indexDateFormat = "02.01.2006"
1414
listDateFormat = "02.01.2006"
1515
readMore = true
1616
rssFullContent = true
17+
favicon = "favicons/"
1718

1819
[[params.socialIcons]]
1920
icon = "fab fa-github"
@@ -43,6 +44,9 @@ url = "/index.xml"
4344
mainSections = ["posts"]
4445
enableEmoji = true
4546
enableRobotsTXT = true
47+
pygmentsUseClasses = true
48+
pygmentsCodeFences = true
49+
pygmentsCodefencesGuessSyntax = true
4650

4751
[mermaid]
4852
enable = true
@@ -60,15 +64,30 @@ weight = 200
6064
identifier = "posts"
6165
url = "/posts/"
6266

63-
[[menu.main]]
64-
name = "Smart Home"
65-
weight = 300
66-
identifier = "smart-home"
67-
url = "/smart-home/"
68-
6967
[[menu.main]]
7068
name = "About"
7169
weight = 400
7270
identifier = "about"
7371
url = "/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+

content/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "About"
2+
title = "SpinDev | About"
33
description = "Who am I?"
44
date = "2022-11-28"
55
# aliases = ["about-us", "about-hugo", "contact"]

0 commit comments

Comments
 (0)