Add BASE_URL config
All checks were successful
Building & Deploying Website / Deploy-Website (push) Successful in 19s
All checks were successful
Building & Deploying Website / Deploy-Website (push) Successful in 19s
This commit is contained in:
@@ -19,7 +19,9 @@ jobs:
|
|||||||
# extended: true
|
# extended: true
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hugo --minify
|
run: hugo -b $BASE_URL --minify
|
||||||
|
env:
|
||||||
|
DOMAIN: ${{ vars.BASE_URL }}
|
||||||
|
|
||||||
- name: "Publish"
|
- name: "Publish"
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -2,8 +2,7 @@
|
|||||||
# Refer to the theme docs for more details about each of these parameters.
|
# Refer to the theme docs for more details about each of these parameters.
|
||||||
# https://blowfish.page/docs/getting-started/
|
# https://blowfish.page/docs/getting-started/
|
||||||
|
|
||||||
theme = "blowfish" # UNCOMMENT THIS LINE
|
theme = "blowfish" # UNCOMMENT THIS LINE
|
||||||
# baseURL = "https://your_domain.com/"
|
|
||||||
defaultContentLanguage = "de"
|
defaultContentLanguage = "de"
|
||||||
|
|
||||||
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
|
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
|
||||||
|
|||||||
Reference in New Issue
Block a user