Compare commits
3 Commits
23c5e59393
...
716d7b761b
| Author | SHA1 | Date | |
|---|---|---|---|
| 716d7b761b | |||
| d0a7893e3f | |||
| 4277ab3103 |
@@ -19,7 +19,9 @@ jobs:
|
||||
# extended: true
|
||||
|
||||
- name: Build
|
||||
run: hugo --minify
|
||||
run: hugo -b $BASE_URL --minify
|
||||
env:
|
||||
BASE_URL: ${{ vars.BASE_URL }}
|
||||
|
||||
- name: "Publish"
|
||||
run: |
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
# https://blowfish.page/docs/getting-started/
|
||||
|
||||
theme = "blowfish" # UNCOMMENT THIS LINE
|
||||
# baseURL = "https://your_domain.com/"
|
||||
defaultContentLanguage = "de"
|
||||
|
||||
# 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