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 --- config.toml | 42 +++++++++++++++-- data/homepage.yml | 72 +++++++++++++++++++++++++++++ static/Kovok - Gas Gus.ogg | Bin 0 -> 4447500 bytes static/Kovok - Hamster on a Wheel.ogg | Bin 0 -> 4315995 bytes static/Kovok - Path of Emotions.ogg | Bin 0 -> 3313144 bytes static/Kovok - The Ignote, The Unknown.ogg | Bin 0 -> 4837730 bytes static/favicon.png | Bin 0 -> 4032 bytes static/fediverse.svg | 17 +++++++ static/header.webp | Bin 0 -> 514032 bytes static/header2.webp | Bin 0 -> 207540 bytes static/ig.svg | 1 + static/image0.webp | Bin 0 -> 42762 bytes static/image1.webp | Bin 0 -> 54406 bytes static/image2.webp | Bin 0 -> 71124 bytes static/image3.webp | Bin 0 -> 61526 bytes static/logo.png | Bin 0 -> 76791 bytes static/peertube.svg | 2 + static/poe.mp4 | Bin 0 -> 194321166 bytes static/spotify.svg | 36 +++++++++++++++ static/take-away.webp | Bin 0 -> 67840 bytes static/youtube.svg | 8 ++++ themes/graysx | 2 +- 22 files changed, 176 insertions(+), 4 deletions(-) create mode 100644 data/homepage.yml create mode 100644 static/Kovok - Gas Gus.ogg create mode 100644 static/Kovok - Hamster on a Wheel.ogg create mode 100644 static/Kovok - Path of Emotions.ogg create mode 100644 static/Kovok - The Ignote, The Unknown.ogg create mode 100644 static/favicon.png create mode 100644 static/fediverse.svg create mode 100644 static/header.webp create mode 100644 static/header2.webp create mode 100644 static/ig.svg create mode 100644 static/image0.webp create mode 100644 static/image1.webp create mode 100644 static/image2.webp create mode 100644 static/image3.webp create mode 100644 static/logo.png create mode 100644 static/peertube.svg create mode 100644 static/poe.mp4 create mode 100644 static/spotify.svg create mode 100644 static/take-away.webp create mode 100644 static/youtube.svg diff --git a/config.toml b/config.toml index 1d7c819..ef2e1e1 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,39 @@ -baseURL = 'http://example.org/' -languageCode = 'en-us' -title = 'My New Hugo Site' +baseURL = 'http://kovok.band/' +theme = 'graysx' +title = 'KoVoꓘ Official Website' + +## Site Settings +[params] +logo = "logo.png" +favicon = "favicon.png" + +# Info +author = 'KoVoK' + +## Menu Items +[menu] + [[menu.main]] + name = "About us" + URL = "#about" + weight = 1 + + [[menu.main]] + name = "Watch" + URL = "#watch" + weight = 2 + + [[menu.main]] + name = "Listen" + URL = "#listen" + weight = 3 + + [[menu.main]] + name = "Contact" + URL = "#contact" + weight = 4 + + +# Credits + +# This theme is forked from: https://github.com/startbootstrap/startbootstrap-grayscale +# This theme is forked by: https://github.com/akatiggerx04 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" diff --git a/static/Kovok - Gas Gus.ogg b/static/Kovok - Gas Gus.ogg new file mode 100644 index 0000000..d9359c8 Binary files /dev/null and b/static/Kovok - Gas Gus.ogg differ diff --git a/static/Kovok - Hamster on a Wheel.ogg b/static/Kovok - Hamster on a Wheel.ogg new file mode 100644 index 0000000..39f172b Binary files /dev/null and b/static/Kovok - Hamster on a Wheel.ogg differ diff --git a/static/Kovok - Path of Emotions.ogg b/static/Kovok - Path of Emotions.ogg new file mode 100644 index 0000000..0937dac Binary files /dev/null and b/static/Kovok - Path of Emotions.ogg differ diff --git a/static/Kovok - The Ignote, The Unknown.ogg b/static/Kovok - The Ignote, The Unknown.ogg new file mode 100644 index 0000000..5aacb1d Binary files /dev/null and b/static/Kovok - The Ignote, The Unknown.ogg differ diff --git a/static/favicon.png b/static/favicon.png new file mode 100644 index 0000000..c180cc8 Binary files /dev/null and b/static/favicon.png differ diff --git a/static/fediverse.svg b/static/fediverse.svg new file mode 100644 index 0000000..5f04313 --- /dev/null +++ b/static/fediverse.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/header.webp b/static/header.webp new file mode 100644 index 0000000..2ac1871 Binary files /dev/null and b/static/header.webp differ diff --git a/static/header2.webp b/static/header2.webp new file mode 100644 index 0000000..5321688 Binary files /dev/null and b/static/header2.webp differ diff --git a/static/ig.svg b/static/ig.svg new file mode 100644 index 0000000..4ce33d4 --- /dev/null +++ b/static/ig.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/image0.webp b/static/image0.webp new file mode 100644 index 0000000..beb5baa Binary files /dev/null and b/static/image0.webp differ diff --git a/static/image1.webp b/static/image1.webp new file mode 100644 index 0000000..4725321 Binary files /dev/null and b/static/image1.webp differ diff --git a/static/image2.webp b/static/image2.webp new file mode 100644 index 0000000..e274f7f Binary files /dev/null and b/static/image2.webp differ diff --git a/static/image3.webp b/static/image3.webp new file mode 100644 index 0000000..b33775f Binary files /dev/null and b/static/image3.webp differ diff --git a/static/logo.png b/static/logo.png new file mode 100644 index 0000000..b63d9f6 Binary files /dev/null and b/static/logo.png differ diff --git a/static/peertube.svg b/static/peertube.svg new file mode 100644 index 0000000..711bd23 --- /dev/null +++ b/static/peertube.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/poe.mp4 b/static/poe.mp4 new file mode 100644 index 0000000..8061d04 Binary files /dev/null and b/static/poe.mp4 differ diff --git a/static/spotify.svg b/static/spotify.svg new file mode 100644 index 0000000..b18cba8 --- /dev/null +++ b/static/spotify.svg @@ -0,0 +1,36 @@ + + diff --git a/static/take-away.webp b/static/take-away.webp new file mode 100644 index 0000000..920d6fe Binary files /dev/null and b/static/take-away.webp differ diff --git a/static/youtube.svg b/static/youtube.svg new file mode 100644 index 0000000..c49a5ad --- /dev/null +++ b/static/youtube.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/themes/graysx b/themes/graysx index caf5749..07c31b4 160000 --- a/themes/graysx +++ b/themes/graysx @@ -1 +1 @@ -Subproject commit caf57499f8cea589762cc65ab5e08c3187721b9f +Subproject commit 07c31b41ddf9bc97ab6ab88e1b9364cd51cfb594 -- cgit v1.2.3