Commit long-standing changes

This commit is contained in:
Orwa Diraneyya 2025-04-23 11:42:37 +02:00
parent 1c615535fc
commit 2e6325b76d
Signed by untrusted user who does not match committer: orwa
GPG key ID: 32848D26CC4A4324
62 changed files with 8832 additions and 8823 deletions

1
.tool-versions Normal file
View file

@ -0,0 +1 @@
hugo 0.92.2

View file

@ -1,4 +1,4 @@
baseurl = "https://rwth-crmasters-wise2122.gitlab.io/deep-music-visualizer-showdown/"
baseurl = "deep-music-visualizer-showdown/"
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"

3
content/api/index.md Normal file
View file

@ -0,0 +1,3 @@
{
"whaaaat": 2
}

View file

@ -3,6 +3,7 @@ title: Orwa's Visualization
subtitle: Inspired by my Dutch party visitations in Sittard
date: 2021-12-01
tags: ["music-visualizer", "competition"]
summary: ""
---
This is Orwa's entry for the competition.

View file

@ -0,0 +1,4 @@
{{ .RelPermalink }} > /that-page/
{{ with .OutputFormats.Get "json" -}}
{{ .RelPermalink }} > /that-page/index.json
{{- end }}

View file

@ -2,7 +2,7 @@
- id: dateFormat
translation: "January 2, 2006"
- id: postedOnDate
translation: "Posted on {{ .Count }}"
translation: "Posted on {{ . }}"
- id: translationsLabel
translation: "Other languages: "
- id: translationsSeparator

View file

@ -2,7 +2,7 @@
- id: dateFormat
translation: "2006年1月2日"
- id: postedOnDate
translation: "{{ .Count }}に投稿"
translation: "{{ . }}に投稿"
- id: translationsLabel
translation: "翻訳:"
- id: translationsSeparator

View file

@ -2,7 +2,7 @@
- id: dateFormat
translation: "Январь 2, 2006"
- id: postedOnDate
translation: "Опубликовано {{ .Count }}"
translation: "Опубликовано {{ . }}"
- id: translationsLabel
translation: "Другие языки: "
- id: translationsSeparator