diff --git a/content/docs/_index.md b/content/docs/_index.md new file mode 100644 index 0000000..090d11e --- /dev/null +++ b/content/docs/_index.md @@ -0,0 +1,4 @@ ++++ +date = '2026-07-31T17:10:58-04:00' +title = 'Docs' ++++ diff --git a/content/docs/docshere.md b/content/docs/docshere.md new file mode 100644 index 0000000..c64187d --- /dev/null +++ b/content/docs/docshere.md @@ -0,0 +1,4 @@ ++++ +date = '2026-07-31T17:11:06-04:00' +title = 'Docshere' ++++ diff --git a/content/posts/testagain.md b/content/posts/testagain.md new file mode 100644 index 0000000..66af07e --- /dev/null +++ b/content/posts/testagain.md @@ -0,0 +1,6 @@ ++++ +date = '2026-07-31T16:45:51-04:00' +title = 'Testagain' ++++ + +## Testagain \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index ea3f9c9..a124ffc 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,9 +1,17 @@ baseURL = "https://www.thewittybanter.com" -title = "TheWittyBanter" +title = "TheWittyBanter.com" theme = "PaperMod" enableRobotsTXT = true +[params.profileMode] +enabled = true +title = "@BWNoises" +subtitle = "Musician and computer guy from Maine" +imageUrl = "/images/copy.jpg" + + + [params] defaultTheme = "dark" @@ -12,6 +20,10 @@ enableRobotsTXT = true ShowCodeCopyButtons = true ShowBreadCrumbs = true +[[menus.main]] + name = "Docs" + url = "/docs" + weight = 1 [[menus.main]] name = "Music" diff --git a/public/404.html b/public/404.html index 53ba3bb..7a8fe49 100644 --- a/public/404.html +++ b/public/404.html @@ -5,7 +5,7 @@ -