Add archive gallery.
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user