Ignore 'public' build results folder, remove base_url config item

This commit is contained in:
2023-04-25 16:13:35 -05:00
parent 4ef7675668
commit 52b5771028
2 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
.hugo_build.lock
.idea
public

View File

@@ -1,4 +1,3 @@
baseURL = 'https://powershell.xevion.dev/'
languageCode = 'en-us'
title = 'Powershell by Xevion'
paginate = 5