diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index b813c47..eb407de 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -22,22 +22,22 @@ jobs: hugo-version: 0.121.2 extended: true - # - name: Test if exmapleSite can be built - # run: | - # cd exampleSite + - name: Test if exmapleSite can be built + run: | + cd exampleSite - # # install PaperMod theme - # git clone --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod + # install PaperMod theme + git clone --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod - # # install hugo-kofi-shortcodes - # ln -s ../ themes/kofi-shortcodes + # install hugo-kofi-shortcodes + ln -s ../ themes/kofi-shortcodes - # ls -laR themes/ + ls -la themes/ - # hugo --minify + hugo --minify - # # clean up - # rm -rf themes/* + # clean up + rm -rf themes/* - name: Bump version and push tag diff --git a/exampleSite/hugo.yaml b/exampleSite/hugo.yaml index f2f63d1..8353313 100644 --- a/exampleSite/hugo.yaml +++ b/exampleSite/hugo.yaml @@ -1,6 +1,6 @@ baseURL: 'https://example.org/' -languageCode: 'en-us' -title: 'My New Hugo Site with Ko-fi me shortcodes' +languageCode: en-us +title: My New Hugo Site with Ko-fi me shortcodes theme: - PaperMod # your preferred theme