From 83f7fe4b8402bab171d110703a1b1115efbc9b28 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Tue, 14 Apr 2026 22:32:43 +0200 Subject: cleaned up many scrits and deleted some that were of no use; renamed a lot --- straper/db/public/hugo/hugo.toml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 straper/db/public/hugo/hugo.toml (limited to 'straper/db/public/hugo/hugo.toml') diff --git a/straper/db/public/hugo/hugo.toml b/straper/db/public/hugo/hugo.toml deleted file mode 100644 index c000f97..0000000 --- a/straper/db/public/hugo/hugo.toml +++ /dev/null @@ -1,40 +0,0 @@ -baseURL = 'https://labunix.xyz/' -languageCode = 'en-us' -title = 'labunix' -[outputs] - home = ["HTML", "RSS", "JSON"] - section = ["HTML", "RSS"] -[params] - mainSections = ["posts"] -[params.logo] - logoText = "labunix" - logoHomeLink = "/" -[languages] - [languages.en] - languageName = "English" - title = "labunix" - weight = 1 - - [languages.en.params] - subtitle = "ad hoc unix notes" - owner = "lukas" - - [languages.en.menu] - [[languages.en.menu.main]] - identifier = "about" - name = "about/" - url = "/about/" - weight = 2 - [[languages.en.menu.main]] - identifier = "rss" - name = "rss/" - url = "/posts/index.xml" - weight = 99 -[privacy] - [privacy.youTube] - privacyEnhanced = true -[markup.goldmark.renderer] - unsafe = true -[taxonomies] - category = "categories" - tag = "tags" -- cgit v1.3