From c273c94151f3f6797b190be7d082944a788cf25d Mon Sep 17 00:00:00 2001 From: Shauna Gordon Date: Wed, 12 Jun 2024 02:42:55 -0400 Subject: [PATCH] Updates to match theme changes Signed-off-by: Shauna Gordon --- hugo.toml | 4 ++++ layouts/_default/baseof.html | 28 ---------------------------- 2 files changed, 4 insertions(+), 28 deletions(-) delete mode 100755 layouts/_default/baseof.html diff --git a/hugo.toml b/hugo.toml index 5960bd938..99f9c8435 100644 --- a/hugo.toml +++ b/hugo.toml @@ -53,6 +53,7 @@ paginate = 10 gitlab = "shauna" email = "shauna@gordons.me" resume = "//resume.shaunagordon.com" + buymecoffee = "#buy-me-coffee" [markup] [markup.tableOfContents] @@ -68,3 +69,6 @@ paginate = 10 category = "categories" tag = "tags" series = "series" + +[outputs] + home = ["html", "rss", "json"] diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html deleted file mode 100755 index 67fba4acf..000000000 --- a/layouts/_default/baseof.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - {{ block "title" . }}{{ $.Site.Title }}{{ end }} - {{ partial "criticalCSS.html" . }} - {{ partial "head.html" . }} - {{ partial "init_head.html" . }} - - - - {{ partial "background.html" . }} - {{ partial "sidebar.html" . }} - -
-
-
- {{ block "content" . }}{{ end }} -
-
- {{ partial "back.html" . }} -
-
-
- {{ block "bodyEnd" . }}{{ end }} - {{ partial "init_body.html" . }} - {{ partial "twemoji.html" . }} - -