Add archive gallery.

This commit is contained in:
2026-08-08 14:43:36 +02:00
parent 487cc8e2dd
commit a53578ec70
55 changed files with 419 additions and 22 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
name: Website powered by Hugo
name: xltoolbox.net
services:
build:
image: ghcr.io/gohugoio/hugo:latest
@@ -13,8 +13,8 @@ services:
command: server --bind 0.0.0.0 -M --buildDrafts --buildFuture
volumes:
- ".:/project"
- "../../../../local/Code/hugo_bootstrap_theme:/hugo_bootstrap_theme"
- "../../../../local/Code/hugo_cookie_consent:/hugo_cookie_consent"
- "../../hugo_bootstrap_theme:/hugo_bootstrap_theme"
- "../../hugo_cookie_consent:/hugo_cookie_consent"
ports:
- "127.0.0.1:1313:1313"
user: 1000:1000