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"
|
||||
layoutdir = "layouts"
|
||||
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
|
||||
date: 2021-12-01
|
||||
tags: ["music-visualizer", "competition"]
|
||||
summary: ""
|
||||
---
|
||||
|
||||
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
|
||||
translation: "January 2, 2006"
|
||||
- id: postedOnDate
|
||||
translation: "Posted on {{ .Count }}"
|
||||
translation: "Posted on {{ . }}"
|
||||
- id: translationsLabel
|
||||
translation: "Other languages: "
|
||||
- id: translationsSeparator
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
- id: dateFormat
|
||||
translation: "2006年1月2日"
|
||||
- id: postedOnDate
|
||||
translation: "{{ .Count }}に投稿"
|
||||
translation: "{{ . }}に投稿"
|
||||
- id: translationsLabel
|
||||
translation: "翻訳:"
|
||||
- id: translationsSeparator
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
- id: dateFormat
|
||||
translation: "Январь 2, 2006"
|
||||
- id: postedOnDate
|
||||
translation: "Опубликовано {{ .Count }}"
|
||||
translation: "Опубликовано {{ . }}"
|
||||
- id: translationsLabel
|
||||
translation: "Другие языки: "
|
||||
- id: translationsSeparator
|
||||
|
|
Loading…
Add table
Reference in a new issue