From aa3a6ba4f941b97313568d02460b00e9dc235414 Mon Sep 17 00:00:00 2001 From: Tim Treis Date: Fri, 20 Feb 2026 23:36:28 +0100 Subject: [PATCH 1/3] added link forward --- static/morphology2026/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 static/morphology2026/index.html diff --git a/static/morphology2026/index.html b/static/morphology2026/index.html new file mode 100644 index 0000000..3c91858 --- /dev/null +++ b/static/morphology2026/index.html @@ -0,0 +1,12 @@ + + + + + + + Redirecting... + + +

Redirecting to https://github.com/scverse/2026_hackathon_morphology

+ + From f96812607121e54da588c43d28d7b07bcc4d8d70 Mon Sep 17 00:00:00 2001 From: Tim Treis Date: Fri, 20 Feb 2026 23:38:52 +0100 Subject: [PATCH 2/3] maybe hugo fix? --- config.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config.toml b/config.toml index f97bb3a..6135cba 100644 --- a/config.toml +++ b/config.toml @@ -8,8 +8,3 @@ description = "Foundational tools for omics data in the life sciences" [markup.goldmark.renderer] unsafe= true - -[caches] -[caches.getjson] -dir = ":cacheDir/:project" -maxAge = "10s" \ No newline at end of file From 424f532468800233c3378af27a18e8b852296246 Mon Sep 17 00:00:00 2001 From: Tim Treis Date: Fri, 20 Feb 2026 23:40:38 +0100 Subject: [PATCH 3/3] 2nd fix since .Site.Author was removed --- layouts/blog/rss.xml | 5 +---- layouts/events/rss.xml | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/layouts/blog/rss.xml b/layouts/blog/rss.xml index 512a07c..09b8076 100644 --- a/layouts/blog/rss.xml +++ b/layouts/blog/rss.xml @@ -17,9 +17,7 @@ {{ .Permalink }} Recent {{ .Site.Title }} news {{ with .Site.LanguageCode }} - {{.}}{{end}}{{ with .Site.Author.email }} - {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Author.email }} - {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Copyright }} + {{.}}{{end}}{{ with .Site.Copyright }} {{.}}{{end}}{{ if not .Date.IsZero }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}{{ end }} {{- with .OutputFormats.Get "RSS" -}} @@ -30,7 +28,6 @@ {{ .Title }} {{ .Permalink }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} - {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}} {{ .Permalink }} {{ .Summary | html }} diff --git a/layouts/events/rss.xml b/layouts/events/rss.xml index 512a07c..09b8076 100644 --- a/layouts/events/rss.xml +++ b/layouts/events/rss.xml @@ -17,9 +17,7 @@ {{ .Permalink }} Recent {{ .Site.Title }} news {{ with .Site.LanguageCode }} - {{.}}{{end}}{{ with .Site.Author.email }} - {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Author.email }} - {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Copyright }} + {{.}}{{end}}{{ with .Site.Copyright }} {{.}}{{end}}{{ if not .Date.IsZero }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}{{ end }} {{- with .OutputFormats.Get "RSS" -}} @@ -30,7 +28,6 @@ {{ .Title }} {{ .Permalink }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} - {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}} {{ .Permalink }} {{ .Summary | html }}