diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-06-27 17:26:04 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-06-30 03:59:13 +0200 |
| commit | f8ce753aa4ecbe4f12cce2c86ca40b13844ba1d1 (patch) | |
| tree | 6f52189efcac3326b2bbe2a948ecccf3cbea3b78 /data | |
| parent | 2e8d00b3d7d3bea6d4d8e8ba3e8841909d4e2ba1 (diff) | |
| download | kovok-website-f8ce753aa4ecbe4f12cce2c86ca40b13844ba1d1.tar.gz | |
Set up MVP
Diffstat (limited to 'data')
| -rw-r--r-- | data/homepage.yml | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/data/homepage.yml b/data/homepage.yml new file mode 100644 index 0000000..e8e0f57 --- /dev/null +++ b/data/homepage.yml @@ -0,0 +1,72 @@ +main: + header: + title : "" # Title Text + description : "Alternative Metal band from Barcelona, Spain." # Title Desc + button: + text: "Watch" # Button Text + url: "#watch" # Button URL + +about: + title: "About us" + desc: "Formed in Barcelona in 2021, our music includes stoner, progressive and melodic influences, without classifying ourselves into a specific style, ending up as an mixture of energy and complex structures. Each song represents a different journey, a fantasy, a thought, which the listener is invited to share." + image0: + src: "image0.webp" + text: "Clara Solano" + image1: + src: "image1.webp" + text: "Félix Abreu" + image2: + src: "image2.webp" + text: "Cristo Peregrín" + image3: + src: "image3.webp" + text: "Xavier Del Campo" + +musicvideo: + title: "Watch" + desc: "Watch our music video for \"Path of Emotions\"" + src: "poe.mp4" + +listen: + title: "Listen" + desc: "Listen to our new EP, TAKE AWAY" + image: "take-away.webp" + audio0: + title: "Path of Emotions" + src: "Kovok - Path of Emotions.ogg" + audio1: + title: "The Ignote, The Unknown" + src: "Kovok - The Ignote, The Unknown.ogg" + audio2: + title: "Hamster on a Wheel" + src: "Kovok - Hamster on a Wheel.ogg" + audio3: + title: "Gas Gus" + src: "Kovok - Gas Gus.ogg" + +contact: + title: "Contact" + email: "kovokband@gmail.com" + xmpp: "contact@kovok.band" + +social: + fediverse: + url: "https://metalhead.club/@kovok" + src: "fediverse.svg" + altext: "Fediverse logo" + peertube: + url: "https://fediverse.tv/c/kovok.band" + src: "peertube.svg" + altext: "Peertube logo" + youtube: + url: "https://www.youtube.com/@kovokband5589" + src: "youtube.svg" + altext: "YouTube logo" + instagram: + url: "https://www.instagram.com/kovokband/" + src: "ig.svg" + altext: "Instagram logo" + spotify: + url: "https://open.spotify.com/artist/0EQUqK5tD7kcMlOgMo6lYu" + src: "spotify.svg" + altext: "Spotify logo" |
