diff --git a/.github/workflows/firebase-preview.yml b/.github/workflows/firebase-preview.yml index 7102639c3..6f4e1494c 100644 --- a/.github/workflows/firebase-preview.yml +++ b/.github/workflows/firebase-preview.yml @@ -23,7 +23,7 @@ jobs: HUGO_ENVIRONMENT: production HUGO_ENV: production run: | - hugo --minify -s exampleSite --themesDir ../.. -d ../public --baseURL https://blowfish.page + hugo -E -F --minify -s exampleSite --themesDir ../.. -d ../public --baseURL https://blowfish.page - name: Deploy preview uses: FirebaseExtended/action-hosting-deploy@v0 diff --git a/.github/workflows/firebase-production.yml b/.github/workflows/firebase-production.yml index eb54bd8b4..601854b81 100644 --- a/.github/workflows/firebase-production.yml +++ b/.github/workflows/firebase-production.yml @@ -25,7 +25,7 @@ jobs: HUGO_ENVIRONMENT: production HUGO_ENV: production run: | - hugo --minify -s exampleSite --themesDir ../.. -d ../public --baseURL https://blowfish.page + hugo -E -F --minify -s exampleSite --themesDir ../.. -d ../public --baseURL https://blowfish.page - name: Deploy Production uses: FirebaseExtended/action-hosting-deploy@v0 diff --git a/processUsers.js b/processUsers.js index adbe22f39..e167ad76a 100644 --- a/processUsers.js +++ b/processUsers.js @@ -51,7 +51,7 @@ puppeteer title: \""+ users[i].title + "\"\n\ tags: ["+users[i].tags+"]\n\ externalUrl: \""+ users[i].url + "\"\n\ - date: "+(2022-i)+"-08-08\n\ + date: "+(9999-i)+"-08-08\n\ showDate: false\n\ showAuthor: false\n\ showReadingTime: false\n\