Update control files.
This commit is contained in:
@@ -12,11 +12,12 @@
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"arr.marksman",
|
||||
"mjmlio.vscode-mjml",
|
||||
"davidanson.vscode-markdownlint",
|
||||
"ecmel.vscode-html-css",
|
||||
"redhat.vscode-yaml",
|
||||
"yzhang.markdown-all-in-one"
|
||||
"yzhang.markdown-all-in-one",
|
||||
"jsynowiec.vscode-insertdatestring",
|
||||
"netcorext.uuid-generator"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -22,7 +22,7 @@ params:
|
||||
|
||||
justifyContent: false
|
||||
|
||||
relatedPosts: true
|
||||
relatedPosts: false
|
||||
code_copy_button: true
|
||||
|
||||
homeSubtitlePrinter: true
|
||||
|
||||
+8
-5
@@ -1,13 +1,16 @@
|
||||
name: bovender.de
|
||||
services:
|
||||
build:
|
||||
image: ghcr.io/gohugoio/hugo
|
||||
command: build
|
||||
image: ghcr.io/gohugoio/hugo:latest
|
||||
command: build --minify
|
||||
volumes:
|
||||
- ".:/project"
|
||||
user: 1000:1000
|
||||
environment:
|
||||
HUGO_ENVIRONMENT: production
|
||||
server:
|
||||
image: ghcr.io/gohugoio/hugo
|
||||
command: server --bind 0.0.0.0 --buildDrafts --buildFuture --environment development
|
||||
image: ghcr.io/gohugoio/hugo:latest
|
||||
command: server --bind 0.0.0.0 -M --buildDrafts --buildFuture
|
||||
volumes:
|
||||
- ".:/project"
|
||||
- "../hugo_cookie_consent:/hugo_cookie_consent"
|
||||
@@ -15,5 +18,5 @@ services:
|
||||
- "127.0.0.1:1313:1313"
|
||||
user: 1000:1000
|
||||
environment:
|
||||
ENVIRONMENT: development
|
||||
HUGO_ENVIRONMENT: development
|
||||
TZ: Europe/Berlin
|
||||
|
||||
Reference in New Issue
Block a user