From bd33e958ac3f21397bb2e427b60bf41b6c94792e Mon Sep 17 00:00:00 2001 From: Kumi Date: Mon, 15 Jul 2024 08:41:18 +0200 Subject: [PATCH] chore: update blog title and simplify homepage layout Updated the title across the website from "rottenwheel" to "rottenblog". Also removed title and description elements from the homepage layout. --- content/_index.md | 2 +- hugo.toml | 2 +- layouts/index.html | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/content/_index.md b/content/_index.md index 8cc1818..baf82ae 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,5 +1,5 @@ --- -title: rottenwheel's blog +title: rottenblog --- RSS feed [here](/index.xml). diff --git a/hugo.toml b/hugo.toml index b8d6a34..38299df 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,6 +1,6 @@ baseURL = 'https://blog.rottenwheel.com/' languageCode = 'en-us' -title = 'rottenwheel' +title = 'rottenblog' theme = 'hugo-rottenwheel' disableKinds = ['taxonomy'] enableRobotsTXT = true diff --git a/layouts/index.html b/layouts/index.html index 1638032..88963be 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,6 +1,4 @@ {{ define "main" }} -

{{ .Title }}

-

{{ .Description }}

Latest Posts