new file: assets/css/custom.css new file: config.toml modified: content/posts/AboutMe.md modified: hugo.toml new file: layouts/partials/footer.html
29 lines
516 B
TOML
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"
|