From afe031d70f5321e66901f9090a392f6066eff745 Mon Sep 17 00:00:00 2001 From: Ben Varick Date: Thu, 6 Feb 2025 16:56:31 -0600 Subject: [PATCH] removed recent section --- .hugo.toml.kate-swp | Bin 0 -> 307 bytes hugo.toml | 6 ++- layouts/index.html | 6 +++ public/404.html | 8 +-- public/about/index.html | 10 ++-- public/categories/index.html | 8 +-- public/categories/index.xml | 4 +- public/contact/index.html | 10 ++-- public/index.html | 102 ++--------------------------------- public/index.xml | 12 ++--- public/sitemap.xml | 10 ++-- public/tags/index.html | 8 +-- public/tags/index.xml | 4 +- 13 files changed, 53 insertions(+), 135 deletions(-) create mode 100644 .hugo.toml.kate-swp create mode 100644 layouts/index.html diff --git a/.hugo.toml.kate-swp b/.hugo.toml.kate-swp new file mode 100644 index 0000000000000000000000000000000000000000..ed50b1e2ad74f1d4e03b72b1d51d288228f3e02a GIT binary patch literal 307 zcmZQzU=Z?7EJ;-eE>A2_aLdd|RWQ;sU|?Vn5m)rpX}fZC-kXUr+&#wXp1+oCsR<4O z%BTP_2uQmIhXN@TSForukjV$c{0J^DNC?5@0djc}Ty7wj2f^h6a=8&)P9T>H!Q}vQ zIT2iTAeRHdWdm~A5nNUvmkq&X0diRpTxKAb1;J$ka+wiaMj)37!3FXd7$N>thEPhb E05UBk0{{R3 literal 0 HcmV?d00001 diff --git a/hugo.toml b/hugo.toml index da559c5..17214d2 100644 --- a/hugo.toml +++ b/hugo.toml @@ -30,4 +30,8 @@ enableRobotsTXT = true description = "The last theme you'll ever need. Maybe." # choose a background color from any on this page: https://tachyons.io/docs/themes/skins/ and preface it with "bg-" background_color_class = "bg-black" - recent_posts_number = 3 + recent_posts_number = 0 + show_recent_posts = false + +[params.ananke] + show_recent_posts = false diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..f9dbc04 --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,6 @@ +{{ define "main" }} +
+ {{ .Content }} +
+ {{/* Define a section to pull recent posts from. For Hugo 0.20 this will default to the section with the most number of pages. */}} +{{end}} diff --git a/public/404.html b/public/404.html index 981f2fe..7351db0 100644 --- a/public/404.html +++ b/public/404.html @@ -1,6 +1,6 @@ - + @@ -31,10 +31,10 @@ - + - + @@ -108,7 +108,7 @@