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"