diff options
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 39 |
1 files changed, 13 insertions, 26 deletions
@@ -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" |
