this is despairing...
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 43s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 43s
This commit is contained in:
@@ -17,11 +17,11 @@ jobs:
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
with:
|
||||
hugo-version: 'latest'
|
||||
hugo-version: "latest"
|
||||
extended: true
|
||||
|
||||
- name: Build
|
||||
run: hugo --minify
|
||||
run: hugo --minify --buildFuture
|
||||
|
||||
- name: Install rsync
|
||||
run: sudo apt-get update && sudo apt-get install -y rsync
|
||||
|
||||
@@ -4,7 +4,7 @@ defaultContentLanguage = "en"
|
||||
enableRobotsTXT = true
|
||||
summaryLength = 0
|
||||
buildDrafts = false
|
||||
buildFuture = false
|
||||
buildFuture = true
|
||||
enableEmoji = true
|
||||
# googleAnalytics = ""
|
||||
|
||||
|
||||
@@ -9,8 +9,6 @@ type: blogpost
|
||||
image: featuredjbo.jpg
|
||||
categories: ["blog", "posts"]
|
||||
---
|
||||
|
||||
|
||||
Yesterday I had the pleasure of going to a concert of the Marktfest in Saalfeld. While I skipped the very first Band I got to see both Die Happy and JBO.
|
||||
|
||||
## Die Happy
|
||||
|
||||
Reference in New Issue
Block a user