added gallery theme

This commit is contained in:
yvierkoetter
2026-06-18 21:11:03 +02:00
commit 347058a1bf
21 changed files with 353 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "themes/gallery"]
path = themes/gallery
url = https://github.com/nicokaiser/hugo-theme-gallery.git
View File
+5
View File
@@ -0,0 +1,5 @@
+++
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++
+9
View File
@@ -0,0 +1,9 @@
{
"compilerOptions": {
"paths": {
"*": [
"../themes/gallery/assets/*"
]
}
}
}
+3
View File
@@ -0,0 +1,3 @@
---
title: "Hochzeit"
---
+4
View File
@@ -0,0 +1,4 @@
---
title: "Zeremonie"
date: 2026-06-20
---
+34
View File
@@ -0,0 +1,34 @@
baseURL = "https://plassonke.de/"
title = "Hochzeit"
theme = "gallery"
defaultContentLanguage = "de"
disableKinds = ["taxonomy"]
enableRobotsTXT = true
locale = "de"
timeZone = "Europe/Berlin"
timeout = "120s"
[params]
defaultTheme = "dark"
description = "Hochzeit"
title = "Hochzeit"
[params.author]
name = "Yannis Vierkoetter"
email = "yannis.vierkoetter@bill-x.de"
[outputs]
home = ["HTML", "RSS"]
page = ["HTML"]
section = ["HTML"]
[imaging]
quality = 75
resampleFilter = "CatmullRom"
[imaging.exif]
disableDate = false
disableLatLong = true
includeFields = "ImageDescription|Orientation"
[services]
[services.rss]
limit = 100
+62
View File
@@ -0,0 +1,62 @@
<!doctype html>
<html class="dark" lang="de">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>404 Page not found - Hochzeit</title>
<link rel="canonical" href="http://localhost:1313/404.html" />
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" />
<link rel="icon" type="image/png" href="/images/favicon.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png" />
<meta name="description" content="Hochzeit" />
<meta name="robots" content="index, follow" />
<meta property="og:url" content="http://localhost:1313/404.html" />
<meta property="og:site_name" content="Hochzeit" />
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="Hochzeit" />
<meta property="og:locale" content="de" />
<meta property="og:type" content="website" />
<link rel="stylesheet" href="/css/main.min.929a37b4f846bf86c1bf9935695bb75dbed775e4c8f11304661afa14f26407c0.css" />
<script src="/js/main.75057ede3364264b9f45fbfca44cf7e53a346fde2ca503bcff0bb59c924e8bbd.js" defer></script></head>
<body>
<header>
<a class="btn btn-square" href="/" title="Hochzeit">
<svg width="24" height="24" data-slot="icon" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path clip-rule="evenodd" fill-rule="evenodd" d="M11.03 3.97a.75.75 0 0 1 0 1.06l-6.22 6.22H21a.75.75 0 0 1 0 1.5H4.81l6.22 6.22a.75.75 0 1 1-1.06 1.06l-7.5-7.5a.75.75 0 0 1 0-1.06l7.5-7.5a.75.75 0 0 1 1.06 0Z"></path>
</svg>
</a>
</header>
<main>
<hgroup>
<h1>404</h1>
<p>Seite nicht gefunden</p>
</hgroup>
</main>
<footer>
<section>
</section>
</footer>
</body>
</html>
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 B

+6
View File
@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="24" height="24"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-6 h-6">
<path d="M12 9a3.75 3.75 0 100 7.5A3.75 3.75 0 0012 9z"></path>
<path fill-rule="evenodd" d="M9.344 3.071a49.52 49.52 0 015.312 0c.967.052 1.83.585 2.332 1.39l.821 1.317c.24.383.645.643 1.11.71.386.054.77.113 1.152.177 1.432.239 2.429 1.493 2.429 2.909V18a3 3 0 01-3 3h-15a3 3 0 01-3-3V9.574c0-1.416.997-2.67 2.429-2.909.382-.064.766-.123 1.151-.178a1.56 1.56 0 001.11-.71l.822-1.315a2.942 2.942 0 012.332-1.39zM6.75 12.75a5.25 5.25 0 1110.5 0 5.25 5.25 0 01-10.5 0zm12-1.5a.75.75 0 100-1.5.75.75 0 000 1.5z" clip-rule="evenodd"></path>
</svg><style>@media (prefers-color-scheme: light) { :root { filter: none; } }
@media (prefers-color-scheme: dark) { :root { filter: invert(100%); } }
</style></svg>

After

Width:  |  Height:  |  Size: 959 B

+90
View File
@@ -0,0 +1,90 @@
<!doctype html>
<html class="dark" lang="de">
<head>
<meta name="generator" content="Hugo 0.163.2"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Hochzeit - Hochzeit</title>
<link rel="canonical" href="http://localhost:1313/" />
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" />
<link rel="icon" type="image/png" href="/images/favicon.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png" />
<meta name="description" content="Hochzeit" />
<meta name="robots" content="index, follow" />
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/index.xml" title="Hochzeit" />
<meta property="og:url" content="http://localhost:1313/" />
<meta property="og:site_name" content="Hochzeit" />
<meta property="og:title" content="Hochzeit" />
<meta property="og:description" content="Hochzeit" />
<meta property="og:locale" content="de" />
<meta property="og:type" content="website" />
<link rel="stylesheet" href="/css/main.min.929a37b4f846bf86c1bf9935695bb75dbed775e4c8f11304661afa14f26407c0.css" />
<script src="/js/main.75057ede3364264b9f45fbfca44cf7e53a346fde2ca503bcff0bb59c924e8bbd.js" defer></script></head>
<body>
<header>
<a class="btn" href="/">
Hochzeit
</a>
</header>
<main>
<hgroup>
<h1>Hochzeit</h1>
</hgroup>
<section class="galleries">
<a class="card" href="/cats/" title="Cats">
<figure style="background-color: #4a3223">
<img class="lazyload" width="598" height="600" data-src="/cats/cat-1_hu_84333123757c2a16.jpg" alt="Cats" />
</figure>
<div>
<h2>Cats</h2>
<p>
8 Fotos
</p>
</div>
</a>
</section>
</main>
<footer>
<section>
</section>
</footer>
</body>
</html>
+23
View File
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Hochzeit</title>
<link>http://localhost:1313/</link>
<description>Recent content on Hochzeit</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language>
<managingEditor>yannis.vierkoetter@bill-x.de (Yannis Vierkoetter)</managingEditor>
<webMaster>yannis.vierkoetter@bill-x.de (Yannis Vierkoetter)</webMaster>
<lastBuildDate>Thu, 18 Jun 2026 00:00:00 +0200</lastBuildDate><atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Cats</title>
<link>http://localhost:1313/cats/</link>
<pubDate>Thu, 18 Jun 2026 00:00:00 +0200</pubDate><author>yannis.vierkoetter@bill-x.de (Yannis Vierkoetter)</author>
<guid>http://localhost:1313/cats/</guid>
<media:content url="http://localhost:1313/cats/cat-1_hu_548bdd44fbce1fd0.jpg" type="image/jpeg"/>
<description>
&lt;img src=&quot;http://localhost:1313/cats/cat-1_hu_548bdd44fbce1fd0.jpg&quot; /&gt;
&lt;p&gt;&lt;no value&gt;&lt;/p&gt;
</description></item>
</channel>
</rss>
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
User-agent: *
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>http://localhost:1313/cats/</loc>
<lastmod>2026-06-18T00:00:00+02:00</lastmod>
</url><url>
<loc>http://localhost:1313/</loc>
<lastmod>2026-06-18T00:00:00+02:00</lastmod>
</url>
</urlset>
+80
View File
@@ -0,0 +1,80 @@
<!doctype html>
<html class="dark" lang="de">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Zeremonie - Hochzeit</title>
<link rel="canonical" href="http://localhost:1313/zeremonie/" />
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" />
<link rel="icon" type="image/png" href="/images/favicon.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png" />
<meta name="description" content="Hochzeit" />
<meta name="robots" content="index, follow" />
<meta property="og:url" content="http://localhost:1313/zeremonie/" />
<meta property="og:site_name" content="Hochzeit" />
<meta property="og:title" content="Zeremonie" />
<meta property="og:description" content="Hochzeit" />
<meta property="og:locale" content="de" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2024-01-01T00:00:00+01:00" />
<meta property="article:modified_time" content="2024-01-01T00:00:00+01:00" />
<link rel="stylesheet" href="/css/main.min.929a37b4f846bf86c1bf9935695bb75dbed775e4c8f11304661afa14f26407c0.css" />
<script src="/js/main.75057ede3364264b9f45fbfca44cf7e53a346fde2ca503bcff0bb59c924e8bbd.js" defer></script></head>
<body>
<header>
<a class="btn btn-square" href="/" title="Hochzeit">
<svg width="24" height="24" data-slot="icon" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path clip-rule="evenodd" fill-rule="evenodd" d="M11.03 3.97a.75.75 0 0 1 0 1.06l-6.22 6.22H21a.75.75 0 0 1 0 1.5H4.81l6.22 6.22a.75.75 0 1 1-1.06 1.06l-7.5-7.5a.75.75 0 0 1 0-1.06l7.5-7.5a.75.75 0 0 1 1.06 0Z"></path>
</svg>
</a>
</header>
<main>
<hgroup>
<h1>Zeremonie</h1>
</hgroup>
<section class="gallery">
<div id="gallery" style="visibility: hidden; height: 1px; overflow: hidden">
</div>
</section>
</main>
<footer>
<section>
</section>
</footer>
</body>
</html>
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"Target":"/css/main.min.929a37b4f846bf86c1bf9935695bb75dbed775e4c8f11304661afa14f26407c0.css","MediaType":"text/css","Data":{"Integrity":"sha256-kpo3tPhGv4bBv5k1aVu3Xb7XdeTI8RMEZhr6FPJkB8A="}}
+1
Submodule themes/gallery added at 748df10e7c