fixed post links

This commit is contained in:
2026-02-12 15:36:05 -05:00
parent d874599761
commit 739287d0ed
3 changed files with 108 additions and 121 deletions

View File

@@ -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"