fixed post links
This commit is contained in:
29
hugo.toml
29
hugo.toml
@@ -33,6 +33,35 @@ theme = 'hello-friend-ng'
|
||||
images = [""]
|
||||
themeColor = "#2d3748"
|
||||
|
||||
# Favicon colors
|
||||
[params.favicon.color]
|
||||
mask = "#2d3748"
|
||||
msapplication = "#2d3748"
|
||||
theme = "#2d3748"
|
||||
|
||||
# Footer configuration
|
||||
[params.footer]
|
||||
trademark = 2026
|
||||
rss = true
|
||||
copyright = true
|
||||
author = true
|
||||
topText = []
|
||||
bottomText = [
|
||||
"Powered by <a href=\"https://gohugo.io\">Hugo</a>",
|
||||
"Theme: <a href=\"https://github.com/rhazdon/hugo-theme-hello-friend-ng\">hello-friend-ng</a>"
|
||||
]
|
||||
|
||||
# Reading time
|
||||
enableReadingTime = true
|
||||
|
||||
# Theme toggle (default respects OS preference)
|
||||
enableThemeToggle = false
|
||||
|
||||
# Social icons (uncomment and add as needed)
|
||||
# [[params.social]]
|
||||
# name = "github"
|
||||
# url = "https://github.com/yourusername"
|
||||
|
||||
[taxonomies]
|
||||
tag = "tags"
|
||||
category = "categories"
|
||||
|
||||
Reference in New Issue
Block a user