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:
15
hugo.toml
15
hugo.toml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user