config changes

This commit is contained in:
Eric Phillips
2025-12-19 23:40:48 -07:00
parent 7486c791c9
commit 128bedeb6a
2 changed files with 10 additions and 0 deletions
+2
View File
@@ -1 +1,3 @@
public/
resources/
.hugo_build.lock
+8
View File
@@ -2,3 +2,11 @@ baseURL = 'https://blog.ewpt3ch.dev/'
languageCode = 'en-us'
title = "Eric's Ramblings"
theme = 'hyde'
[Menus]
main = [
{Name = "Git", URL = "https://gitea.ewpt3ch.dev/ewpt3ch"}
]
[params]
description = "My wanderings through technology mostly to document how I did things yesterday so I can make new mistakes tomorrow"