Initial commit

This commit is contained in:
2025-07-31 00:25:18 +02:00
commit fc15ebbde0
19 changed files with 315 additions and 0 deletions

62
config/_default/hugo.toml Normal file
View File

@@ -0,0 +1,62 @@
copyright = "© Your Name"
defaultContentLanguage = "en"
disableKinds = ["taxonomy"]
enableRobotsTXT = true
languageCode = "en"
timeZone = "Europe/Berlin"
timeout = "120s"
title = "Gallery"
[params]
defaultTheme = "dark"
description = "Example site for hugo-theme-gallery"
title = "My Gallery"
[params.author]
email = "user@example.com"
name = "Your Name"
[params.socialIcons]
facebook = "https://www.facebook.com/"
instagram = "https://www.instagram.com/"
github = "https://github.com/nicokaiser/hugo-theme-gallery/"
youtube = "https://www.youtube.com/"
email = "mailto:user@example.com"
#website = "https://example.com"
#mastodon = "https://example.com"
#pixelfed = "https://example.com"
#mixcloud = "https://example.com"
#flickr = "https://www.flickr.com"
#500px = "https://500px"
#whatsapp = "1234567890"
[params.gallery]
#boxSpacing = 10
#targetRowHeight = 288
#targetRowHeightTolerance = 0.25
[outputs]
home = ["HTML", "RSS"]
page = ["HTML"]
section = ["HTML"]
[imaging]
quality = 75
resampleFilter = "CatmullRom"
[imaging.exif]
disableDate = false
disableLatLong = true
includeFields = "ImageDescription|Orientation"
[module]
[module.hugoVersion]
min = "0.121.2"
[[module.imports]]
path = "github.com/nicokaiser/hugo-theme-gallery/v4"
[menu]
[[menu.footer]]
name = "GitHub"
url = "https://github.com/nicokaiser/hugo-theme-gallery/"
weight = 3
[services]
[services.rss]
limit = 100