From f8ce753aa4ecbe4f12cce2c86ca40b13844ba1d1 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Thu, 27 Jun 2024 17:26:04 +0200 Subject: Set up MVP --- data/homepage.yml | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 data/homepage.yml (limited to 'data') 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" -- cgit v1.2.3