diff --git a/content/about/index.md b/content/about/index.md index dd8f721..e663df4 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -4,4 +4,5 @@ date = 2024-10-01T17:00:04+02:00 draft = false +++ -We should have some description here, I guess +Welcome to BadHouseplants. Here you're supposed to find very short musical reviews. + diff --git a/content/posts/test.md b/content/posts/test.md deleted file mode 100644 index c555fd2..0000000 --- a/content/posts/test.md +++ /dev/null @@ -1,7 +0,0 @@ -+++ -title = 'Test' -date = 2024-10-02T10:13:30+02:00 -draft = false -+++ - -Hello diff --git a/hugo.toml b/hugo.toml index 464f62a..9de8a10 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,7 +2,7 @@ baseURL = 'https://badhouseplants.net' languageCode = 'en-us' title = 'Bad Houseplants' theme = 'papermod' -enableGitInfo = true +enableGitInfo = false enableInlineShortcodes = true enableRobotsTXT = true @@ -30,20 +30,22 @@ ShowCodeCopyButtons = true ShowRssButtonInSectionTermList = true ShowAllPagesInArchive = true ShowPageNums = true -ShowToc = true - [params.homeInfoParams] - Title = "Bad Houseplants" +ShowToc = false + +[params.homeInfoParams] +Title = "Bad Houseplants" Content = """ Well, hello there. Here you're supposed to find some music reviews """ - [params.editPost] - URL = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net/_edit/main/content" - Text = "Suggest a change" - appendFilePath = true - [params.assets] - disableHLJS = true +[params.editPost] +URL = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net/_edit/main/content" +Text = "Suggest a change" +appendFilePath = true + +[params.assets] +disableHLJS = true [markup.goldmark.renderer] unsafe = true @@ -58,37 +60,28 @@ disableInlineCSS = true disableInlineCSS = true # minifyOutput: true= true - # minifyOutput: true -[languages.en] -languageName = "English" -weight = 1 - [languages.en.taxonomies] - category = "categories" - tag = "tags" - series = "series" -[[languages.en.menu.main]] +[menus] +[[menus.main]] name = "Archive" url = "archives" weight = 4 - -[[languages.en.menu.main]] +[[menus.main]] name = "Search" url = "search/" weight = 1 -[[languages.en.menu.main]] +[[menus.main]] name = "Tags" -url = "tags/" +url = "/tags/" weight = 2 - -[[languages.en.menu.main]] +[[menus.main]] name = "About" url = "about/" weight = 3 -[[languages.en.menu.main]] +[[menus.main]] name = "Source" url = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net" weight = 5 @@ -101,5 +94,11 @@ weight = 5 minMatchCharLength = 0 keys = [ "title", "permalink", "summary", "content" ] + + + + +[taxonomies] + tag = 'tags' [outputs] home = [ "HTML", "RSS", "JSON" ] diff --git a/themes/papermod b/themes/papermod index a2eb47b..3e53621 160000 --- a/themes/papermod +++ b/themes/papermod @@ -1 +1 @@ -Subproject commit a2eb47bb4b805116dcd34c1605d39835121f8dbe +Subproject commit 3e5362100777a9426e05ef30e972800cabb54f21