From: AngeloR Date: Thu, 12 Dec 2024 05:49:12 +0000 (-0500) Subject: remove mini-sections from homepage and add timeline view X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=9320f09d512ce9b0e776a150a535cd443ebd3258;p=xangelo.ca.git remove mini-sections from homepage and add timeline view --- diff --git a/.gitmodules b/.gitmodules index 8b8bb1f..5630415 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,3 +14,9 @@ [submodule "themes/plain"] path = themes/plain url = git@github.com:AngeloR/plain-hugo-theme.git +[submodule "themes/digitalgarden"] + path = themes/digitalgarden + url = https://github.com/apvarun/digital-garden-hugo-theme.git +[submodule "themes/plain-hugo-theme"] + path = themes/plain-hugo-theme + url = git@github.com:AngeloR/plain-hugo-theme.git diff --git a/config.toml b/config.toml index 20e0b21..6ca8bd2 100644 --- a/config.toml +++ b/config.toml @@ -13,18 +13,18 @@ rssLimit = 15 [menu] [[menu.main]] name = 'About' -pageRef = '/about' +pageRef = '/pages/about' [[menu.main]] name = 'Linkblog' -pageRef = '/linkblog' +pageRef = '/pages/links' [[menu.main]] -name = 'Categories' -pageRef = '/categories' +name = 'All Posts' +pageRef = '/list' [params] subtitle = "Technical musings and other tidbits" siteBaseName = "Xangelo.ca" -bloglistLength = 10 +bloglistLength = 15 [markup] [markup.goldmark] @@ -41,20 +41,7 @@ tabWidth = 2 ordered = true startLevel = 2 -[mediaTypes] - [mediaTypes."text/gemini"] - suffixes = ["gmi"] - -[outputFormats] -[outputFormats.Gemini] -name = "GEMINI" -mediaType = "text/gemini" -isPlainText = true -isHTML = false -protocol = "gemini://" -permalinkable = true -path = "gemini/" [outputs] -home = ["HTML", "RSS", "GEMINI"] -page = ["HTML", "GEMINI"] +home = ["HTML", "RSS"] +page = ["HTML"] diff --git a/themes/brutalist-minimalist/layouts/_default/list.html b/themes/brutalist-minimalist/layouts/_default/list.html index 3fa41c5..ec46352 100644 --- a/themes/brutalist-minimalist/layouts/_default/list.html +++ b/themes/brutalist-minimalist/layouts/_default/list.html @@ -27,11 +27,18 @@ {{.Page.Title}} | {{.Site.Params.siteBasename}} {{ end }} {{ define "main" }} -

{{.Page.Title}}

-{{.Content}} - - -
- -
-
-

Engineering Org

- -
-
-

Technical Minutae

- -
-
-

Projects

- -
-
-

Daily Updates

-
    - {{range first site.Params.blogListLength (where site.RegularPages "Type" "in" "daily")}} -
  • {{.Title}}
  • - {{end}} -
-
-
diff --git a/themes/digitalgarden b/themes/digitalgarden new file mode 160000 index 0000000..f087bcd --- /dev/null +++ b/themes/digitalgarden @@ -0,0 +1 @@ +Subproject commit f087bcd10adc6ae4176dced9004283fee1507b57 diff --git a/themes/plain-hugo-theme b/themes/plain-hugo-theme new file mode 160000 index 0000000..1c01094 --- /dev/null +++ b/themes/plain-hugo-theme @@ -0,0 +1 @@ +Subproject commit 1c01094c67cf50dff0b140a672ba339c582ce2c5