diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index d8f76bc..710150c 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -21,6 +21,7 @@ jobs: uses: peaceiris/actions-hugo@v2 with: hugo-version: '0.96.0' + extended: true - name: Build run: hugo --minify diff --git a/config.toml b/config.toml index 6d8a8bc..1afc4d5 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,4 @@ -#baseURL = 'https://xevion.github.io/ ' -baseURL = '' +baseURL = 'https://xevion.github.io/powershell' languageCode = 'en-us' title = 'Powershell by Xevion' paginate = 5