From 64395a145001931d3818bd6311fc63ca40ed6dba Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 10 Apr 2022 11:01:08 -0500 Subject: [PATCH] Fix baseURL in config.toml, use Hugo Extended --- .github/workflows/gh-pages.yml | 1 + config.toml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) 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