From 128bedeb6ad7a2171dbacf50fdbcf003567a9cfa Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Fri, 19 Dec 2025 23:40:48 -0700 Subject: [PATCH] config changes --- .gitignore | 2 ++ hugo.toml | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 364fdec..1c3fa73 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ public/ +resources/ +.hugo_build.lock diff --git a/hugo.toml b/hugo.toml index 6343286..d3f124a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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"