Commit long-standing changes
This commit is contained in:
parent
1c615535fc
commit
2e6325b76d
62 changed files with 8832 additions and 8823 deletions
1
.tool-versions
Normal file
1
.tool-versions
Normal file
|
@ -0,0 +1 @@
|
||||||
|
hugo 0.92.2
|
|
@ -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
3
content/api/index.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"whaaaat": 2
|
||||||
|
}
|
|
@ -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.
|
||||||
|
|
4
layouts/_default/single.json.json
Normal file
4
layouts/_default/single.json.json
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{{ .RelPermalink }} > /that-page/
|
||||||
|
{{ with .OutputFormats.Get "json" -}}
|
||||||
|
{{ .RelPermalink }} > /that-page/index.json
|
||||||
|
{{- end }}
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue