initial commit

This commit is contained in:
2024-11-13 22:26:45 +01:00
commit fd466fc511
156 changed files with 13223 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
description: An example site for hugo-theme-gallery. Images from Unsplash.
#lastmod: 2023-07-05
title: Hugo Gallery
featured_image: martin-martz-wRuhOOaG-Z4-unsplash.jpg # default: first image in this directory
# featured_image on the home page is used for OpenGraph cards, etc.
menus:
main:
name: Home
weight: -1
# sub-galleries on list pages are sorted by date and weight (descending)
---

View File

@@ -0,0 +1,10 @@
---
layout: page
rss_ignore: true
title: About
menu:
main:
weight: 90
---
This is a demonstration site for the Hugo Gallery theme.

View File

@@ -0,0 +1,9 @@
---
description: This is the "Animals" album. It has two sub-albums.
featured_image: janis-ringli-UC1pzyJFyvs-unsplash.jpg
keywords: [Animals, Photos, Cats, Dogs]
title: Animals
weight: 1
menus: "main"
# list pages require at least one image to be displayed.
---

View File

@@ -0,0 +1,17 @@
---
date: 2023-04-01
featured_image: manja-vitolic-gKXKBY-C-Dk-unsplash.jpg
title: Cats
#type: gallery
sort_by: Name
categories: ["animals", "nature"]
resources:
- src: alexander-london-mJaD10XeD7w-unsplash.jpg
title: Brown tabby cat on white stairs by Alexander London
- src: amber-kipp-75715CVEJhI-unsplash.jpg
title: Selective focus photography of orange and white cat on brown table by Amber Kipp
- src: manja-vitolic-gKXKBY-C-Dk-unsplash.jpg
title: "Gipsy the Cat was sitting on a bookshelf one afternoon and just stared right at me, kinda saying: “Will you take a picture already?”"
- src: michael-sum-LEpfefQf4rU-unsplash.jpg
title: This is the cutest and loveliest cat I have ever met in my life. He is BU BU, a cat with 6 fingers, which is unusual, but in fact, smarter than any cat. He meows every time he sees me, and jumps to my bed and sits with me.
---

View File

@@ -0,0 +1,7 @@
---
date: 2023-01-12
featured_image: milli-2l0CWTpcChI-unsplash.jpg
title: Dogs
categories: ["animals", "nature"]
#type: gallery
---

View File

@@ -0,0 +1,4 @@
---
title: Animals
description: Categories can also have custom titles and descriptions. The description of the Animals category lives in `content/categories/animals/_index.md`.
---

View File

@@ -0,0 +1,11 @@
---
description: Fashion and Beauty are a powerful form of self-expression. This category documents style through inspiring shots of street fashion, skincare products, avant-garde editorial photographs, and more.
menus: "main"
title: Fashion & Beauty
#type: gallery
weight: 2
featured_image: mina-rad-V94CguEmeos-unsplash.jpg
categories: ["beauty", "fashion"]
params:
theme: light
---

View File

@@ -0,0 +1,8 @@
---
date: 2023-01-12
featured_image: milli-2l0CWTpcChI-unsplash.jpg
title: Featured Album
featured: true
private: true # do not show in list, only as feature
description: This is a featured album. It is private, so it is only shown on the homepage.
---

View File

@@ -0,0 +1,10 @@
---
title: Imprint
rss_ignore: true
layout: page
menu:
footer:
weight: 1
---
(Put your imprint here)

View File

@@ -0,0 +1,13 @@
---
description: Through photography, the beauty of Mother Nature can be frozen in time. This category celebrates the magic of our planet and beyond — from the immensity of the great outdoors, to miraculous moments in your own backyard.
featured_image: azzedine-rouichi-ZS_XuDZmxpM-unsplash.jpg
menus: "main"
sort_by: Name # Exif.Date
sort_order: desc
title: Nature
#type: gallery
categories: ["nature"]
weight: 3
params:
theme: dark
---

View File

@@ -0,0 +1,6 @@
---
description: A private gallery that is only available by direct link.
private: true # This gallery does not show in lists, RSS, sitemaps, etc. On list pages, use cascade to hide descendants.
title: Private
#type: gallery
---