mirror of
https://github.com/Xevion/powershell.git
synced 2025-12-06 01:15:48 -06:00
Fix baseURL in config.toml, use Hugo Extended
This commit is contained in:
1
.github/workflows/gh-pages.yml
vendored
1
.github/workflows/gh-pages.yml
vendored
@@ -21,6 +21,7 @@ jobs:
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
with:
|
||||
hugo-version: '0.96.0'
|
||||
extended: true
|
||||
|
||||
- name: Build
|
||||
run: hugo --minify
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user