clean up config

This commit is contained in:
2023-12-03 13:59:12 +01:00
parent 863f8afb23
commit f191b22990

View File

@@ -70,13 +70,10 @@ summaryLength = "10"
[menu] [menu]
[[menu.main]] [[menu.main]]
identifier = "posts" identifier = "posts"
# you can add extra information before the name (HTML format is supported), such as icons
pre = "" pre = ""
# you can add extra information after the name (HTML format is supported), such as icons
post = "" post = ""
name = "Posts" name = "Posts"
url = "/posts/" url = "/posts/"
# title will be shown when you hover on this menu link
title = "" title = ""
weight = 1 weight = 1
[[menu.main]] [[menu.main]]
@@ -104,11 +101,8 @@ summaryLength = "10"
title = "" title = ""
weight = 4 weight = 4
# Markup related configuration in Hugo
[markup] [markup]
# Syntax Highlighting (https://gohugo.io/content-management/syntax-highlighting)
[markup.highlight] [markup.highlight]
# false is a necessary configuration (https://github.com/dillonzq/LoveIt/issues/158)
noClasses = false noClasses = false
codeFences = true codeFences = true
lineNos = true lineNos = true
@@ -132,7 +126,6 @@ summaryLength = "10"
series = "series" series = "series"
[outputs] [outputs]
# DoIt CHANGED | 0.2.0
home = ["HTML", "RSS"] home = ["HTML", "RSS"]
page = ["HTML"] page = ["HTML"]
section = ["HTML", "RSS"] section = ["HTML", "RSS"]