summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorArne Rief <riearn@proton.me>2025-09-06 22:13:26 +0200
committerArne Rief <riearn@proton.me>2025-09-06 22:13:26 +0200
commit359e9355cb5d1a7479091b35ea8ad47ab5fbca51 (patch)
tree089e1149fde811c57975bf9e5f3b8b1d206a945a /hugo.toml
parent26df3baeb1afcb4c41ec99f940b237b9589caa42 (diff)
Homepage Image & small improvements
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml39
1 files changed, 13 insertions, 26 deletions
diff --git a/hugo.toml b/hugo.toml
index 368a7b3..85b57dd 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -36,7 +36,7 @@ disableDefaultLanguageRedirect = true
identifier = "search"
name = "Suche"
pageRef = "/search/"
- weight = 30
+ weight = 20
[languages.en]
contentDir = "content/en"
@@ -52,22 +52,16 @@ disableDefaultLanguageRedirect = true
weight = 10
[[menus.main]]
- identifier = "posts"
- name = "Posts"
- pageRef = "/posts"
- weight = 20
-
- [[menus.main]]
identifier = "about"
name = "About"
pageRef = "/about"
- weight = 30
+ weight = 20
[[menus.main]]
identifier = "search"
name = "Search"
pageRef = "/search"
- weight = 40
+ weight = 30
[outputs] # Copy outputs configuration to your project's hugo.toml
home = ["html", "json", "rss"]
@@ -76,25 +70,18 @@ disableDefaultLanguageRedirect = true
term = ["html"]
[params]
- # In your project's hugo.toml, adjust logo to your file's name or set empty string to display site.Title instead
- logo = "/logo.svg"
+ # For displaying a logo, adjust to your file's name in your project's hugo.toml. Otherwise the theme uses title instead
+ # logo = "/logo.svg"
+
+ # Place files under static/images if you want to display a small image under the title of your homepage
+ # homepageImage = "/images/my-portrait.jpg"
[params.author]
name = "Your Name"
email = "your@email.com"
- # Replace with your actual social media profiles in your hugo.toml
- [[params.socials]]
- name = "Twitter"
- url = "https://twitter.com/yourhandle"
- icon = "/socials/twitter.svg"
-
- [[params.socials]]
- name = "GitHub"
- url = "https://github.com/yourhandle"
- icon = "/socials/github.svg"
-
- [[params.socials]]
- name = "LinkedIn"
- url = "https://linkedin.com/in/yourhandle"
- icon = "/socials/linkedin.svg"
+ # Structure your social media profiles like this in your hugo.toml
+ # [[params.socials]]
+ # name = "Twitter"
+ # url = "https://twitter.com/yourhandle"
+ # icon = "/socials/twitter.svg"