diff --git a/.gitignore b/.gitignore index 64a2166..77e4655 100755 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ resources jsconfig.json hugo_stats.json go.sum +deployDetails yarn.lock .devcontainer .vscode diff --git a/deployDetails b/deployDetails deleted file mode 100644 index e6e3f93..0000000 --- a/deployDetails +++ /dev/null @@ -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/ \ No newline at end of file diff --git a/deploy_env.json b/deploy_env.json deleted file mode 100644 index 50b7035..0000000 --- a/deploy_env.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "env": "development" -} diff --git a/deploy_env.yaml b/deploy_env.yaml deleted file mode 100644 index 8157278..0000000 --- a/deploy_env.yaml +++ /dev/null @@ -1 +0,0 @@ -env: production diff --git a/hugo.toml b/hugo.toml index 58351ec..fe57943 100755 --- a/hugo.toml +++ b/hugo.toml @@ -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]