Compare commits
3 commits
d591e396f1
...
a0a49eb357
| Author | SHA1 | Date | |
|---|---|---|---|
| a0a49eb357 | |||
| 7ecdb65cb7 | |||
| 3a11c2eaeb |
5 changed files with 5 additions and 15 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -14,6 +14,7 @@ resources
|
|||
jsconfig.json
|
||||
hugo_stats.json
|
||||
go.sum
|
||||
deployDetails
|
||||
yarn.lock
|
||||
.devcontainer
|
||||
.vscode
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
deploy host:
|
||||
verua.info
|
||||
port: 2121
|
||||
ssh username: verua.info
|
||||
|
||||
webroot main (verua.info): httpdocs/
|
||||
webroot dev (preview.verua.info) preview.verua.info/
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"env": "development"
|
||||
}
|
||||
|
|
@ -1 +0,0 @@
|
|||
env: production
|
||||
|
|
@ -1,3 +1,7 @@
|
|||
########################### Deployment #############################
|
||||
# set to "development" or "production" to deploy the site to the correct environment
|
||||
environment = "development"
|
||||
|
||||
######################## default configuration ####################
|
||||
# The base URL of your site (required). This will be prepended to all relative URLs.
|
||||
baseURL = "/"
|
||||
|
|
@ -16,10 +20,6 @@ defaultContentLanguage = "de"
|
|||
disableLanguages = ["en"]
|
||||
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.googleAnalytics]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue