Fix baseURL in config.toml, use Hugo Extended

This commit is contained in:
Xevion
2022-04-10 11:01:08 -05:00
parent 379fd8da5b
commit 64395a1450
2 changed files with 2 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ jobs:
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.96.0'
extended: true
- name: Build
run: hugo --minify

View File

@@ -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