Update control files.

This commit is contained in:
2026-07-26 07:16:10 +02:00
parent 524aa67299
commit 342b24a3d8
3 changed files with 12 additions and 8 deletions
+3 -2
View File
@@ -12,11 +12,12 @@
"vscode": { "vscode": {
"extensions": [ "extensions": [
"arr.marksman", "arr.marksman",
"mjmlio.vscode-mjml",
"davidanson.vscode-markdownlint", "davidanson.vscode-markdownlint",
"ecmel.vscode-html-css", "ecmel.vscode-html-css",
"redhat.vscode-yaml", "redhat.vscode-yaml",
"yzhang.markdown-all-in-one" "yzhang.markdown-all-in-one",
"jsynowiec.vscode-insertdatestring",
"netcorext.uuid-generator"
] ]
} }
}, },
+1 -1
View File
@@ -22,7 +22,7 @@ params:
justifyContent: false justifyContent: false
relatedPosts: true relatedPosts: false
code_copy_button: true code_copy_button: true
homeSubtitlePrinter: true homeSubtitlePrinter: true
+8 -5
View File
@@ -1,13 +1,16 @@
name: bovender.de
services: services:
build: build:
image: ghcr.io/gohugoio/hugo image: ghcr.io/gohugoio/hugo:latest
command: build command: build --minify
volumes: volumes:
- ".:/project" - ".:/project"
user: 1000:1000 user: 1000:1000
environment:
HUGO_ENVIRONMENT: production
server: server:
image: ghcr.io/gohugoio/hugo image: ghcr.io/gohugoio/hugo:latest
command: server --bind 0.0.0.0 --buildDrafts --buildFuture --environment development command: server --bind 0.0.0.0 -M --buildDrafts --buildFuture
volumes: volumes:
- ".:/project" - ".:/project"
- "../hugo_cookie_consent:/hugo_cookie_consent" - "../hugo_cookie_consent:/hugo_cookie_consent"
@@ -15,5 +18,5 @@ services:
- "127.0.0.1:1313:1313" - "127.0.0.1:1313:1313"
user: 1000:1000 user: 1000:1000
environment: environment:
ENVIRONMENT: development HUGO_ENVIRONMENT: development
TZ: Europe/Berlin TZ: Europe/Berlin