From e1cd6db167420ce6ab656411a4b9c62b77bcb3cf Mon Sep 17 00:00:00 2001 From: MMaker Date: Sat, 21 Mar 2026 14:58:40 -0400 Subject: [PATCH] Yorhel --- archetypes/default.md | 2 +- config.toml | 6 ++++-- content/2026/03/rest-in-peace-yorhel/index.md | 14 ++++++++++++++ layouts/rss.xml | 8 +------- layouts/things/rss.xml | 7 +------ layouts/videos/rss.xml | 7 +------ 6 files changed, 22 insertions(+), 22 deletions(-) create mode 100644 content/2026/03/rest-in-peace-yorhel/index.md diff --git a/archetypes/default.md b/archetypes/default.md index e029eae..bbba20b 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,5 +1,5 @@ --- -title: "{{ replace .Name "-" \" \" | title }}" +title: {{ replace .Name "-" " " | title }} date: {{ .Date }} draft: true images: diff --git a/config.toml b/config.toml index 0b3116b..fdf9f6c 100644 --- a/config.toml +++ b/config.toml @@ -8,8 +8,10 @@ publishDir = "/var/www/sites/mmaker.moe/" pagerSize = 5 [params] - author = "MMaker" description = "MMaker's Homepage" subtext = "Programming · Video/Audio · YTPMV/音MAD" images = ["thumbnail.png"] - mainSections = ['2019', '2020', '2022', '2023', '2025'] + mainSections = ['2019', '2020', '2022', '2023', '2025', '2026'] + +[params.author] + name = "MMaker" diff --git a/content/2026/03/rest-in-peace-yorhel/index.md b/content/2026/03/rest-in-peace-yorhel/index.md new file mode 100644 index 0000000..572746b --- /dev/null +++ b/content/2026/03/rest-in-peace-yorhel/index.md @@ -0,0 +1,14 @@ +--- +title: Rest in peace, Yorhel +date: 2026-03-21T14:45:50-04:00 +draft: false +images: +--- + +It has been publicly announced that Yorhel, the creator of VNDB, [has passed away](https://vndb.org/t24787). + +No words can fully express how heartbroken I am. I feel extreme guilt having never expressed directly how much his work meant not only to me personally but to the creation of [otoDB](https://otodb.net/). + +I cannot imagine an Internet without VNDB. Thank you for everything. + +Rest in peace, Yorhel. \ No newline at end of file diff --git a/layouts/rss.xml b/layouts/rss.xml index bff154c..03ea01f 100644 --- a/layouts/rss.xml +++ b/layouts/rss.xml @@ -8,12 +8,7 @@ Recent posts {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}by {{ .Site.Title }} Hugo -- gohugo.io{{ with .Site.LanguageCode }} - {{.}}{{end}}{{ with .Site.Author.email }} - {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}} - {{end}} - {{ with .Site.Author.email }} - {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}} - {{end}} + {{.}}{{end}} {{ with .Site.Copyright }} {{.}}{{end}}{{ if not .Date.IsZero }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} @@ -27,7 +22,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 }} {{ .Content | html }} diff --git a/layouts/things/rss.xml b/layouts/things/rss.xml index e85d769..50b3d26 100644 --- a/layouts/things/rss.xml +++ b/layouts/things/rss.xml @@ -7,12 +7,7 @@ {{ .Permalink }} Recent videos by MMaker Hugo -- gohugo.io{{ with .Site.LanguageCode }} - {{.}}{{end}}{{ with .Site.Author.email }} - {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}} - {{end}} - {{ with .Site.Author.email }} - {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}} - {{end}} + {{.}}{{end}} {{ with .Site.Copyright }} {{.}}{{end}}{{ if not .Date.IsZero }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} diff --git a/layouts/videos/rss.xml b/layouts/videos/rss.xml index a4843d9..14b100a 100644 --- a/layouts/videos/rss.xml +++ b/layouts/videos/rss.xml @@ -7,12 +7,7 @@ {{ .Permalink }} Recent videos by MMaker Hugo -- gohugo.io{{ with .Site.LanguageCode }} - {{.}}{{end}}{{ with .Site.Author.email }} - {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}} - {{end}} - {{ with .Site.Author.email }} - {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}} - {{end}} + {{.}}{{end}} {{ with .Site.Copyright }} {{.}}{{end}}{{ if not .Date.IsZero }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}