Compare commits
No commits in common. "a0a49eb35719e95ec8a3e2f7ab33415cd088a0af" and "d591e396f156466bf5ec4c670d09175b4f3cd1bf" have entirely different histories.
a0a49eb357
...
d591e396f1
5 changed files with 15 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
7
deployDetails
Normal 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
3
deploy_env.json
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"env": "development"
|
||||||
|
}
|
||||||
1
deploy_env.yaml
Normal file
1
deploy_env.yaml
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
env: production
|
||||||
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue