1
0
Files
Blog/hugo.toml
florianuhlig 8b671291e7 new file: .gitignore
new file:   assets/css/custom.css
	new file:   config.toml
	modified:   content/posts/AboutMe.md
	modified:   hugo.toml
	new file:   layouts/partials/footer.html
2025-12-23 00:19:38 +01:00

29 lines
516 B
TOML

baseURL = "https://blog.fuhlig.de/"
languageCode = "en-us"
title = "TechnicalBlog"
theme = "terminal"
[params]
themeColor = "pink"
fullWidthTheme = false
centerTheme = true
[params.logo]
logoText = "TechnicalBlog"
logoHomeLink = "/"
# Add footer info
[params.footer]
trademark = "© 2025 Florian"
rss = true
copyright = true
author = true
[[params.social]]
name = "email"
url = "mailto:florian@example.com"
[[params.social]]
name = "github"
url = "https://github.com/yourusername"