1
Fork 0
This commit is contained in:
MMaker 2026-03-21 14:58:40 -04:00
commit e1cd6db167
Signed by: mmaker
GPG key ID: CCE79B8FEDA40FB2
6 changed files with 22 additions and 22 deletions

View file

@ -1,5 +1,5 @@
---
title: "{{ replace .Name "-" \" \" | title }}"
title: {{ replace .Name "-" " " | title }}
date: {{ .Date }}
draft: true
images:

View file

@ -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"

View file

@ -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.

View file

@ -8,12 +8,7 @@
<description>Recent posts {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}}
{{ end }}{{ end }}by {{ .Site.Title }}</description>
<generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}
<language>{{.}}</language>{{end}}{{ with .Site.Author.email }}
<managingEditor>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</managingEditor>
{{end}}
{{ with .Site.Author.email }}
<webMaster>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</webMaster>
{{end}}
<language>{{.}}</language>{{end}}
{{ with .Site.Copyright }}
<copyright>{{.}}</copyright>{{end}}{{ if not .Date.IsZero }}
<lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>
@ -27,7 +22,6 @@
<title>{{ .Title }}</title>
<link>{{ .Permalink }}</link>
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
{{ with .Site.Author.email }}<author>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author>{{end}}
<guid>{{ .Permalink }}</guid>
<description>{{ .Content | html }}</description>
</item>

View file

@ -7,12 +7,7 @@
<link>{{ .Permalink }}</link>
<description>Recent videos by MMaker</description>
<generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}
<language>{{.}}</language>{{end}}{{ with .Site.Author.email }}
<managingEditor>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</managingEditor>
{{end}}
{{ with .Site.Author.email }}
<webMaster>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</webMaster>
{{end}}
<language>{{.}}</language>{{end}}
{{ with .Site.Copyright }}
<copyright>{{.}}</copyright>{{end}}{{ if not .Date.IsZero }}
<lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>

View file

@ -7,12 +7,7 @@
<link>{{ .Permalink }}</link>
<description>Recent videos by MMaker</description>
<generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}
<language>{{.}}</language>{{end}}{{ with .Site.Author.email }}
<managingEditor>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</managingEditor>
{{end}}
{{ with .Site.Author.email }}
<webMaster>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</webMaster>
{{end}}
<language>{{.}}</language>{{end}}
{{ with .Site.Copyright }}
<copyright>{{.}}</copyright>{{end}}{{ if not .Date.IsZero }}
<lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>