1
0

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
This commit is contained in:
2025-12-23 00:19:38 +01:00
parent ed58de749c
commit 8b671291e7
6 changed files with 79 additions and 6 deletions

View File

@@ -11,3 +11,18 @@ theme = "terminal"
[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"