Yorhel
This commit is contained in:
parent
3ad3b453d5
commit
e1cd6db167
6 changed files with 22 additions and 22 deletions
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" \" \" | title }}"
|
||||
title: {{ replace .Name "-" " " | title }}
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
images:
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
14
content/2026/03/rest-in-peace-yorhel/index.md
Normal file
14
content/2026/03/rest-in-peace-yorhel/index.md
Normal 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.
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue