From 52b57710285d53189a0f7ca7b5cbda5bac2ce0f9 Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 25 Apr 2023 16:13:35 -0500 Subject: [PATCH] Ignore 'public' build results folder, remove base_url config item --- .gitignore | 3 ++- config.toml | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8e2cf94..c3abafc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .hugo_build.lock -.idea \ No newline at end of file +.idea +public \ No newline at end of file diff --git a/config.toml b/config.toml index ebeee72..66fd3cf 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,3 @@ -baseURL = 'https://powershell.xevion.dev/' languageCode = 'en-us' title = 'Powershell by Xevion' paginate = 5