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" contentdir = "content"
layoutdir = "layouts" layoutdir = "layouts"
publishdir = "public" 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 subtitle: Inspired by my Dutch party visitations in Sittard
date: 2021-12-01 date: 2021-12-01
tags: ["music-visualizer", "competition"] tags: ["music-visualizer", "competition"]
summary: ""
--- ---
This is Orwa's entry for the competition. 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 - id: dateFormat
translation: "January 2, 2006" translation: "January 2, 2006"
- id: postedOnDate - id: postedOnDate
translation: "Posted on {{ .Count }}" translation: "Posted on {{ . }}"
- id: translationsLabel - id: translationsLabel
translation: "Other languages: " translation: "Other languages: "
- id: translationsSeparator - id: translationsSeparator

View file

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

View file

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