Compare commits

..

No commits in common. "a0a49eb35719e95ec8a3e2f7ab33415cd088a0af" and "d591e396f156466bf5ec4c670d09175b4f3cd1bf" have entirely different histories.

5 changed files with 15 additions and 5 deletions

1
.gitignore vendored
View file

@ -14,7 +14,6 @@ resources
jsconfig.json jsconfig.json
hugo_stats.json hugo_stats.json
go.sum go.sum
deployDetails
yarn.lock yarn.lock
.devcontainer .devcontainer
.vscode .vscode

7
deployDetails Normal file
View file

@ -0,0 +1,7 @@
deploy host:
verua.info
port: 2121
ssh username: verua.info
webroot main (verua.info): httpdocs/
webroot dev (preview.verua.info) preview.verua.info/

3
deploy_env.json Normal file
View file

@ -0,0 +1,3 @@
{
"env": "development"
}

1
deploy_env.yaml Normal file
View file

@ -0,0 +1 @@
env: production

View file

@ -1,7 +1,3 @@
########################### Deployment #############################
# set to "development" or "production" to deploy the site to the correct environment
environment = "development"
######################## default configuration #################### ######################## default configuration ####################
# The base URL of your site (required). This will be prepended to all relative URLs. # The base URL of your site (required). This will be prepended to all relative URLs.
baseURL = "/" baseURL = "/"
@ -20,6 +16,10 @@ defaultContentLanguage = "de"
disableLanguages = ["en"] disableLanguages = ["en"]
hasCJKLanguage = false # If hasCJKLanguage true, auto-detect Chinese/Japanese/Korean Languages in the content. see: https://gohugo.io/getting-started/configuration/#hascjklanguage hasCJKLanguage = false # If hasCJKLanguage true, auto-detect Chinese/Japanese/Korean Languages in the content. see: https://gohugo.io/getting-started/configuration/#hascjklanguage
########################### Deployment #############################
# set to "development" or "production" to deploy the site to the correct environment
environment = "development"
########################### Services ############################# ########################### Services #############################
[services] [services]
[services.googleAnalytics] [services.googleAnalytics]