diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..9130717 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,42 @@ +name: Test workflow + +on: + pull_request: + paths-ignore: + - '.github/**' + - 'sample/**' + push: + branches: + - main + paths-ignore: + - '.github/**' + - 'sample/**' + +jobs: + test: + runs-on: ubuntu-latest + steps: + + - name: Checkout + uses: actions/checkout@v3 + with: + fetch-depth: 0 + + - name: Checkout + uses: actions/checkout@v3 + with: + fetch-depth: 0 + path: sample/themes/ + + - name: Setup Hugo + uses: peaceiris/actions-hugo@v2 + with: + hugo-version: '0.110.0' + + - name: Run hugo build + run: | + hugo + with: + working-directory: samples + + diff --git a/sample/content/disc1.md b/sample/content/disc1.md new file mode 100644 index 0000000..7acf4f0 --- /dev/null +++ b/sample/content/disc1.md @@ -0,0 +1,51 @@ +--- +# Mandatory parts : +title: "Disc1" +date: 2023-08-21T19:10:29+02:00 +draft: false + +# Optional parts that you still should fill in order to sort your collection + +## Label : name of the label that published the record +label: Record's Label + +## The artist's name +artist: Record's Band + +## The genres this record is classified into +genres: + - To sort + - Genre 2 + - Genre 3 + +## Cover image : will be displayed in the album list and top page. +## Display a default one unless you change this value. +## Fill this value with the path of the picture located in the static folder +cover: vintage-vinyl-record.jpg + +# More optional details you can use for your collection. + +## A quick description of your record. Markdown is supported +# description: | +# This is a great album. + +## Disc format : 45rpm, 33rpm, 78rpm or size if you prefer. +format: 33rpm + +## How many discs are there in this album ? +number_of_discs: 1 + +## Any supplementary pictures you want to display. +## These pictures should be in the site asset folder : /static +## If you put them into a sub-folder, don't forget it in the path ! +# pictures: +# - this-album/pict.jpg + +## The publish year +year: 1990 + +## What is its condition, new ? used ? bad ? +condition: Vintage + +## Below the metadata block, you can write some content such as a review or anything else you want. It'll be displayed in the album page. +--- diff --git a/sample/content/disc2.md b/sample/content/disc2.md new file mode 100644 index 0000000..fbd32a4 --- /dev/null +++ b/sample/content/disc2.md @@ -0,0 +1,50 @@ +--- +# Mandatory parts : +title: "Disc2" +date: 2023-08-21T19:10:31+02:00 +draft: false + +# Optional parts that you still should fill in order to sort your collection + +## Label : name of the label that published the record +label: Record's Label 2 + +## The artist's name +artist: Record's Band 2 + +## The genres this record is classified into +genres: + - To sort + - Genre 45 + +## Cover image : will be displayed in the album list and top page. +## Display a default one unless you change this value. +## Fill this value with the path of the picture located in the static folder +cover: vinyl-record-isolated.jpg + +# More optional details you can use for your collection. + +## A quick description of your record. Markdown is supported +# description: | +# This is a great album. + +## Disc format : 45rpm, 33rpm, 78rpm or size if you prefer. +# format: 33rpm + +## How many discs are there in this album ? +# number_of_discs: 1 + +## Any supplementary pictures you want to display. +## These pictures should be in the site asset folder : /static +## If you put them into a sub-folder, don't forget it in the path ! +# pictures: +# - this-album/pict.jpg + +## The publish year +year: 1990 + +## What is its condition, new ? used ? bad ? +# condition: + +## Below the metadata block, you can write some content such as a review or anything else you want. It'll be displayed in the album page. +--- diff --git a/sample/content/disc3.md b/sample/content/disc3.md new file mode 100644 index 0000000..3ad69fc --- /dev/null +++ b/sample/content/disc3.md @@ -0,0 +1,49 @@ +--- +# Mandatory parts : +title: "Disc3" +date: 2023-08-21T19:10:33+02:00 +draft: false + +# Optional parts that you still should fill in order to sort your collection + +## Label : name of the label that published the record +label: Record's Label 3 + +## The artist's name +artist: Record's Band + +## The genres this record is classified into +genres: + - To sort + +## Cover image : will be displayed in the album list and top page. +## Display a default one unless you change this value. +## Fill this value with the path of the picture located in the static folder +cover: vinyl-record.jpg + +# More optional details you can use for your collection. + +## A quick description of your record. Markdown is supported +# description: | +# This is a great album. + +## Disc format : 45rpm, 33rpm, 78rpm or size if you prefer. +# format: 33rpm + +## How many discs are there in this album ? +# number_of_discs: 1 + +## Any supplementary pictures you want to display. +## These pictures should be in the site asset folder : /static +## If you put them into a sub-folder, don't forget it in the path ! +# pictures: +# - this-album/pict.jpg + +## The publish year +# year: 1990 + +## What is its condition, new ? used ? bad ? +# condition: + +## Below the metadata block, you can write some content such as a review or anything else you want. It'll be displayed in the album page. +--- diff --git a/sample/hugo.yaml b/sample/hugo.yaml new file mode 100644 index 0000000..acb3b59 --- /dev/null +++ b/sample/hugo.yaml @@ -0,0 +1,13 @@ +baseurl: http://localhost +languageCode: 'en-us' +title: 'Sample Collection' +author: Sample +theme: vinyl-records-collection-theme + +taxonomies: + artist: artist + genres: genres + label: label + year: year + format: format + diff --git a/sample/public/.comments/default.jpg.xml b/sample/public/.comments/default.jpg.xml new file mode 100644 index 0000000..364e552 --- /dev/null +++ b/sample/public/.comments/default.jpg.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sample/public/artist/bon-jovi/index.html b/sample/public/artist/bon-jovi/index.html new file mode 100644 index 0000000..9e37ed6 --- /dev/null +++ b/sample/public/artist/bon-jovi/index.html @@ -0,0 +1,68 @@ + + + + + + + + + + + + + Bon Jovi · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Bon Jovi + + 2020 + +

+ + Rock + +

+ +
    + +
  • Label : Island
  • + + +
  • Year : 2020
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + +
+ + + + diff --git a/sample/public/artist/bon-jovi/index.xml b/sample/public/artist/bon-jovi/index.xml new file mode 100644 index 0000000..83926b1 --- /dev/null +++ b/sample/public/artist/bon-jovi/index.xml @@ -0,0 +1,20 @@ + + + + Bon Jovi on My Vinyl Records Collection + https://vinyl.zedas.fr/artist/bon-jovi/ + Recent content in Bon Jovi on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 22:54:28 +0200 + + 2020 + https://vinyl.zedas.fr/bon-jovi-2020/ + Sun, 20 Aug 2023 22:54:28 +0200 + + https://vinyl.zedas.fr/bon-jovi-2020/ + + + + + diff --git a/sample/public/artist/carpenter-brut/index.html b/sample/public/artist/carpenter-brut/index.html new file mode 100644 index 0000000..e480252 --- /dev/null +++ b/sample/public/artist/carpenter-brut/index.html @@ -0,0 +1,68 @@ + + + + + + + + + + + + + Carpenter Brut · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Carpenter Brut + + Leather Terror + +

+ + Darksynth + +

+ + +
+ + + +
+ + + + diff --git a/sample/public/artist/carpenter-brut/index.xml b/sample/public/artist/carpenter-brut/index.xml new file mode 100644 index 0000000..05be6ef --- /dev/null +++ b/sample/public/artist/carpenter-brut/index.xml @@ -0,0 +1,20 @@ + + + + Carpenter Brut on My Vinyl Records Collection + https://vinyl.zedas.fr/artist/carpenter-brut/ + Recent content in Carpenter Brut on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 21:14:27 +0200 + + Leather Terror + https://vinyl.zedas.fr/carpenter-brute-leather-terror/ + Sun, 20 Aug 2023 21:14:27 +0200 + + https://vinyl.zedas.fr/carpenter-brute-leather-terror/ + + + + + diff --git a/sample/public/artist/cinderella/index.html b/sample/public/artist/cinderella/index.html new file mode 100644 index 0000000..cb183d1 --- /dev/null +++ b/sample/public/artist/cinderella/index.html @@ -0,0 +1,68 @@ + + + + + + + + + + + + + Cinderella · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Cinderella + + Night Songs + +

+ + Glam Metal + +

+ + +
+ + + +
+ + + + diff --git a/sample/public/artist/cinderella/index.xml b/sample/public/artist/cinderella/index.xml new file mode 100644 index 0000000..9f53003 --- /dev/null +++ b/sample/public/artist/cinderella/index.xml @@ -0,0 +1,20 @@ + + + + Cinderella on My Vinyl Records Collection + https://vinyl.zedas.fr/artist/cinderella/ + Recent content in Cinderella on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 22:57:59 +0200 + + Night Songs + https://vinyl.zedas.fr/cinderella-night-songs/ + Sun, 20 Aug 2023 22:57:59 +0200 + + https://vinyl.zedas.fr/cinderella-night-songs/ + + + + + diff --git a/sample/public/artist/daft-punk/index.html b/sample/public/artist/daft-punk/index.html new file mode 100644 index 0000000..0cd1545 --- /dev/null +++ b/sample/public/artist/daft-punk/index.html @@ -0,0 +1,76 @@ + + + + + + + + + + + + + Daft Punk · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Daft Punk + + Discovery + +

+ + French House + + Disco + + Nu-disco + + House + + Electro-funk + +

+ +
    + +
  • Label : Virgin
  • + + +
  • Year : 2001
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + +
+ + + + diff --git a/sample/public/artist/daft-punk/index.xml b/sample/public/artist/daft-punk/index.xml new file mode 100644 index 0000000..ef0f227 --- /dev/null +++ b/sample/public/artist/daft-punk/index.xml @@ -0,0 +1,20 @@ + + + + Daft Punk on My Vinyl Records Collection + https://vinyl.zedas.fr/artist/daft-punk/ + Recent content in Daft Punk on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 21:41:05 +0200 + + Discovery + https://vinyl.zedas.fr/daft-punk-discovery/ + Sun, 20 Aug 2023 21:41:05 +0200 + + https://vinyl.zedas.fr/daft-punk-discovery/ + + + + + diff --git a/sample/public/artist/index.html b/sample/public/artist/index.html new file mode 100644 index 0000000..890db07 --- /dev/null +++ b/sample/public/artist/index.html @@ -0,0 +1,159 @@ + + + + + + + + + + + + + Artist · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Cinderella + +
    + + + +
+
+ + + + + +
+ + Bon Jovi + +
    + + + +
+
+ + + + + +
+ + Scorpions + +
    + + + +
+
+ + + + + +
+ + Iron Maiden + +
    + + + +
+
+ + + + + +
+ + M83 + +
    + + + +
+
+ + + + + +
+ + Daft Punk + +
    + + + +
+
+ + + + + +
+ + Carpenter Brut + +
    + + + +
+
+ + + + + +
+ + W.A.S.P. + +
    + + + +
+
+ + + +
+ + + + diff --git a/sample/public/artist/index.xml b/sample/public/artist/index.xml new file mode 100644 index 0000000..6ab2e50 --- /dev/null +++ b/sample/public/artist/index.xml @@ -0,0 +1,83 @@ + + + + Artist on My Vinyl Records Collection + https://vinyl.zedas.fr/artist/ + Recent content in Artist on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 22:57:59 +0200 + + Cinderella + https://vinyl.zedas.fr/artist/cinderella/ + Sun, 20 Aug 2023 22:57:59 +0200 + + https://vinyl.zedas.fr/artist/cinderella/ + + + + + Bon Jovi + https://vinyl.zedas.fr/artist/bon-jovi/ + Sun, 20 Aug 2023 22:54:28 +0200 + + https://vinyl.zedas.fr/artist/bon-jovi/ + + + + + Scorpions + https://vinyl.zedas.fr/artist/scorpions/ + Sun, 20 Aug 2023 22:49:18 +0200 + + https://vinyl.zedas.fr/artist/scorpions/ + + + + + Iron Maiden + https://vinyl.zedas.fr/artist/iron-maiden/ + Sun, 20 Aug 2023 21:58:54 +0200 + + https://vinyl.zedas.fr/artist/iron-maiden/ + + + + + M83 + https://vinyl.zedas.fr/artist/m83/ + Sun, 20 Aug 2023 21:53:44 +0200 + + https://vinyl.zedas.fr/artist/m83/ + + + + + Daft Punk + https://vinyl.zedas.fr/artist/daft-punk/ + Sun, 20 Aug 2023 21:41:05 +0200 + + https://vinyl.zedas.fr/artist/daft-punk/ + + + + + Carpenter Brut + https://vinyl.zedas.fr/artist/carpenter-brut/ + Sun, 20 Aug 2023 21:14:27 +0200 + + https://vinyl.zedas.fr/artist/carpenter-brut/ + + + + + W.A.S.P. + https://vinyl.zedas.fr/artist/w.a.s.p./ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://vinyl.zedas.fr/artist/w.a.s.p./ + + + + + diff --git a/sample/public/artist/iron-maiden/index.html b/sample/public/artist/iron-maiden/index.html new file mode 100644 index 0000000..ff06d4e --- /dev/null +++ b/sample/public/artist/iron-maiden/index.html @@ -0,0 +1,68 @@ + + + + + + + + + + + + + Iron Maiden · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Iron Maiden + + The Number of the Beast + +

+ + Heavy Metal + +

+ +
    + +
  • Label : EMI
  • + + +
  • Year : 1982
  • + + +
  • Disc format : 33rpm (1 discs)
  • + +
+
+ + + +
+ + + + diff --git a/sample/public/artist/iron-maiden/index.xml b/sample/public/artist/iron-maiden/index.xml new file mode 100644 index 0000000..073f889 --- /dev/null +++ b/sample/public/artist/iron-maiden/index.xml @@ -0,0 +1,20 @@ + + + + Iron Maiden on My Vinyl Records Collection + https://vinyl.zedas.fr/artist/iron-maiden/ + Recent content in Iron Maiden on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 21:58:54 +0200 + + The Number of the Beast + https://vinyl.zedas.fr/iron-maiden-the-number-of-the-beast/ + Sun, 20 Aug 2023 21:58:54 +0200 + + https://vinyl.zedas.fr/iron-maiden-the-number-of-the-beast/ + + + + + diff --git a/sample/public/artist/m83/index.html b/sample/public/artist/m83/index.html new file mode 100644 index 0000000..ac1a494 --- /dev/null +++ b/sample/public/artist/m83/index.html @@ -0,0 +1,103 @@ + + + + + + + + + + + + + M83 · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + M83 + + Dead Cities, Red Cities & Lost Ghosts + +

+ + Electronic + + Shoegaze + +

+ +
    + +
  • Label : Gooom
  • + + +
  • Year : 2003
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + + + +
+ + M83 + + Hurry Up, We're Dreaming + +

+ + Synth-pop + + Ambient + + Shoegaze + +

+ +
    + +
  • Label : Naïve
  • + + +
  • Year : 2011
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + +
+ + + + diff --git a/sample/public/artist/m83/index.xml b/sample/public/artist/m83/index.xml new file mode 100644 index 0000000..e1251e5 --- /dev/null +++ b/sample/public/artist/m83/index.xml @@ -0,0 +1,29 @@ + + + + M83 on My Vinyl Records Collection + https://vinyl.zedas.fr/artist/m83/ + Recent content in M83 on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 21:53:44 +0200 + + Dead Cities, Red Cities & Lost Ghosts + https://vinyl.zedas.fr/m83-dead-cities-red-cities-lost-ghosts/ + Sun, 20 Aug 2023 21:53:44 +0200 + + https://vinyl.zedas.fr/m83-dead-cities-red-cities-lost-ghosts/ + + + + + Hurry Up, We're Dreaming + https://vinyl.zedas.fr/m83-hurry-up-were-dreaming/ + Sun, 20 Aug 2023 21:48:53 +0200 + + https://vinyl.zedas.fr/m83-hurry-up-were-dreaming/ + This is the first edition of the album. A 10th anniversary edition was issued in 2011. + + + + diff --git a/sample/public/artist/scorpions/index.html b/sample/public/artist/scorpions/index.html new file mode 100644 index 0000000..c757551 --- /dev/null +++ b/sample/public/artist/scorpions/index.html @@ -0,0 +1,72 @@ + + + + + + + + + + + + + Scorpions · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Scorpions + + Love at First Sting + +

+ + Heavy Metal + + Hard Rock + + Glam Metal + +

+ + +
+ + + +
+ + + + diff --git a/sample/public/artist/scorpions/index.xml b/sample/public/artist/scorpions/index.xml new file mode 100644 index 0000000..5d6ad21 --- /dev/null +++ b/sample/public/artist/scorpions/index.xml @@ -0,0 +1,21 @@ + + + + Scorpions on My Vinyl Records Collection + https://vinyl.zedas.fr/artist/scorpions/ + Recent content in Scorpions on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 22:49:18 +0200 + + Love at First Sting + https://vinyl.zedas.fr/scorpions-love-at-first-sting/ + Sun, 20 Aug 2023 22:49:18 +0200 + + https://vinyl.zedas.fr/scorpions-love-at-first-sting/ + Actually, I have double entries of this album. The first one I’ve found was damaged and some tracks were unplayable. I’ve found later a second one to replace it. +However, the first one I’ve bought was actually a gift to the original owner. There is a message hand-written on the cover. The kind of nice thing you can discover while buying used vinyl records. + + + + diff --git a/sample/public/artist/w.a.s.p./index.html b/sample/public/artist/w.a.s.p./index.html new file mode 100644 index 0000000..af55dd9 --- /dev/null +++ b/sample/public/artist/w.a.s.p./index.html @@ -0,0 +1,39 @@ + + + + + + + + + + + + + W.A.S.P. · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ +
+ + + + diff --git a/sample/public/artist/w.a.s.p./index.xml b/sample/public/artist/w.a.s.p./index.xml new file mode 100644 index 0000000..c20ba72 --- /dev/null +++ b/sample/public/artist/w.a.s.p./index.xml @@ -0,0 +1,10 @@ + + + + W.A.S.P. on My Vinyl Records Collection + https://vinyl.zedas.fr/artist/w.a.s.p./ + Recent content in W.A.S.P. on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + + diff --git a/sample/public/bon-jovi-2020/index.html b/sample/public/bon-jovi-2020/index.html new file mode 100644 index 0000000..7f1d8f5 --- /dev/null +++ b/sample/public/bon-jovi-2020/index.html @@ -0,0 +1,86 @@ + + + + + + + + + + + + 2020 · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+
+
+
+

2020

+ Bon Jovi + +
+ +
+ + + 2020 + +
+
+ + +
+
+

Record informations

+
    + +
  • Label : Island
  • + + +
  • Year : 2020
  • + + +
  • Disc format : 33rpm (2 discs)
  • + + +
  • Condition : New
  • + + +
+
+
+

Genres

+ + Rock + +
+ + + + + +
+
+ + + + + diff --git a/sample/public/carpenter-brut/leather-terror-back.jpg b/sample/public/carpenter-brut/leather-terror-back.jpg new file mode 100644 index 0000000..d262088 Binary files /dev/null and b/sample/public/carpenter-brut/leather-terror-back.jpg differ diff --git a/sample/public/carpenter-brut/leather-terror-front.jpg b/sample/public/carpenter-brut/leather-terror-front.jpg new file mode 100644 index 0000000..35fbbfd Binary files /dev/null and b/sample/public/carpenter-brut/leather-terror-front.jpg differ diff --git a/sample/public/carpenter-brute-leather-terror/index.html b/sample/public/carpenter-brute-leather-terror/index.html new file mode 100644 index 0000000..bf73115 --- /dev/null +++ b/sample/public/carpenter-brute-leather-terror/index.html @@ -0,0 +1,99 @@ + + + + + + + + + + + + Leather Terror · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ +
+ + + + + diff --git a/sample/public/cinderella-night-songs/index.html b/sample/public/cinderella-night-songs/index.html new file mode 100644 index 0000000..a80097f --- /dev/null +++ b/sample/public/cinderella-night-songs/index.html @@ -0,0 +1,86 @@ + + + + + + + + + + + + Night Songs · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+
+
+
+

Night Songs

+ Cinderella + +
+ +
+ + + Night Songs + +
+
+ + +
+
+

Record informations

+
    + +
  • Label : Mercury
  • + + +
  • Year : 1986
  • + + +
  • Disc format : 33rpm (1 discs)
  • + + +
  • Condition : Good
  • + + +
+
+
+

Genres

+ + Glam Metal + +
+ + + + + +
+
+ + + + + diff --git a/sample/public/css/custom.css b/sample/public/css/custom.css new file mode 100644 index 0000000..32b88f3 --- /dev/null +++ b/sample/public/css/custom.css @@ -0,0 +1,39 @@ +:root { + + /* Set sans-serif & mono fonts */ + --sans-font: "Droid Sans", Arial, Helvetica, "Helvetica Neue", sans-serif; + --mono-font: Consolas, Menlo, Monaco, "Andale Mono", "Ubuntu Mono", monospace; + + /* Body font size. By default, effectively 18.4px, based on 16px as 'root em' */ + --base-fontsize: 1.15rem; + + /* Major third scale progression - see https://type-scale.com/ */ + --header-scale: 1.25; + + /* Line height is set to the "Golden ratio" for optimal legibility */ + --line-height: 1.618; + + /* Default (light) theme */ + /* inverted both becase I prefer dark theme by default */ + --bg: #212121; + --bg-transparent: #2f2f2f41; + --bg-album-transparent: #2f2f2fe5; + --bg-genres: #0d517e; + --accent-bg: #2B2B2B; + --text: #000000; + --text-light: #ABABAB; + --border: #666; + --accent: #0099ff; + --accent-light: #FFECB3; + --code: #F06292; + --preformatted: #CCC; + --disabled: #111; + --link-genres: #fff; + --link-color: #0d517e; + --header-title-color: #fff; + --nav-a-color: #fff; + --nav-a-accent-bg: #666; + --bg-header-elements: #b4b4b438; + --footer-text-color: #fff; + +} \ No newline at end of file diff --git a/sample/public/css/style.css b/sample/public/css/style.css new file mode 100644 index 0000000..2cbc6c4 --- /dev/null +++ b/sample/public/css/style.css @@ -0,0 +1,328 @@ +:root { + + /* Set sans-serif & mono fonts */ + --sans-font: "Droid Sans", Arial, Helvetica, "Helvetica Neue", sans-serif; + --mono-font: Consolas, Menlo, Monaco, "Andale Mono", "Ubuntu Mono", monospace; + + /* Body font size. By default, effectively 18.4px, based on 16px as 'root em' */ + --base-fontsize: 1rem; + + /* Major third scale progression - see https://type-scale.com/ */ + --header-scale: 1.25; + + /* Line height is set to the "Golden ratio" for optimal legibility */ + --line-height: 1.618; + + /* Default (light) theme */ + /* inverted both becase I prefer dark theme by default */ + --bg: #212121; + --bg-transparent: #2f2f2f41; + --bg-album-transparent: #2f2f2fe5; + --bg-genres: #0d517e; + --accent-bg: #2B2B2B; + --text: #000000; + --text-light: #ABABAB; + --border: #666; + --accent: #0099ff; + --accent-light: #FFECB3; + --code: #F06292; + --preformatted: #CCC; + --disabled: #111; + --link-genres: #fff; + --link-color: #0d517e; + --header-title-color: #fff; + --nav-a-color: #fff; + --nav-a-accent-bg: #666; + --bg-header-elements: #b4b4b438; + --footer-text-color: #fff; + --bg-album-card: #dad9d9; + +} + +/* main body */ +html { + /* Set the font globally */ + font-family: var(--sans-font); + font-size: var(--base-fontsize); +} + +/* Reset some default styles */ +body, h1, h2, h3, p, ul, li { + margin: 0; + padding: 0; +} + +/* Basic styling */ +body { + color: var(--color); +} + +header { + text-align: center; + padding-top: 1.5rem; + padding-bottom: 1.5rem; + background-position: center; + background-repeat: no-repeat; + background-size: cover; +} + +header h1 { + margin-bottom: 0.5rem; + display: block; + padding: 0.5rem; + color: var(--header-title-color); + background-color: var(--bg-header-elements); +} + +nav a:link, a:visited { + text-decoration: none; + color: var(--nav-a-color); + display: inline-block; + margin: 0.4rem; + padding: 0.5rem; + border: 1px solid var(--nav-a-color); + background-color: var(--bg-header-elements); + border-radius: 5px; + transition: all 0.3s ease-in-out; +} + +nav a:hover { + background-color: var(--nav-a-accent-bg); +} + +main { + padding: 1rem; + margin-left: 5rem; + margin-right: 5rem; +} + +/* On screens that are 992px wide or less, go from four columns to two columns */ +@media screen and (max-width: 992px) { + main { + margin-left: 0.2rem; + margin-right: 0.2rem; + } + +} + +/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */ +@media screen and (max-width: 600px) { + main { + margin-left: 0.1rem; + margin-right: 0.1rem; + } +} + + +/* common */ + +a.genres:link, a.genres:visited { + text-decoration: none; + padding: 0.3rem; + background-color: var(--bg-genres); + color: var(--link-genres); + transition: all 0.3s ease; + display: inline-block; + margin: 0.1rem; +} + +a.genres:hover { + background-color: var(--accent); +} + +a.album-info:link, a.album-info:visited { + text-decoration: none; + padding: 0.3rem; + border: 1px solid var(--bg-genres); + border-radius: 5px; + color: var(--bg-genres); + transition: all 0.3s ease; + display: inline-block; + font-size: smaller; +} + +a.album-info:hover { + color: var(--accent); + border-color: var(--accent); +} + +ul > li { + list-style-type: none; + font-size: smaller; + margin: 0.1rem; +} + +/* album list page */ + +main.album-list { + display: flex; + flex-wrap: wrap; + justify-content: space-between; +} + +/* Create four equal columns */ +.album-card { + flex: 25%; + /* border: 1px solid black; */ + min-height: 250px; + margin: 0.2rem; + background-repeat: no-repeat; + background-position: left; + background-size: 250px; + padding-left: 255px; + padding-top: 0.1rem; + padding-right: 0.1rem; + padding-bottom: 0.1rem; + background-color: var(--bg-album-card); + border-radius: 5px; +} + + +/* On screens that are 992px wide or less, go from four columns to two columns */ +@media screen and (max-width: 992px) { + .album-card { + flex: 50%; + } + +} + +/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */ +@media screen and (max-width: 600px) { + .row { + flex-direction: column; + } + .album-card { + background-position: top; + padding-left: 0.1rem; + padding-top: 255px; + min-height: auto; + } +} + +a.album-artist:link, a.album-artist:visited { + text-decoration: none; + font-size: large; + font-weight: bold; + transition: color 0.3s ease; + display: block; + border-bottom: 1px solid black; + text-transform: uppercase; + color: var(--link-color); + padding-left: 0.1rem; +} + +a.album-artist:hover { + color: var(--accent) +} + +a.album-title:link, a.album-title:visited { + text-decoration: none; + font-size: x-large; + font-weight: bold; + transition: color 0.3s ease; + display: block; + color: var(--link-color); +} + +a.album-title:hover { + color: var(--accent) +} + +p.album-genres { + font-size: small; + margin: 0.5rem; +} + + +/* album display page */ + +section.record { + display: flex; + flex-direction: row; + flex-wrap: wrap; +} + +section.record > div { + flex: 25%; + margin: 1rem; + /* border: 1px solid black; */ +} + +section.record > div > p { + margin-top: 1rem; + margin-bottom: 1rem; +} + +section.record > div > ul > li { + list-style-type: none; +} + +section.record > div > h1 { + border-bottom: 1px solid var(--link-color); + margin-bottom: 1rem; +} + +section.record > div > h1.album-title { + font-size: xx-large; +} + +section.record img, +section.record-pictures img { + max-width: 250px; +} + + +section.record-pictures { + flex: 100%; + padding: 1rem; + margin-bottom: 1rem; + border: 1px solid var(--border); + border-radius: 5px; +} + +section.record-pictures summary { + margin-bottom: 1rem; + font-size: larger; +} + +section.content { + flex: 100%; + padding: 1rem; + border: 1px solid var(--border); +} + +section.content p { + margin-bottom: 1rem; +} + +a.record-artist:link, a.record-artist:visited { + text-decoration: none; + font-size: large; + font-weight: bold; + transition: color 0.3s ease; + text-transform: uppercase; + color: var(--link-color); +} + +a.record-artist:hover { + color: var(--accent) +} + +/* footer */ + +footer { + color: var(--footer-text-color); + background-repeat: no-repeat; + background-position: center; + background-size: cover; + padding: 2rem; + font-size: smaller; +} + +footer a:link, a:visited { + color: var(--nav-a-color); +} + +footer a:hover { + text-decoration: none; +} diff --git a/sample/public/daft-punk-discovery/index.html b/sample/public/daft-punk-discovery/index.html new file mode 100644 index 0000000..5ec07d9 --- /dev/null +++ b/sample/public/daft-punk-discovery/index.html @@ -0,0 +1,98 @@ + + + + + + + + + + + + Discovery · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ +
+ + + + + diff --git a/sample/public/daft-punk/discovery-front.jpg b/sample/public/daft-punk/discovery-front.jpg new file mode 100644 index 0000000..c482a7c Binary files /dev/null and b/sample/public/daft-punk/discovery-front.jpg differ diff --git a/sample/public/disc1.png b/sample/public/disc1.png new file mode 100644 index 0000000..eec930b Binary files /dev/null and b/sample/public/disc1.png differ diff --git a/sample/public/format/33rpm/index.html b/sample/public/format/33rpm/index.html new file mode 100644 index 0000000..24140b8 --- /dev/null +++ b/sample/public/format/33rpm/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + + 33rpm · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Cinderella + + Night Songs + +

+ + Glam Metal + +

+ + +
+ + + + + +
+ + Bon Jovi + + 2020 + +

+ + Rock + +

+ +
    + +
  • Label : Island
  • + + +
  • Year : 2020
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + + + +
+ + Scorpions + + Love at First Sting + +

+ + Heavy Metal + + Hard Rock + + Glam Metal + +

+ + +
+ + + + + +
+ + W.A.S.P. + + The Crimson Idol + +

+ + Heavy Metal + + Glam Metal + +

+ + +
+ + + + + +
+ + W.A.S.P. + + W.A.S.P. + +

+ + Heavy Metal + + Glam Metal + +

+ + +
+ + + + + +
+ + Iron Maiden + + The Number of the Beast + +

+ + Heavy Metal + +

+ +
    + +
  • Label : EMI
  • + + +
  • Year : 1982
  • + + +
  • Disc format : 33rpm (1 discs)
  • + +
+
+ + + + + +
+ + M83 + + Dead Cities, Red Cities & Lost Ghosts + +

+ + Electronic + + Shoegaze + +

+ +
    + +
  • Label : Gooom
  • + + +
  • Year : 2003
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + + + +
+ + M83 + + Hurry Up, We're Dreaming + +

+ + Synth-pop + + Ambient + + Shoegaze + +

+ +
    + +
  • Label : Naïve
  • + + +
  • Year : 2011
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + + + +
+ + Daft Punk + + Discovery + +

+ + French House + + Disco + + Nu-disco + + House + + Electro-funk + +

+ +
    + +
  • Label : Virgin
  • + + +
  • Year : 2001
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + + + +
+ + Carpenter Brut + + Leather Terror + +

+ + Darksynth + +

+ + +
+ + + +
+ + + + diff --git a/sample/public/format/33rpm/index.xml b/sample/public/format/33rpm/index.xml new file mode 100644 index 0000000..7ffa231 --- /dev/null +++ b/sample/public/format/33rpm/index.xml @@ -0,0 +1,102 @@ + + + + 33rpm on My Vinyl Records Collection + https://vinyl.zedas.fr/format/33rpm/ + Recent content in 33rpm on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 22:57:59 +0200 + + Night Songs + https://vinyl.zedas.fr/cinderella-night-songs/ + Sun, 20 Aug 2023 22:57:59 +0200 + + https://vinyl.zedas.fr/cinderella-night-songs/ + + + + + 2020 + https://vinyl.zedas.fr/bon-jovi-2020/ + Sun, 20 Aug 2023 22:54:28 +0200 + + https://vinyl.zedas.fr/bon-jovi-2020/ + + + + + Love at First Sting + https://vinyl.zedas.fr/scorpions-love-at-first-sting/ + Sun, 20 Aug 2023 22:49:18 +0200 + + https://vinyl.zedas.fr/scorpions-love-at-first-sting/ + Actually, I have double entries of this album. The first one I’ve found was damaged and some tracks were unplayable. I’ve found later a second one to replace it. +However, the first one I’ve bought was actually a gift to the original owner. There is a message hand-written on the cover. The kind of nice thing you can discover while buying used vinyl records. + + + + The Crimson Idol + https://vinyl.zedas.fr/wasp-the-crimson-idol/ + Sun, 20 Aug 2023 22:42:51 +0200 + + https://vinyl.zedas.fr/wasp-the-crimson-idol/ + This is a 2012 German reissue of my favorite album of this band. The disc is transparent red. The Crimson Idol is an Opera Rock which is for me the best piece of Heavy Metal I’ve ever heard. + + + + W.A.S.P. + https://vinyl.zedas.fr/wasp-wasp/ + Sun, 20 Aug 2023 22:34:09 +0200 + + https://vinyl.zedas.fr/wasp-wasp/ + This picture album is a German limited edition reissue of the 1984 debut studio album of the american heavy metal band W.A.S.P. + + + + The Number of the Beast + https://vinyl.zedas.fr/iron-maiden-the-number-of-the-beast/ + Sun, 20 Aug 2023 21:58:54 +0200 + + https://vinyl.zedas.fr/iron-maiden-the-number-of-the-beast/ + + + + + Dead Cities, Red Cities & Lost Ghosts + https://vinyl.zedas.fr/m83-dead-cities-red-cities-lost-ghosts/ + Sun, 20 Aug 2023 21:53:44 +0200 + + https://vinyl.zedas.fr/m83-dead-cities-red-cities-lost-ghosts/ + + + + + Hurry Up, We're Dreaming + https://vinyl.zedas.fr/m83-hurry-up-were-dreaming/ + Sun, 20 Aug 2023 21:48:53 +0200 + + https://vinyl.zedas.fr/m83-hurry-up-were-dreaming/ + This is the first edition of the album. A 10th anniversary edition was issued in 2011. + + + + Discovery + https://vinyl.zedas.fr/daft-punk-discovery/ + Sun, 20 Aug 2023 21:41:05 +0200 + + https://vinyl.zedas.fr/daft-punk-discovery/ + + + + + Leather Terror + https://vinyl.zedas.fr/carpenter-brute-leather-terror/ + Sun, 20 Aug 2023 21:14:27 +0200 + + https://vinyl.zedas.fr/carpenter-brute-leather-terror/ + + + + + diff --git a/sample/public/format/index.html b/sample/public/format/index.html new file mode 100644 index 0000000..81cacf9 --- /dev/null +++ b/sample/public/format/index.html @@ -0,0 +1,54 @@ + + + + + + + + + + + + + Format · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + 33rpm + +
    + + + +
+
+ + + +
+ + + + diff --git a/sample/public/format/index.xml b/sample/public/format/index.xml new file mode 100644 index 0000000..6c6f8f8 --- /dev/null +++ b/sample/public/format/index.xml @@ -0,0 +1,20 @@ + + + + Format on My Vinyl Records Collection + https://vinyl.zedas.fr/format/ + Recent content in Format on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 22:57:59 +0200 + + 33rpm + https://vinyl.zedas.fr/format/33rpm/ + Sun, 20 Aug 2023 22:57:59 +0200 + + https://vinyl.zedas.fr/format/33rpm/ + + + + + diff --git a/sample/public/genres/ambient/index.html b/sample/public/genres/ambient/index.html new file mode 100644 index 0000000..0e86590 --- /dev/null +++ b/sample/public/genres/ambient/index.html @@ -0,0 +1,72 @@ + + + + + + + + + + + + + Ambient · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + M83 + + Hurry Up, We're Dreaming + +

+ + Synth-pop + + Ambient + + Shoegaze + +

+ +
    + +
  • Label : Naïve
  • + + +
  • Year : 2011
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + +
+ + + + diff --git a/sample/public/genres/ambient/index.xml b/sample/public/genres/ambient/index.xml new file mode 100644 index 0000000..a182ba5 --- /dev/null +++ b/sample/public/genres/ambient/index.xml @@ -0,0 +1,20 @@ + + + + Ambient on My Vinyl Records Collection + https://vinyl.zedas.fr/genres/ambient/ + Recent content in Ambient on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 21:48:53 +0200 + + Hurry Up, We're Dreaming + https://vinyl.zedas.fr/m83-hurry-up-were-dreaming/ + Sun, 20 Aug 2023 21:48:53 +0200 + + https://vinyl.zedas.fr/m83-hurry-up-were-dreaming/ + This is the first edition of the album. A 10th anniversary edition was issued in 2011. + + + + diff --git a/sample/public/genres/darksynth/index.html b/sample/public/genres/darksynth/index.html new file mode 100644 index 0000000..2b996a8 --- /dev/null +++ b/sample/public/genres/darksynth/index.html @@ -0,0 +1,68 @@ + + + + + + + + + + + + + Darksynth · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Carpenter Brut + + Leather Terror + +

+ + Darksynth + +

+ + +
+ + + +
+ + + + diff --git a/sample/public/genres/darksynth/index.xml b/sample/public/genres/darksynth/index.xml new file mode 100644 index 0000000..9d34a9a --- /dev/null +++ b/sample/public/genres/darksynth/index.xml @@ -0,0 +1,20 @@ + + + + Darksynth on My Vinyl Records Collection + https://vinyl.zedas.fr/genres/darksynth/ + Recent content in Darksynth on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 21:14:27 +0200 + + Leather Terror + https://vinyl.zedas.fr/carpenter-brute-leather-terror/ + Sun, 20 Aug 2023 21:14:27 +0200 + + https://vinyl.zedas.fr/carpenter-brute-leather-terror/ + + + + + diff --git a/sample/public/genres/disco/index.html b/sample/public/genres/disco/index.html new file mode 100644 index 0000000..c181b5e --- /dev/null +++ b/sample/public/genres/disco/index.html @@ -0,0 +1,76 @@ + + + + + + + + + + + + + Disco · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Daft Punk + + Discovery + +

+ + French House + + Disco + + Nu-disco + + House + + Electro-funk + +

+ +
    + +
  • Label : Virgin
  • + + +
  • Year : 2001
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + +
+ + + + diff --git a/sample/public/genres/disco/index.xml b/sample/public/genres/disco/index.xml new file mode 100644 index 0000000..2c3f9a1 --- /dev/null +++ b/sample/public/genres/disco/index.xml @@ -0,0 +1,20 @@ + + + + Disco on My Vinyl Records Collection + https://vinyl.zedas.fr/genres/disco/ + Recent content in Disco on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 21:41:05 +0200 + + Discovery + https://vinyl.zedas.fr/daft-punk-discovery/ + Sun, 20 Aug 2023 21:41:05 +0200 + + https://vinyl.zedas.fr/daft-punk-discovery/ + + + + + diff --git a/sample/public/genres/electro-funk/index.html b/sample/public/genres/electro-funk/index.html new file mode 100644 index 0000000..4eb628f --- /dev/null +++ b/sample/public/genres/electro-funk/index.html @@ -0,0 +1,76 @@ + + + + + + + + + + + + + Electro-funk · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Daft Punk + + Discovery + +

+ + French House + + Disco + + Nu-disco + + House + + Electro-funk + +

+ +
    + +
  • Label : Virgin
  • + + +
  • Year : 2001
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + +
+ + + + diff --git a/sample/public/genres/electro-funk/index.xml b/sample/public/genres/electro-funk/index.xml new file mode 100644 index 0000000..9e8603a --- /dev/null +++ b/sample/public/genres/electro-funk/index.xml @@ -0,0 +1,20 @@ + + + + Electro-funk on My Vinyl Records Collection + https://vinyl.zedas.fr/genres/electro-funk/ + Recent content in Electro-funk on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 21:41:05 +0200 + + Discovery + https://vinyl.zedas.fr/daft-punk-discovery/ + Sun, 20 Aug 2023 21:41:05 +0200 + + https://vinyl.zedas.fr/daft-punk-discovery/ + + + + + diff --git a/sample/public/genres/electronic/index.html b/sample/public/genres/electronic/index.html new file mode 100644 index 0000000..8542537 --- /dev/null +++ b/sample/public/genres/electronic/index.html @@ -0,0 +1,70 @@ + + + + + + + + + + + + + Electronic · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + M83 + + Dead Cities, Red Cities & Lost Ghosts + +

+ + Electronic + + Shoegaze + +

+ +
    + +
  • Label : Gooom
  • + + +
  • Year : 2003
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + +
+ + + + diff --git a/sample/public/genres/electronic/index.xml b/sample/public/genres/electronic/index.xml new file mode 100644 index 0000000..95297fc --- /dev/null +++ b/sample/public/genres/electronic/index.xml @@ -0,0 +1,20 @@ + + + + Electronic on My Vinyl Records Collection + https://vinyl.zedas.fr/genres/electronic/ + Recent content in Electronic on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 21:53:44 +0200 + + Dead Cities, Red Cities & Lost Ghosts + https://vinyl.zedas.fr/m83-dead-cities-red-cities-lost-ghosts/ + Sun, 20 Aug 2023 21:53:44 +0200 + + https://vinyl.zedas.fr/m83-dead-cities-red-cities-lost-ghosts/ + + + + + diff --git a/sample/public/genres/french-house/index.html b/sample/public/genres/french-house/index.html new file mode 100644 index 0000000..a2a29b1 --- /dev/null +++ b/sample/public/genres/french-house/index.html @@ -0,0 +1,76 @@ + + + + + + + + + + + + + French House · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Daft Punk + + Discovery + +

+ + French House + + Disco + + Nu-disco + + House + + Electro-funk + +

+ +
    + +
  • Label : Virgin
  • + + +
  • Year : 2001
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + +
+ + + + diff --git a/sample/public/genres/french-house/index.xml b/sample/public/genres/french-house/index.xml new file mode 100644 index 0000000..4f84c8d --- /dev/null +++ b/sample/public/genres/french-house/index.xml @@ -0,0 +1,20 @@ + + + + French House on My Vinyl Records Collection + https://vinyl.zedas.fr/genres/french-house/ + Recent content in French House on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 21:41:05 +0200 + + Discovery + https://vinyl.zedas.fr/daft-punk-discovery/ + Sun, 20 Aug 2023 21:41:05 +0200 + + https://vinyl.zedas.fr/daft-punk-discovery/ + + + + + diff --git a/sample/public/genres/glam-metal/index.html b/sample/public/genres/glam-metal/index.html new file mode 100644 index 0000000..fb04c49 --- /dev/null +++ b/sample/public/genres/glam-metal/index.html @@ -0,0 +1,163 @@ + + + + + + + + + + + + + Glam Metal · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Cinderella + + Night Songs + +

+ + Glam Metal + +

+ + +
+ + + + + +
+ + Scorpions + + Love at First Sting + +

+ + Heavy Metal + + Hard Rock + + Glam Metal + +

+ + +
+ + + + + +
+ + W.A.S.P. + + The Crimson Idol + +

+ + Heavy Metal + + Glam Metal + +

+ + +
+ + + + + +
+ + W.A.S.P. + + W.A.S.P. + +

+ + Heavy Metal + + Glam Metal + +

+ + +
+ + + +
+ + + + diff --git a/sample/public/genres/glam-metal/index.xml b/sample/public/genres/glam-metal/index.xml new file mode 100644 index 0000000..786ef3e --- /dev/null +++ b/sample/public/genres/glam-metal/index.xml @@ -0,0 +1,48 @@ + + + + Glam Metal on My Vinyl Records Collection + https://vinyl.zedas.fr/genres/glam-metal/ + Recent content in Glam Metal on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 22:57:59 +0200 + + Night Songs + https://vinyl.zedas.fr/cinderella-night-songs/ + Sun, 20 Aug 2023 22:57:59 +0200 + + https://vinyl.zedas.fr/cinderella-night-songs/ + + + + + Love at First Sting + https://vinyl.zedas.fr/scorpions-love-at-first-sting/ + Sun, 20 Aug 2023 22:49:18 +0200 + + https://vinyl.zedas.fr/scorpions-love-at-first-sting/ + Actually, I have double entries of this album. The first one I’ve found was damaged and some tracks were unplayable. I’ve found later a second one to replace it. +However, the first one I’ve bought was actually a gift to the original owner. There is a message hand-written on the cover. The kind of nice thing you can discover while buying used vinyl records. + + + + The Crimson Idol + https://vinyl.zedas.fr/wasp-the-crimson-idol/ + Sun, 20 Aug 2023 22:42:51 +0200 + + https://vinyl.zedas.fr/wasp-the-crimson-idol/ + This is a 2012 German reissue of my favorite album of this band. The disc is transparent red. The Crimson Idol is an Opera Rock which is for me the best piece of Heavy Metal I’ve ever heard. + + + + W.A.S.P. + https://vinyl.zedas.fr/wasp-wasp/ + Sun, 20 Aug 2023 22:34:09 +0200 + + https://vinyl.zedas.fr/wasp-wasp/ + This picture album is a German limited edition reissue of the 1984 debut studio album of the american heavy metal band W.A.S.P. + + + + diff --git a/sample/public/genres/hard-rock/index.html b/sample/public/genres/hard-rock/index.html new file mode 100644 index 0000000..ebe9e3a --- /dev/null +++ b/sample/public/genres/hard-rock/index.html @@ -0,0 +1,72 @@ + + + + + + + + + + + + + Hard Rock · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Scorpions + + Love at First Sting + +

+ + Heavy Metal + + Hard Rock + + Glam Metal + +

+ + +
+ + + +
+ + + + diff --git a/sample/public/genres/hard-rock/index.xml b/sample/public/genres/hard-rock/index.xml new file mode 100644 index 0000000..5185dad --- /dev/null +++ b/sample/public/genres/hard-rock/index.xml @@ -0,0 +1,21 @@ + + + + Hard Rock on My Vinyl Records Collection + https://vinyl.zedas.fr/genres/hard-rock/ + Recent content in Hard Rock on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 22:49:18 +0200 + + Love at First Sting + https://vinyl.zedas.fr/scorpions-love-at-first-sting/ + Sun, 20 Aug 2023 22:49:18 +0200 + + https://vinyl.zedas.fr/scorpions-love-at-first-sting/ + Actually, I have double entries of this album. The first one I’ve found was damaged and some tracks were unplayable. I’ve found later a second one to replace it. +However, the first one I’ve bought was actually a gift to the original owner. There is a message hand-written on the cover. The kind of nice thing you can discover while buying used vinyl records. + + + + diff --git a/sample/public/genres/heavy-metal/index.html b/sample/public/genres/heavy-metal/index.html new file mode 100644 index 0000000..c5a539b --- /dev/null +++ b/sample/public/genres/heavy-metal/index.html @@ -0,0 +1,163 @@ + + + + + + + + + + + + + Heavy Metal · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Scorpions + + Love at First Sting + +

+ + Heavy Metal + + Hard Rock + + Glam Metal + +

+ + +
+ + + + + +
+ + W.A.S.P. + + The Crimson Idol + +

+ + Heavy Metal + + Glam Metal + +

+ + +
+ + + + + +
+ + W.A.S.P. + + W.A.S.P. + +

+ + Heavy Metal + + Glam Metal + +

+ + +
+ + + + + +
+ + Iron Maiden + + The Number of the Beast + +

+ + Heavy Metal + +

+ +
    + +
  • Label : EMI
  • + + +
  • Year : 1982
  • + + +
  • Disc format : 33rpm (1 discs)
  • + +
+
+ + + +
+ + + + diff --git a/sample/public/genres/heavy-metal/index.xml b/sample/public/genres/heavy-metal/index.xml new file mode 100644 index 0000000..2048f7b --- /dev/null +++ b/sample/public/genres/heavy-metal/index.xml @@ -0,0 +1,48 @@ + + + + Heavy Metal on My Vinyl Records Collection + https://vinyl.zedas.fr/genres/heavy-metal/ + Recent content in Heavy Metal on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 22:49:18 +0200 + + Love at First Sting + https://vinyl.zedas.fr/scorpions-love-at-first-sting/ + Sun, 20 Aug 2023 22:49:18 +0200 + + https://vinyl.zedas.fr/scorpions-love-at-first-sting/ + Actually, I have double entries of this album. The first one I’ve found was damaged and some tracks were unplayable. I’ve found later a second one to replace it. +However, the first one I’ve bought was actually a gift to the original owner. There is a message hand-written on the cover. The kind of nice thing you can discover while buying used vinyl records. + + + + The Crimson Idol + https://vinyl.zedas.fr/wasp-the-crimson-idol/ + Sun, 20 Aug 2023 22:42:51 +0200 + + https://vinyl.zedas.fr/wasp-the-crimson-idol/ + This is a 2012 German reissue of my favorite album of this band. The disc is transparent red. The Crimson Idol is an Opera Rock which is for me the best piece of Heavy Metal I’ve ever heard. + + + + W.A.S.P. + https://vinyl.zedas.fr/wasp-wasp/ + Sun, 20 Aug 2023 22:34:09 +0200 + + https://vinyl.zedas.fr/wasp-wasp/ + This picture album is a German limited edition reissue of the 1984 debut studio album of the american heavy metal band W.A.S.P. + + + + The Number of the Beast + https://vinyl.zedas.fr/iron-maiden-the-number-of-the-beast/ + Sun, 20 Aug 2023 21:58:54 +0200 + + https://vinyl.zedas.fr/iron-maiden-the-number-of-the-beast/ + + + + + diff --git a/sample/public/genres/house/index.html b/sample/public/genres/house/index.html new file mode 100644 index 0000000..337e42c --- /dev/null +++ b/sample/public/genres/house/index.html @@ -0,0 +1,76 @@ + + + + + + + + + + + + + House · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Daft Punk + + Discovery + +

+ + French House + + Disco + + Nu-disco + + House + + Electro-funk + +

+ +
    + +
  • Label : Virgin
  • + + +
  • Year : 2001
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + +
+ + + + diff --git a/sample/public/genres/house/index.xml b/sample/public/genres/house/index.xml new file mode 100644 index 0000000..7b34b50 --- /dev/null +++ b/sample/public/genres/house/index.xml @@ -0,0 +1,20 @@ + + + + House on My Vinyl Records Collection + https://vinyl.zedas.fr/genres/house/ + Recent content in House on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 21:41:05 +0200 + + Discovery + https://vinyl.zedas.fr/daft-punk-discovery/ + Sun, 20 Aug 2023 21:41:05 +0200 + + https://vinyl.zedas.fr/daft-punk-discovery/ + + + + + diff --git a/sample/public/genres/index.html b/sample/public/genres/index.html new file mode 100644 index 0000000..8bbe4c5 --- /dev/null +++ b/sample/public/genres/index.html @@ -0,0 +1,249 @@ + + + + + + + + + + + + + Genres · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Glam Metal + +
    + + + +
+
+ + + + + +
+ + Rock + +
    + + + +
+
+ + + + + +
+ + Hard Rock + +
    + + + +
+
+ + + + + +
+ + Heavy Metal + +
    + + + +
+
+ + + + + +
+ + Electronic + +
    + + + +
+
+ + + + + +
+ + Shoegaze + +
    + + + +
+
+ + + + + +
+ + Ambient + +
    + + + +
+
+ + + + + +
+ + Synth-pop + +
    + + + +
+
+ + + + + +
+ + Disco + +
    + + + +
+
+ + + + + +
+ + Electro-funk + +
    + + + +
+
+ + + + + +
+ + French House + +
    + + + +
+
+ + + + + +
+ + House + +
    + + + +
+
+ + + + + +
+ + Nu-disco + +
    + + + +
+
+ + + + + +
+ + Darksynth + +
    + + + +
+
+ + + +
+ + + + diff --git a/sample/public/genres/index.xml b/sample/public/genres/index.xml new file mode 100644 index 0000000..174af2a --- /dev/null +++ b/sample/public/genres/index.xml @@ -0,0 +1,137 @@ + + + + Genres on My Vinyl Records Collection + https://vinyl.zedas.fr/genres/ + Recent content in Genres on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 22:57:59 +0200 + + Glam Metal + https://vinyl.zedas.fr/genres/glam-metal/ + Sun, 20 Aug 2023 22:57:59 +0200 + + https://vinyl.zedas.fr/genres/glam-metal/ + + + + + Rock + https://vinyl.zedas.fr/genres/rock/ + Sun, 20 Aug 2023 22:54:28 +0200 + + https://vinyl.zedas.fr/genres/rock/ + + + + + Hard Rock + https://vinyl.zedas.fr/genres/hard-rock/ + Sun, 20 Aug 2023 22:49:18 +0200 + + https://vinyl.zedas.fr/genres/hard-rock/ + + + + + Heavy Metal + https://vinyl.zedas.fr/genres/heavy-metal/ + Sun, 20 Aug 2023 22:49:18 +0200 + + https://vinyl.zedas.fr/genres/heavy-metal/ + + + + + Electronic + https://vinyl.zedas.fr/genres/electronic/ + Sun, 20 Aug 2023 21:53:44 +0200 + + https://vinyl.zedas.fr/genres/electronic/ + + + + + Shoegaze + https://vinyl.zedas.fr/genres/shoegaze/ + Sun, 20 Aug 2023 21:53:44 +0200 + + https://vinyl.zedas.fr/genres/shoegaze/ + + + + + Ambient + https://vinyl.zedas.fr/genres/ambient/ + Sun, 20 Aug 2023 21:48:53 +0200 + + https://vinyl.zedas.fr/genres/ambient/ + + + + + Synth-pop + https://vinyl.zedas.fr/genres/synth-pop/ + Sun, 20 Aug 2023 21:48:53 +0200 + + https://vinyl.zedas.fr/genres/synth-pop/ + + + + + Disco + https://vinyl.zedas.fr/genres/disco/ + Sun, 20 Aug 2023 21:41:05 +0200 + + https://vinyl.zedas.fr/genres/disco/ + + + + + Electro-funk + https://vinyl.zedas.fr/genres/electro-funk/ + Sun, 20 Aug 2023 21:41:05 +0200 + + https://vinyl.zedas.fr/genres/electro-funk/ + + + + + French House + https://vinyl.zedas.fr/genres/french-house/ + Sun, 20 Aug 2023 21:41:05 +0200 + + https://vinyl.zedas.fr/genres/french-house/ + + + + + House + https://vinyl.zedas.fr/genres/house/ + Sun, 20 Aug 2023 21:41:05 +0200 + + https://vinyl.zedas.fr/genres/house/ + + + + + Nu-disco + https://vinyl.zedas.fr/genres/nu-disco/ + Sun, 20 Aug 2023 21:41:05 +0200 + + https://vinyl.zedas.fr/genres/nu-disco/ + + + + + Darksynth + https://vinyl.zedas.fr/genres/darksynth/ + Sun, 20 Aug 2023 21:14:27 +0200 + + https://vinyl.zedas.fr/genres/darksynth/ + + + + + diff --git a/sample/public/genres/nu-disco/index.html b/sample/public/genres/nu-disco/index.html new file mode 100644 index 0000000..7548b5a --- /dev/null +++ b/sample/public/genres/nu-disco/index.html @@ -0,0 +1,76 @@ + + + + + + + + + + + + + Nu-disco · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Daft Punk + + Discovery + +

+ + French House + + Disco + + Nu-disco + + House + + Electro-funk + +

+ +
    + +
  • Label : Virgin
  • + + +
  • Year : 2001
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + +
+ + + + diff --git a/sample/public/genres/nu-disco/index.xml b/sample/public/genres/nu-disco/index.xml new file mode 100644 index 0000000..404bb8e --- /dev/null +++ b/sample/public/genres/nu-disco/index.xml @@ -0,0 +1,20 @@ + + + + Nu-disco on My Vinyl Records Collection + https://vinyl.zedas.fr/genres/nu-disco/ + Recent content in Nu-disco on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 21:41:05 +0200 + + Discovery + https://vinyl.zedas.fr/daft-punk-discovery/ + Sun, 20 Aug 2023 21:41:05 +0200 + + https://vinyl.zedas.fr/daft-punk-discovery/ + + + + + diff --git a/sample/public/genres/rock/index.html b/sample/public/genres/rock/index.html new file mode 100644 index 0000000..2f85d67 --- /dev/null +++ b/sample/public/genres/rock/index.html @@ -0,0 +1,68 @@ + + + + + + + + + + + + + Rock · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Bon Jovi + + 2020 + +

+ + Rock + +

+ +
    + +
  • Label : Island
  • + + +
  • Year : 2020
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + +
+ + + + diff --git a/sample/public/genres/rock/index.xml b/sample/public/genres/rock/index.xml new file mode 100644 index 0000000..c30f96f --- /dev/null +++ b/sample/public/genres/rock/index.xml @@ -0,0 +1,20 @@ + + + + Rock on My Vinyl Records Collection + https://vinyl.zedas.fr/genres/rock/ + Recent content in Rock on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 22:54:28 +0200 + + 2020 + https://vinyl.zedas.fr/bon-jovi-2020/ + Sun, 20 Aug 2023 22:54:28 +0200 + + https://vinyl.zedas.fr/bon-jovi-2020/ + + + + + diff --git a/sample/public/genres/shoegaze/index.html b/sample/public/genres/shoegaze/index.html new file mode 100644 index 0000000..08eaccb --- /dev/null +++ b/sample/public/genres/shoegaze/index.html @@ -0,0 +1,103 @@ + + + + + + + + + + + + + Shoegaze · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + M83 + + Dead Cities, Red Cities & Lost Ghosts + +

+ + Electronic + + Shoegaze + +

+ +
    + +
  • Label : Gooom
  • + + +
  • Year : 2003
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + + + +
+ + M83 + + Hurry Up, We're Dreaming + +

+ + Synth-pop + + Ambient + + Shoegaze + +

+ +
    + +
  • Label : Naïve
  • + + +
  • Year : 2011
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + +
+ + + + diff --git a/sample/public/genres/shoegaze/index.xml b/sample/public/genres/shoegaze/index.xml new file mode 100644 index 0000000..fb924fc --- /dev/null +++ b/sample/public/genres/shoegaze/index.xml @@ -0,0 +1,29 @@ + + + + Shoegaze on My Vinyl Records Collection + https://vinyl.zedas.fr/genres/shoegaze/ + Recent content in Shoegaze on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 21:53:44 +0200 + + Dead Cities, Red Cities & Lost Ghosts + https://vinyl.zedas.fr/m83-dead-cities-red-cities-lost-ghosts/ + Sun, 20 Aug 2023 21:53:44 +0200 + + https://vinyl.zedas.fr/m83-dead-cities-red-cities-lost-ghosts/ + + + + + Hurry Up, We're Dreaming + https://vinyl.zedas.fr/m83-hurry-up-were-dreaming/ + Sun, 20 Aug 2023 21:48:53 +0200 + + https://vinyl.zedas.fr/m83-hurry-up-were-dreaming/ + This is the first edition of the album. A 10th anniversary edition was issued in 2011. + + + + diff --git a/sample/public/genres/synth-pop/index.html b/sample/public/genres/synth-pop/index.html new file mode 100644 index 0000000..d136676 --- /dev/null +++ b/sample/public/genres/synth-pop/index.html @@ -0,0 +1,72 @@ + + + + + + + + + + + + + Synth-pop · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + M83 + + Hurry Up, We're Dreaming + +

+ + Synth-pop + + Ambient + + Shoegaze + +

+ +
    + +
  • Label : Naïve
  • + + +
  • Year : 2011
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + +
+ + + + diff --git a/sample/public/genres/synth-pop/index.xml b/sample/public/genres/synth-pop/index.xml new file mode 100644 index 0000000..63329e9 --- /dev/null +++ b/sample/public/genres/synth-pop/index.xml @@ -0,0 +1,20 @@ + + + + Synth-pop on My Vinyl Records Collection + https://vinyl.zedas.fr/genres/synth-pop/ + Recent content in Synth-pop on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 21:48:53 +0200 + + Hurry Up, We're Dreaming + https://vinyl.zedas.fr/m83-hurry-up-were-dreaming/ + Sun, 20 Aug 2023 21:48:53 +0200 + + https://vinyl.zedas.fr/m83-hurry-up-were-dreaming/ + This is the first edition of the album. A 10th anniversary edition was issued in 2011. + + + + diff --git a/sample/public/guns-n-roses/appetite-for-destruction-front.jpg b/sample/public/guns-n-roses/appetite-for-destruction-front.jpg new file mode 100644 index 0000000..0b4f1d5 Binary files /dev/null and b/sample/public/guns-n-roses/appetite-for-destruction-front.jpg differ diff --git a/sample/public/img/back-footer.jpg b/sample/public/img/back-footer.jpg new file mode 100644 index 0000000..996c8dd Binary files /dev/null and b/sample/public/img/back-footer.jpg differ diff --git a/sample/public/img/back-header.jpg b/sample/public/img/back-header.jpg new file mode 100644 index 0000000..25bc2e0 Binary files /dev/null and b/sample/public/img/back-header.jpg differ diff --git a/sample/public/img/default.png b/sample/public/img/default.png new file mode 100644 index 0000000..05f8051 Binary files /dev/null and b/sample/public/img/default.png differ diff --git a/sample/public/index.html b/sample/public/index.html new file mode 100644 index 0000000..78ca2fb --- /dev/null +++ b/sample/public/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + + My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Cinderella + + Night Songs + +

+ + Glam Metal + +

+ + +
+ + + + + +
+ + Bon Jovi + + 2020 + +

+ + Rock + +

+ +
    + +
  • Label : Island
  • + + +
  • Year : 2020
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + + + +
+ + Scorpions + + Love at First Sting + +

+ + Heavy Metal + + Hard Rock + + Glam Metal + +

+ + +
+ + + + + +
+ + W.A.S.P. + + The Crimson Idol + +

+ + Heavy Metal + + Glam Metal + +

+ + +
+ + + + + +
+ + W.A.S.P. + + W.A.S.P. + +

+ + Heavy Metal + + Glam Metal + +

+ + +
+ + + + + +
+ + Iron Maiden + + The Number of the Beast + +

+ + Heavy Metal + +

+ +
    + +
  • Label : EMI
  • + + +
  • Year : 1982
  • + + +
  • Disc format : 33rpm (1 discs)
  • + +
+
+ + + + + +
+ + M83 + + Dead Cities, Red Cities & Lost Ghosts + +

+ + Electronic + + Shoegaze + +

+ +
    + +
  • Label : Gooom
  • + + +
  • Year : 2003
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + + + +
+ + M83 + + Hurry Up, We're Dreaming + +

+ + Synth-pop + + Ambient + + Shoegaze + +

+ +
    + +
  • Label : Naïve
  • + + +
  • Year : 2011
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + + + +
+ + Daft Punk + + Discovery + +

+ + French House + + Disco + + Nu-disco + + House + + Electro-funk + +

+ +
    + +
  • Label : Virgin
  • + + +
  • Year : 2001
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + + + +
+ + Carpenter Brut + + Leather Terror + +

+ + Darksynth + +

+ + +
+ + + +
+ + + + diff --git a/sample/public/index.xml b/sample/public/index.xml new file mode 100644 index 0000000..ab6ec74 --- /dev/null +++ b/sample/public/index.xml @@ -0,0 +1,102 @@ + + + + My Vinyl Records Collection + https://vinyl.zedas.fr/ + Recent content on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 22:57:59 +0200 + + Night Songs + https://vinyl.zedas.fr/cinderella-night-songs/ + Sun, 20 Aug 2023 22:57:59 +0200 + + https://vinyl.zedas.fr/cinderella-night-songs/ + + + + + 2020 + https://vinyl.zedas.fr/bon-jovi-2020/ + Sun, 20 Aug 2023 22:54:28 +0200 + + https://vinyl.zedas.fr/bon-jovi-2020/ + + + + + Love at First Sting + https://vinyl.zedas.fr/scorpions-love-at-first-sting/ + Sun, 20 Aug 2023 22:49:18 +0200 + + https://vinyl.zedas.fr/scorpions-love-at-first-sting/ + Actually, I have double entries of this album. The first one I’ve found was damaged and some tracks were unplayable. I’ve found later a second one to replace it. +However, the first one I’ve bought was actually a gift to the original owner. There is a message hand-written on the cover. The kind of nice thing you can discover while buying used vinyl records. + + + + The Crimson Idol + https://vinyl.zedas.fr/wasp-the-crimson-idol/ + Sun, 20 Aug 2023 22:42:51 +0200 + + https://vinyl.zedas.fr/wasp-the-crimson-idol/ + This is a 2012 German reissue of my favorite album of this band. The disc is transparent red. The Crimson Idol is an Opera Rock which is for me the best piece of Heavy Metal I’ve ever heard. + + + + W.A.S.P. + https://vinyl.zedas.fr/wasp-wasp/ + Sun, 20 Aug 2023 22:34:09 +0200 + + https://vinyl.zedas.fr/wasp-wasp/ + This picture album is a German limited edition reissue of the 1984 debut studio album of the american heavy metal band W.A.S.P. + + + + The Number of the Beast + https://vinyl.zedas.fr/iron-maiden-the-number-of-the-beast/ + Sun, 20 Aug 2023 21:58:54 +0200 + + https://vinyl.zedas.fr/iron-maiden-the-number-of-the-beast/ + + + + + Dead Cities, Red Cities & Lost Ghosts + https://vinyl.zedas.fr/m83-dead-cities-red-cities-lost-ghosts/ + Sun, 20 Aug 2023 21:53:44 +0200 + + https://vinyl.zedas.fr/m83-dead-cities-red-cities-lost-ghosts/ + + + + + Hurry Up, We're Dreaming + https://vinyl.zedas.fr/m83-hurry-up-were-dreaming/ + Sun, 20 Aug 2023 21:48:53 +0200 + + https://vinyl.zedas.fr/m83-hurry-up-were-dreaming/ + This is the first edition of the album. A 10th anniversary edition was issued in 2011. + + + + Discovery + https://vinyl.zedas.fr/daft-punk-discovery/ + Sun, 20 Aug 2023 21:41:05 +0200 + + https://vinyl.zedas.fr/daft-punk-discovery/ + + + + + Leather Terror + https://vinyl.zedas.fr/carpenter-brute-leather-terror/ + Sun, 20 Aug 2023 21:14:27 +0200 + + https://vinyl.zedas.fr/carpenter-brute-leather-terror/ + + + + + diff --git a/sample/public/iron-maiden-the-number-of-the-beast/index.html b/sample/public/iron-maiden-the-number-of-the-beast/index.html new file mode 100644 index 0000000..9039992 --- /dev/null +++ b/sample/public/iron-maiden-the-number-of-the-beast/index.html @@ -0,0 +1,90 @@ + + + + + + + + + + + + The Number of the Beast · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+
+
+
+

The Number of the Beast

+ Iron Maiden + +
+ +
+ + + + + The Number of the Beast + + + +
+
+ + +
+
+

Record informations

+
    + +
  • Label : EMI
  • + + +
  • Year : 1982
  • + + +
  • Disc format : 33rpm (1 discs)
  • + + +
  • Condition : New, 2014 reedition
  • + + +
+
+
+

Genres

+ + Heavy Metal + +
+ + + + + +
+
+ + + + + diff --git a/sample/public/iron-maiden/the-number-of-the-beast-front.jpg b/sample/public/iron-maiden/the-number-of-the-beast-front.jpg new file mode 100644 index 0000000..ed72fd6 Binary files /dev/null and b/sample/public/iron-maiden/the-number-of-the-beast-front.jpg differ diff --git a/sample/public/label/capitol/index.html b/sample/public/label/capitol/index.html new file mode 100644 index 0000000..7f88f9d --- /dev/null +++ b/sample/public/label/capitol/index.html @@ -0,0 +1,70 @@ + + + + + + + + + + + + + Capitol · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + W.A.S.P. + + W.A.S.P. + +

+ + Heavy Metal + + Glam Metal + +

+ + +
+ + + +
+ + + + diff --git a/sample/public/label/capitol/index.xml b/sample/public/label/capitol/index.xml new file mode 100644 index 0000000..bcbd28c --- /dev/null +++ b/sample/public/label/capitol/index.xml @@ -0,0 +1,20 @@ + + + + Capitol on My Vinyl Records Collection + https://vinyl.zedas.fr/label/capitol/ + Recent content in Capitol on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 22:34:09 +0200 + + W.A.S.P. + https://vinyl.zedas.fr/wasp-wasp/ + Sun, 20 Aug 2023 22:34:09 +0200 + + https://vinyl.zedas.fr/wasp-wasp/ + This picture album is a German limited edition reissue of the 1984 debut studio album of the american heavy metal band W.A.S.P. + + + + diff --git a/sample/public/label/emi/index.html b/sample/public/label/emi/index.html new file mode 100644 index 0000000..e28eda2 --- /dev/null +++ b/sample/public/label/emi/index.html @@ -0,0 +1,68 @@ + + + + + + + + + + + + + EMI · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Iron Maiden + + The Number of the Beast + +

+ + Heavy Metal + +

+ +
    + +
  • Label : EMI
  • + + +
  • Year : 1982
  • + + +
  • Disc format : 33rpm (1 discs)
  • + +
+
+ + + +
+ + + + diff --git a/sample/public/label/emi/index.xml b/sample/public/label/emi/index.xml new file mode 100644 index 0000000..098b494 --- /dev/null +++ b/sample/public/label/emi/index.xml @@ -0,0 +1,20 @@ + + + + EMI on My Vinyl Records Collection + https://vinyl.zedas.fr/label/emi/ + Recent content in EMI on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 21:58:54 +0200 + + The Number of the Beast + https://vinyl.zedas.fr/iron-maiden-the-number-of-the-beast/ + Sun, 20 Aug 2023 21:58:54 +0200 + + https://vinyl.zedas.fr/iron-maiden-the-number-of-the-beast/ + + + + + diff --git a/sample/public/label/gooom/index.html b/sample/public/label/gooom/index.html new file mode 100644 index 0000000..7229503 --- /dev/null +++ b/sample/public/label/gooom/index.html @@ -0,0 +1,70 @@ + + + + + + + + + + + + + Gooom · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + M83 + + Dead Cities, Red Cities & Lost Ghosts + +

+ + Electronic + + Shoegaze + +

+ +
    + +
  • Label : Gooom
  • + + +
  • Year : 2003
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + +
+ + + + diff --git a/sample/public/label/gooom/index.xml b/sample/public/label/gooom/index.xml new file mode 100644 index 0000000..a906de1 --- /dev/null +++ b/sample/public/label/gooom/index.xml @@ -0,0 +1,20 @@ + + + + Gooom on My Vinyl Records Collection + https://vinyl.zedas.fr/label/gooom/ + Recent content in Gooom on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 21:53:44 +0200 + + Dead Cities, Red Cities & Lost Ghosts + https://vinyl.zedas.fr/m83-dead-cities-red-cities-lost-ghosts/ + Sun, 20 Aug 2023 21:53:44 +0200 + + https://vinyl.zedas.fr/m83-dead-cities-red-cities-lost-ghosts/ + + + + + diff --git a/sample/public/label/harvest/emi/index.html b/sample/public/label/harvest/emi/index.html new file mode 100644 index 0000000..0f2d03e --- /dev/null +++ b/sample/public/label/harvest/emi/index.html @@ -0,0 +1,72 @@ + + + + + + + + + + + + + Harvest/EMI · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Scorpions + + Love at First Sting + +

+ + Heavy Metal + + Hard Rock + + Glam Metal + +

+ + +
+ + + +
+ + + + diff --git a/sample/public/label/harvest/emi/index.xml b/sample/public/label/harvest/emi/index.xml new file mode 100644 index 0000000..4c7d311 --- /dev/null +++ b/sample/public/label/harvest/emi/index.xml @@ -0,0 +1,20 @@ + + + + Harvest/EMI on My Vinyl Records Collection + https://vinyl.zedas.fr/label/harvest/emi/ + Recent content in Harvest/EMI on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + + Love at First Sting + https://vinyl.zedas.fr/scorpions-love-at-first-sting/ + Sun, 20 Aug 2023 22:49:18 +0200 + + https://vinyl.zedas.fr/scorpions-love-at-first-sting/ + Actually, I have double entries of this album. The first one I’ve found was damaged and some tracks were unplayable. I’ve found later a second one to replace it. +However, the first one I’ve bought was actually a gift to the original owner. There is a message hand-written on the cover. The kind of nice thing you can discover while buying used vinyl records. + + + + diff --git a/sample/public/label/index.html b/sample/public/label/index.html new file mode 100644 index 0000000..f993c7a --- /dev/null +++ b/sample/public/label/index.html @@ -0,0 +1,189 @@ + + + + + + + + + + + + + Label · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Mercury + +
    + + + +
+
+ + + + + +
+ + Island + +
    + + + +
+
+ + + + + +
+ + Parlophone + +
    + + + +
+
+ + + + + +
+ + Capitol + +
    + + + +
+
+ + + + + +
+ + EMI + +
    + + + +
+
+ + + + + +
+ + Gooom + +
    + + + +
+
+ + + + + +
+ + Naïve + +
    + + + +
+
+ + + + + +
+ + Virgin + +
    + + + +
+
+ + + + + +
+ + No Quarter Prod + +
    + + + +
+
+ + + + + +
+ + Harvest/EMI + +
    + + + +
+
+ + + +
+ + + + diff --git a/sample/public/label/index.xml b/sample/public/label/index.xml new file mode 100644 index 0000000..140bf51 --- /dev/null +++ b/sample/public/label/index.xml @@ -0,0 +1,101 @@ + + + + Label on My Vinyl Records Collection + https://vinyl.zedas.fr/label/ + Recent content in Label on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 22:57:59 +0200 + + Mercury + https://vinyl.zedas.fr/label/mercury/ + Sun, 20 Aug 2023 22:57:59 +0200 + + https://vinyl.zedas.fr/label/mercury/ + + + + + Island + https://vinyl.zedas.fr/label/island/ + Sun, 20 Aug 2023 22:54:28 +0200 + + https://vinyl.zedas.fr/label/island/ + + + + + Parlophone + https://vinyl.zedas.fr/label/parlophone/ + Sun, 20 Aug 2023 22:42:51 +0200 + + https://vinyl.zedas.fr/label/parlophone/ + + + + + Capitol + https://vinyl.zedas.fr/label/capitol/ + Sun, 20 Aug 2023 22:34:09 +0200 + + https://vinyl.zedas.fr/label/capitol/ + + + + + EMI + https://vinyl.zedas.fr/label/emi/ + Sun, 20 Aug 2023 21:58:54 +0200 + + https://vinyl.zedas.fr/label/emi/ + + + + + Gooom + https://vinyl.zedas.fr/label/gooom/ + Sun, 20 Aug 2023 21:53:44 +0200 + + https://vinyl.zedas.fr/label/gooom/ + + + + + Naïve + https://vinyl.zedas.fr/label/na%C3%AFve/ + Sun, 20 Aug 2023 21:48:53 +0200 + + https://vinyl.zedas.fr/label/na%C3%AFve/ + + + + + Virgin + https://vinyl.zedas.fr/label/virgin/ + Sun, 20 Aug 2023 21:41:05 +0200 + + https://vinyl.zedas.fr/label/virgin/ + + + + + No Quarter Prod + https://vinyl.zedas.fr/label/no-quarter-prod/ + Sun, 20 Aug 2023 21:14:27 +0200 + + https://vinyl.zedas.fr/label/no-quarter-prod/ + + + + + Harvest/EMI + https://vinyl.zedas.fr/label/harvest/emi/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://vinyl.zedas.fr/label/harvest/emi/ + + + + + diff --git a/sample/public/label/island/index.html b/sample/public/label/island/index.html new file mode 100644 index 0000000..6444f27 --- /dev/null +++ b/sample/public/label/island/index.html @@ -0,0 +1,68 @@ + + + + + + + + + + + + + Island · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Bon Jovi + + 2020 + +

+ + Rock + +

+ +
    + +
  • Label : Island
  • + + +
  • Year : 2020
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + +
+ + + + diff --git a/sample/public/label/island/index.xml b/sample/public/label/island/index.xml new file mode 100644 index 0000000..ada34eb --- /dev/null +++ b/sample/public/label/island/index.xml @@ -0,0 +1,20 @@ + + + + Island on My Vinyl Records Collection + https://vinyl.zedas.fr/label/island/ + Recent content in Island on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 22:54:28 +0200 + + 2020 + https://vinyl.zedas.fr/bon-jovi-2020/ + Sun, 20 Aug 2023 22:54:28 +0200 + + https://vinyl.zedas.fr/bon-jovi-2020/ + + + + + diff --git a/sample/public/label/mercury/index.html b/sample/public/label/mercury/index.html new file mode 100644 index 0000000..c743436 --- /dev/null +++ b/sample/public/label/mercury/index.html @@ -0,0 +1,68 @@ + + + + + + + + + + + + + Mercury · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Cinderella + + Night Songs + +

+ + Glam Metal + +

+ + +
+ + + +
+ + + + diff --git a/sample/public/label/mercury/index.xml b/sample/public/label/mercury/index.xml new file mode 100644 index 0000000..a4f566d --- /dev/null +++ b/sample/public/label/mercury/index.xml @@ -0,0 +1,20 @@ + + + + Mercury on My Vinyl Records Collection + https://vinyl.zedas.fr/label/mercury/ + Recent content in Mercury on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 22:57:59 +0200 + + Night Songs + https://vinyl.zedas.fr/cinderella-night-songs/ + Sun, 20 Aug 2023 22:57:59 +0200 + + https://vinyl.zedas.fr/cinderella-night-songs/ + + + + + diff --git a/sample/public/label/naïve/index.html b/sample/public/label/naïve/index.html new file mode 100644 index 0000000..adf2062 --- /dev/null +++ b/sample/public/label/naïve/index.html @@ -0,0 +1,72 @@ + + + + + + + + + + + + + Naïve · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + M83 + + Hurry Up, We're Dreaming + +

+ + Synth-pop + + Ambient + + Shoegaze + +

+ +
    + +
  • Label : Naïve
  • + + +
  • Year : 2011
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + +
+ + + + diff --git a/sample/public/label/naïve/index.xml b/sample/public/label/naïve/index.xml new file mode 100644 index 0000000..124d23e --- /dev/null +++ b/sample/public/label/naïve/index.xml @@ -0,0 +1,20 @@ + + + + Naïve on My Vinyl Records Collection + https://vinyl.zedas.fr/label/na%C3%AFve/ + Recent content in Naïve on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 21:48:53 +0200 + + Hurry Up, We're Dreaming + https://vinyl.zedas.fr/m83-hurry-up-were-dreaming/ + Sun, 20 Aug 2023 21:48:53 +0200 + + https://vinyl.zedas.fr/m83-hurry-up-were-dreaming/ + This is the first edition of the album. A 10th anniversary edition was issued in 2011. + + + + diff --git a/sample/public/label/no-quarter-prod/index.html b/sample/public/label/no-quarter-prod/index.html new file mode 100644 index 0000000..8c56565 --- /dev/null +++ b/sample/public/label/no-quarter-prod/index.html @@ -0,0 +1,68 @@ + + + + + + + + + + + + + No Quarter Prod · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Carpenter Brut + + Leather Terror + +

+ + Darksynth + +

+ + +
+ + + +
+ + + + diff --git a/sample/public/label/no-quarter-prod/index.xml b/sample/public/label/no-quarter-prod/index.xml new file mode 100644 index 0000000..89cc155 --- /dev/null +++ b/sample/public/label/no-quarter-prod/index.xml @@ -0,0 +1,20 @@ + + + + No Quarter Prod on My Vinyl Records Collection + https://vinyl.zedas.fr/label/no-quarter-prod/ + Recent content in No Quarter Prod on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 21:14:27 +0200 + + Leather Terror + https://vinyl.zedas.fr/carpenter-brute-leather-terror/ + Sun, 20 Aug 2023 21:14:27 +0200 + + https://vinyl.zedas.fr/carpenter-brute-leather-terror/ + + + + + diff --git a/sample/public/label/parlophone/index.html b/sample/public/label/parlophone/index.html new file mode 100644 index 0000000..9cfc8af --- /dev/null +++ b/sample/public/label/parlophone/index.html @@ -0,0 +1,70 @@ + + + + + + + + + + + + + Parlophone · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + W.A.S.P. + + The Crimson Idol + +

+ + Heavy Metal + + Glam Metal + +

+ + +
+ + + +
+ + + + diff --git a/sample/public/label/parlophone/index.xml b/sample/public/label/parlophone/index.xml new file mode 100644 index 0000000..74d85eb --- /dev/null +++ b/sample/public/label/parlophone/index.xml @@ -0,0 +1,20 @@ + + + + Parlophone on My Vinyl Records Collection + https://vinyl.zedas.fr/label/parlophone/ + Recent content in Parlophone on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 22:42:51 +0200 + + The Crimson Idol + https://vinyl.zedas.fr/wasp-the-crimson-idol/ + Sun, 20 Aug 2023 22:42:51 +0200 + + https://vinyl.zedas.fr/wasp-the-crimson-idol/ + This is a 2012 German reissue of my favorite album of this band. The disc is transparent red. The Crimson Idol is an Opera Rock which is for me the best piece of Heavy Metal I’ve ever heard. + + + + diff --git a/sample/public/label/virgin/index.html b/sample/public/label/virgin/index.html new file mode 100644 index 0000000..1393afa --- /dev/null +++ b/sample/public/label/virgin/index.html @@ -0,0 +1,76 @@ + + + + + + + + + + + + + Virgin · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Daft Punk + + Discovery + +

+ + French House + + Disco + + Nu-disco + + House + + Electro-funk + +

+ +
    + +
  • Label : Virgin
  • + + +
  • Year : 2001
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + +
+ + + + diff --git a/sample/public/label/virgin/index.xml b/sample/public/label/virgin/index.xml new file mode 100644 index 0000000..64c3a76 --- /dev/null +++ b/sample/public/label/virgin/index.xml @@ -0,0 +1,20 @@ + + + + Virgin on My Vinyl Records Collection + https://vinyl.zedas.fr/label/virgin/ + Recent content in Virgin on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 21:41:05 +0200 + + Discovery + https://vinyl.zedas.fr/daft-punk-discovery/ + Sun, 20 Aug 2023 21:41:05 +0200 + + https://vinyl.zedas.fr/daft-punk-discovery/ + + + + + diff --git a/sample/public/m83-dead-cities-red-cities-lost-ghosts/index.html b/sample/public/m83-dead-cities-red-cities-lost-ghosts/index.html new file mode 100644 index 0000000..7462bf4 --- /dev/null +++ b/sample/public/m83-dead-cities-red-cities-lost-ghosts/index.html @@ -0,0 +1,92 @@ + + + + + + + + + + + + Dead Cities, Red Cities & Lost Ghosts · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+
+
+
+

Dead Cities, Red Cities & Lost Ghosts

+ M83 + +
+ +
+ + + + + Dead Cities, Red Cities & Lost Ghosts + + + +
+
+ + +
+
+

Record informations

+
    + +
  • Label : Gooom
  • + + +
  • Year : 2003
  • + + +
  • Disc format : 33rpm (2 discs)
  • + + +
  • Condition : New
  • + + +
+
+
+

Genres

+ + Electronic + + Shoegaze + +
+ + + + + +
+
+ + + + + diff --git a/sample/public/m83-hurry-up-were-dreaming/index.html b/sample/public/m83-hurry-up-were-dreaming/index.html new file mode 100644 index 0000000..ee93a21 --- /dev/null +++ b/sample/public/m83-hurry-up-were-dreaming/index.html @@ -0,0 +1,99 @@ + + + + + + + + + + + + Hurry Up, We're Dreaming · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+
+
+
+

Hurry Up, We're Dreaming

+ M83 + +
+ +
+ + + + + Hurry Up, We're Dreaming + + + +
+
+ + +
+
+

Record informations

+
    + +
  • Label : Naïve
  • + + +
  • Year : 2011
  • + + +
  • Disc format : 33rpm (2 discs)
  • + + +
  • Condition : New
  • + + +
+
+
+

Genres

+ + Synth-pop + + Ambient + + Shoegaze + +
+ + + + + +
+

This is the first edition of the album. A 10th anniversary edition was issued in 2011.

+ +
+ +
+
+ + + + + diff --git a/sample/public/m83/dead-cities-red-seas-lost-ghosts-front.jpg b/sample/public/m83/dead-cities-red-seas-lost-ghosts-front.jpg new file mode 100644 index 0000000..d20bd66 Binary files /dev/null and b/sample/public/m83/dead-cities-red-seas-lost-ghosts-front.jpg differ diff --git a/sample/public/m83/hurry-up-were-dreaming-front.jpg b/sample/public/m83/hurry-up-were-dreaming-front.jpg new file mode 100644 index 0000000..1d605f2 Binary files /dev/null and b/sample/public/m83/hurry-up-were-dreaming-front.jpg differ diff --git a/sample/public/pict1.png b/sample/public/pict1.png new file mode 100644 index 0000000..349c8a2 Binary files /dev/null and b/sample/public/pict1.png differ diff --git a/sample/public/scorpions-love-at-first-sting/index.html b/sample/public/scorpions-love-at-first-sting/index.html new file mode 100644 index 0000000..7efb1e4 --- /dev/null +++ b/sample/public/scorpions-love-at-first-sting/index.html @@ -0,0 +1,96 @@ + + + + + + + + + + + + Love at First Sting · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+
+
+
+

Love at First Sting

+ Scorpions + +
+ +
+ + + Love at First Sting + +
+
+ + +
+
+

Record informations

+
    + +
  • Label : Harvest/EMI
  • + + +
  • Year : 1984
  • + + +
  • Disc format : 33rpm (1 discs)
  • + + +
  • Condition : Good
  • + + +
+
+
+

Genres

+ + Heavy Metal + + Hard Rock + + Glam Metal + +
+ + + + + +
+

Actually, I have double entries of this album. The first one I’ve found was damaged and some tracks were unplayable. I’ve found later a second one to replace it.

+

However, the first one I’ve bought was actually a gift to the original owner. There is a message hand-written on the cover. The kind of nice thing you can discover while buying used vinyl records.

+ +
+ +
+
+ + + + + diff --git a/sample/public/sitemap.xml b/sample/public/sitemap.xml new file mode 100644 index 0000000..e88d926 --- /dev/null +++ b/sample/public/sitemap.xml @@ -0,0 +1,180 @@ + + + + https://vinyl.zedas.fr/year/1986/ + 2023-08-20T22:57:59+02:00 + + https://vinyl.zedas.fr/format/33rpm/ + 2023-08-20T22:57:59+02:00 + + https://vinyl.zedas.fr/artist/ + 2023-08-20T22:57:59+02:00 + + https://vinyl.zedas.fr/artist/cinderella/ + 2023-08-20T22:57:59+02:00 + + https://vinyl.zedas.fr/format/ + 2023-08-20T22:57:59+02:00 + + https://vinyl.zedas.fr/genres/ + 2023-08-20T22:57:59+02:00 + + https://vinyl.zedas.fr/genres/glam-metal/ + 2023-08-20T22:57:59+02:00 + + https://vinyl.zedas.fr/label/ + 2023-08-20T22:57:59+02:00 + + https://vinyl.zedas.fr/label/mercury/ + 2023-08-20T22:57:59+02:00 + + https://vinyl.zedas.fr/ + 2023-08-20T22:57:59+02:00 + + https://vinyl.zedas.fr/cinderella-night-songs/ + 2023-08-20T22:57:59+02:00 + + https://vinyl.zedas.fr/year/ + 2023-08-20T22:57:59+02:00 + + https://vinyl.zedas.fr/year/2020/ + 2023-08-20T22:54:28+02:00 + + https://vinyl.zedas.fr/bon-jovi-2020/ + 2023-08-20T22:54:28+02:00 + + https://vinyl.zedas.fr/artist/bon-jovi/ + 2023-08-20T22:54:28+02:00 + + https://vinyl.zedas.fr/label/island/ + 2023-08-20T22:54:28+02:00 + + https://vinyl.zedas.fr/genres/rock/ + 2023-08-20T22:54:28+02:00 + + https://vinyl.zedas.fr/year/1984/ + 2023-08-20T22:49:18+02:00 + + https://vinyl.zedas.fr/genres/hard-rock/ + 2023-08-20T22:49:18+02:00 + + https://vinyl.zedas.fr/genres/heavy-metal/ + 2023-08-20T22:49:18+02:00 + + https://vinyl.zedas.fr/scorpions-love-at-first-sting/ + 2023-08-20T22:49:18+02:00 + + https://vinyl.zedas.fr/artist/scorpions/ + 2023-08-20T22:49:18+02:00 + + https://vinyl.zedas.fr/year/2012/ + 2023-08-20T22:42:51+02:00 + + https://vinyl.zedas.fr/label/parlophone/ + 2023-08-20T22:42:51+02:00 + + https://vinyl.zedas.fr/wasp-the-crimson-idol/ + 2023-08-20T22:42:51+02:00 + + https://vinyl.zedas.fr/year/2017/ + 2023-08-20T22:34:09+02:00 + + https://vinyl.zedas.fr/label/capitol/ + 2023-08-20T22:34:09+02:00 + + https://vinyl.zedas.fr/wasp-wasp/ + 2023-08-20T22:34:09+02:00 + + https://vinyl.zedas.fr/year/1982/ + 2023-08-20T21:58:54+02:00 + + https://vinyl.zedas.fr/label/emi/ + 2023-08-20T21:58:54+02:00 + + https://vinyl.zedas.fr/artist/iron-maiden/ + 2023-08-20T21:58:54+02:00 + + https://vinyl.zedas.fr/iron-maiden-the-number-of-the-beast/ + 2023-08-20T21:58:54+02:00 + + https://vinyl.zedas.fr/year/2003/ + 2023-08-20T21:53:44+02:00 + + https://vinyl.zedas.fr/m83-dead-cities-red-cities-lost-ghosts/ + 2023-08-20T21:53:44+02:00 + + https://vinyl.zedas.fr/genres/electronic/ + 2023-08-20T21:53:44+02:00 + + https://vinyl.zedas.fr/label/gooom/ + 2023-08-20T21:53:44+02:00 + + https://vinyl.zedas.fr/artist/m83/ + 2023-08-20T21:53:44+02:00 + + https://vinyl.zedas.fr/genres/shoegaze/ + 2023-08-20T21:53:44+02:00 + + https://vinyl.zedas.fr/year/2011/ + 2023-08-20T21:48:53+02:00 + + https://vinyl.zedas.fr/genres/ambient/ + 2023-08-20T21:48:53+02:00 + + https://vinyl.zedas.fr/m83-hurry-up-were-dreaming/ + 2023-08-20T21:48:53+02:00 + + https://vinyl.zedas.fr/label/na%C3%AFve/ + 2023-08-20T21:48:53+02:00 + + https://vinyl.zedas.fr/genres/synth-pop/ + 2023-08-20T21:48:53+02:00 + + https://vinyl.zedas.fr/year/2001/ + 2023-08-20T21:41:05+02:00 + + https://vinyl.zedas.fr/artist/daft-punk/ + 2023-08-20T21:41:05+02:00 + + https://vinyl.zedas.fr/genres/disco/ + 2023-08-20T21:41:05+02:00 + + https://vinyl.zedas.fr/daft-punk-discovery/ + 2023-08-20T21:41:05+02:00 + + https://vinyl.zedas.fr/genres/electro-funk/ + 2023-08-20T21:41:05+02:00 + + https://vinyl.zedas.fr/genres/french-house/ + 2023-08-20T21:41:05+02:00 + + https://vinyl.zedas.fr/genres/house/ + 2023-08-20T21:41:05+02:00 + + https://vinyl.zedas.fr/genres/nu-disco/ + 2023-08-20T21:41:05+02:00 + + https://vinyl.zedas.fr/label/virgin/ + 2023-08-20T21:41:05+02:00 + + https://vinyl.zedas.fr/year/2022/ + 2023-08-20T21:14:27+02:00 + + https://vinyl.zedas.fr/artist/carpenter-brut/ + 2023-08-20T21:14:27+02:00 + + https://vinyl.zedas.fr/genres/darksynth/ + 2023-08-20T21:14:27+02:00 + + https://vinyl.zedas.fr/carpenter-brute-leather-terror/ + 2023-08-20T21:14:27+02:00 + + https://vinyl.zedas.fr/label/no-quarter-prod/ + 2023-08-20T21:14:27+02:00 + + https://vinyl.zedas.fr/label/harvest/emi/ + + https://vinyl.zedas.fr/artist/w.a.s.p./ + + diff --git a/sample/public/wasp-the-crimson-idol/index.html b/sample/public/wasp-the-crimson-idol/index.html new file mode 100644 index 0000000..cffa59c --- /dev/null +++ b/sample/public/wasp-the-crimson-idol/index.html @@ -0,0 +1,97 @@ + + + + + + + + + + + + The Crimson Idol · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+
+
+
+

The Crimson Idol

+ W.A.S.P. + +
+ +
+ + + + + The Crimson Idol + + + +
+
+ + +
+
+

Record informations

+
    + +
  • Label : Parlophone
  • + + +
  • Year : 2012
  • + + +
  • Disc format : 33rpm (1 discs)
  • + + +
  • Condition : New
  • + + +
+
+
+

Genres

+ + Heavy Metal + + Glam Metal + +
+ + + + + +
+

This is a 2012 German reissue of my favorite album of this band. The disc is transparent red. The Crimson Idol is an Opera Rock which is for me the best piece of Heavy Metal I’ve ever heard.

+ +
+ +
+
+ + + + + diff --git a/sample/public/wasp-wasp/index.html b/sample/public/wasp-wasp/index.html new file mode 100644 index 0000000..9a9a0e8 --- /dev/null +++ b/sample/public/wasp-wasp/index.html @@ -0,0 +1,97 @@ + + + + + + + + + + + + W.A.S.P. · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+
+
+
+

W.A.S.P.

+ W.A.S.P. + +
+ +
+ + + + + W.A.S.P. + + + +
+
+ + +
+
+

Record informations

+
    + +
  • Label : Capitol
  • + + +
  • Year : 2017
  • + + +
  • Disc format : 33rpm (1 discs)
  • + + +
  • Condition : Excellent
  • + + +
+
+
+

Genres

+ + Heavy Metal + + Glam Metal + +
+ + + + + +
+

This picture album is a German limited edition reissue of the 1984 debut studio album of the american heavy metal band W.A.S.P.

+ +
+ +
+
+ + + + + diff --git a/sample/public/wasp/crimson-idol.jpg b/sample/public/wasp/crimson-idol.jpg new file mode 100644 index 0000000..61a5796 Binary files /dev/null and b/sample/public/wasp/crimson-idol.jpg differ diff --git a/sample/public/wasp/wasp-front.jpg b/sample/public/wasp/wasp-front.jpg new file mode 100644 index 0000000..c3f64f2 Binary files /dev/null and b/sample/public/wasp/wasp-front.jpg differ diff --git a/sample/public/year/1982/index.html b/sample/public/year/1982/index.html new file mode 100644 index 0000000..a580ffc --- /dev/null +++ b/sample/public/year/1982/index.html @@ -0,0 +1,68 @@ + + + + + + + + + + + + + 1982 · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Iron Maiden + + The Number of the Beast + +

+ + Heavy Metal + +

+ +
    + +
  • Label : EMI
  • + + +
  • Year : 1982
  • + + +
  • Disc format : 33rpm (1 discs)
  • + +
+
+ + + +
+ + + + diff --git a/sample/public/year/1982/index.xml b/sample/public/year/1982/index.xml new file mode 100644 index 0000000..019b10a --- /dev/null +++ b/sample/public/year/1982/index.xml @@ -0,0 +1,20 @@ + + + + 1982 on My Vinyl Records Collection + https://vinyl.zedas.fr/year/1982/ + Recent content in 1982 on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 21:58:54 +0200 + + The Number of the Beast + https://vinyl.zedas.fr/iron-maiden-the-number-of-the-beast/ + Sun, 20 Aug 2023 21:58:54 +0200 + + https://vinyl.zedas.fr/iron-maiden-the-number-of-the-beast/ + + + + + diff --git a/sample/public/year/1984/index.html b/sample/public/year/1984/index.html new file mode 100644 index 0000000..8602f01 --- /dev/null +++ b/sample/public/year/1984/index.html @@ -0,0 +1,72 @@ + + + + + + + + + + + + + 1984 · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Scorpions + + Love at First Sting + +

+ + Heavy Metal + + Hard Rock + + Glam Metal + +

+ + +
+ + + +
+ + + + diff --git a/sample/public/year/1984/index.xml b/sample/public/year/1984/index.xml new file mode 100644 index 0000000..e3eb1ef --- /dev/null +++ b/sample/public/year/1984/index.xml @@ -0,0 +1,21 @@ + + + + 1984 on My Vinyl Records Collection + https://vinyl.zedas.fr/year/1984/ + Recent content in 1984 on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 22:49:18 +0200 + + Love at First Sting + https://vinyl.zedas.fr/scorpions-love-at-first-sting/ + Sun, 20 Aug 2023 22:49:18 +0200 + + https://vinyl.zedas.fr/scorpions-love-at-first-sting/ + Actually, I have double entries of this album. The first one I’ve found was damaged and some tracks were unplayable. I’ve found later a second one to replace it. +However, the first one I’ve bought was actually a gift to the original owner. There is a message hand-written on the cover. The kind of nice thing you can discover while buying used vinyl records. + + + + diff --git a/sample/public/year/1986/index.html b/sample/public/year/1986/index.html new file mode 100644 index 0000000..c1a5d2f --- /dev/null +++ b/sample/public/year/1986/index.html @@ -0,0 +1,68 @@ + + + + + + + + + + + + + 1986 · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Cinderella + + Night Songs + +

+ + Glam Metal + +

+ + +
+ + + +
+ + + + diff --git a/sample/public/year/1986/index.xml b/sample/public/year/1986/index.xml new file mode 100644 index 0000000..21af427 --- /dev/null +++ b/sample/public/year/1986/index.xml @@ -0,0 +1,20 @@ + + + + 1986 on My Vinyl Records Collection + https://vinyl.zedas.fr/year/1986/ + Recent content in 1986 on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 22:57:59 +0200 + + Night Songs + https://vinyl.zedas.fr/cinderella-night-songs/ + Sun, 20 Aug 2023 22:57:59 +0200 + + https://vinyl.zedas.fr/cinderella-night-songs/ + + + + + diff --git a/sample/public/year/2001/index.html b/sample/public/year/2001/index.html new file mode 100644 index 0000000..bd46114 --- /dev/null +++ b/sample/public/year/2001/index.html @@ -0,0 +1,76 @@ + + + + + + + + + + + + + 2001 · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Daft Punk + + Discovery + +

+ + French House + + Disco + + Nu-disco + + House + + Electro-funk + +

+ +
    + +
  • Label : Virgin
  • + + +
  • Year : 2001
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + +
+ + + + diff --git a/sample/public/year/2001/index.xml b/sample/public/year/2001/index.xml new file mode 100644 index 0000000..5ad97d3 --- /dev/null +++ b/sample/public/year/2001/index.xml @@ -0,0 +1,20 @@ + + + + 2001 on My Vinyl Records Collection + https://vinyl.zedas.fr/year/2001/ + Recent content in 2001 on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 21:41:05 +0200 + + Discovery + https://vinyl.zedas.fr/daft-punk-discovery/ + Sun, 20 Aug 2023 21:41:05 +0200 + + https://vinyl.zedas.fr/daft-punk-discovery/ + + + + + diff --git a/sample/public/year/2003/index.html b/sample/public/year/2003/index.html new file mode 100644 index 0000000..08cd976 --- /dev/null +++ b/sample/public/year/2003/index.html @@ -0,0 +1,70 @@ + + + + + + + + + + + + + 2003 · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + M83 + + Dead Cities, Red Cities & Lost Ghosts + +

+ + Electronic + + Shoegaze + +

+ +
    + +
  • Label : Gooom
  • + + +
  • Year : 2003
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + +
+ + + + diff --git a/sample/public/year/2003/index.xml b/sample/public/year/2003/index.xml new file mode 100644 index 0000000..f85803b --- /dev/null +++ b/sample/public/year/2003/index.xml @@ -0,0 +1,20 @@ + + + + 2003 on My Vinyl Records Collection + https://vinyl.zedas.fr/year/2003/ + Recent content in 2003 on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 21:53:44 +0200 + + Dead Cities, Red Cities & Lost Ghosts + https://vinyl.zedas.fr/m83-dead-cities-red-cities-lost-ghosts/ + Sun, 20 Aug 2023 21:53:44 +0200 + + https://vinyl.zedas.fr/m83-dead-cities-red-cities-lost-ghosts/ + + + + + diff --git a/sample/public/year/2011/index.html b/sample/public/year/2011/index.html new file mode 100644 index 0000000..4312fb5 --- /dev/null +++ b/sample/public/year/2011/index.html @@ -0,0 +1,72 @@ + + + + + + + + + + + + + 2011 · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + M83 + + Hurry Up, We're Dreaming + +

+ + Synth-pop + + Ambient + + Shoegaze + +

+ +
    + +
  • Label : Naïve
  • + + +
  • Year : 2011
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + +
+ + + + diff --git a/sample/public/year/2011/index.xml b/sample/public/year/2011/index.xml new file mode 100644 index 0000000..1602762 --- /dev/null +++ b/sample/public/year/2011/index.xml @@ -0,0 +1,20 @@ + + + + 2011 on My Vinyl Records Collection + https://vinyl.zedas.fr/year/2011/ + Recent content in 2011 on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 21:48:53 +0200 + + Hurry Up, We're Dreaming + https://vinyl.zedas.fr/m83-hurry-up-were-dreaming/ + Sun, 20 Aug 2023 21:48:53 +0200 + + https://vinyl.zedas.fr/m83-hurry-up-were-dreaming/ + This is the first edition of the album. A 10th anniversary edition was issued in 2011. + + + + diff --git a/sample/public/year/2012/index.html b/sample/public/year/2012/index.html new file mode 100644 index 0000000..20cc4ca --- /dev/null +++ b/sample/public/year/2012/index.html @@ -0,0 +1,70 @@ + + + + + + + + + + + + + 2012 · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + W.A.S.P. + + The Crimson Idol + +

+ + Heavy Metal + + Glam Metal + +

+ + +
+ + + +
+ + + + diff --git a/sample/public/year/2012/index.xml b/sample/public/year/2012/index.xml new file mode 100644 index 0000000..6c9f4ce --- /dev/null +++ b/sample/public/year/2012/index.xml @@ -0,0 +1,20 @@ + + + + 2012 on My Vinyl Records Collection + https://vinyl.zedas.fr/year/2012/ + Recent content in 2012 on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 22:42:51 +0200 + + The Crimson Idol + https://vinyl.zedas.fr/wasp-the-crimson-idol/ + Sun, 20 Aug 2023 22:42:51 +0200 + + https://vinyl.zedas.fr/wasp-the-crimson-idol/ + This is a 2012 German reissue of my favorite album of this band. The disc is transparent red. The Crimson Idol is an Opera Rock which is for me the best piece of Heavy Metal I’ve ever heard. + + + + diff --git a/sample/public/year/2017/index.html b/sample/public/year/2017/index.html new file mode 100644 index 0000000..4484888 --- /dev/null +++ b/sample/public/year/2017/index.html @@ -0,0 +1,70 @@ + + + + + + + + + + + + + 2017 · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + W.A.S.P. + + W.A.S.P. + +

+ + Heavy Metal + + Glam Metal + +

+ + +
+ + + +
+ + + + diff --git a/sample/public/year/2017/index.xml b/sample/public/year/2017/index.xml new file mode 100644 index 0000000..953f0c7 --- /dev/null +++ b/sample/public/year/2017/index.xml @@ -0,0 +1,20 @@ + + + + 2017 on My Vinyl Records Collection + https://vinyl.zedas.fr/year/2017/ + Recent content in 2017 on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 22:34:09 +0200 + + W.A.S.P. + https://vinyl.zedas.fr/wasp-wasp/ + Sun, 20 Aug 2023 22:34:09 +0200 + + https://vinyl.zedas.fr/wasp-wasp/ + This picture album is a German limited edition reissue of the 1984 debut studio album of the american heavy metal band W.A.S.P. + + + + diff --git a/sample/public/year/2020/index.html b/sample/public/year/2020/index.html new file mode 100644 index 0000000..527468d --- /dev/null +++ b/sample/public/year/2020/index.html @@ -0,0 +1,68 @@ + + + + + + + + + + + + + 2020 · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Bon Jovi + + 2020 + +

+ + Rock + +

+ +
    + +
  • Label : Island
  • + + +
  • Year : 2020
  • + + +
  • Disc format : 33rpm (2 discs)
  • + +
+
+ + + +
+ + + + diff --git a/sample/public/year/2020/index.xml b/sample/public/year/2020/index.xml new file mode 100644 index 0000000..eb1db0b --- /dev/null +++ b/sample/public/year/2020/index.xml @@ -0,0 +1,20 @@ + + + + 2020 on My Vinyl Records Collection + https://vinyl.zedas.fr/year/2020/ + Recent content in 2020 on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 22:54:28 +0200 + + 2020 + https://vinyl.zedas.fr/bon-jovi-2020/ + Sun, 20 Aug 2023 22:54:28 +0200 + + https://vinyl.zedas.fr/bon-jovi-2020/ + + + + + diff --git a/sample/public/year/2022/index.html b/sample/public/year/2022/index.html new file mode 100644 index 0000000..84e3b49 --- /dev/null +++ b/sample/public/year/2022/index.html @@ -0,0 +1,68 @@ + + + + + + + + + + + + + 2022 · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + Carpenter Brut + + Leather Terror + +

+ + Darksynth + +

+ + +
+ + + +
+ + + + diff --git a/sample/public/year/2022/index.xml b/sample/public/year/2022/index.xml new file mode 100644 index 0000000..dd2da1c --- /dev/null +++ b/sample/public/year/2022/index.xml @@ -0,0 +1,20 @@ + + + + 2022 on My Vinyl Records Collection + https://vinyl.zedas.fr/year/2022/ + Recent content in 2022 on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 21:14:27 +0200 + + Leather Terror + https://vinyl.zedas.fr/carpenter-brute-leather-terror/ + Sun, 20 Aug 2023 21:14:27 +0200 + + https://vinyl.zedas.fr/carpenter-brute-leather-terror/ + + + + + diff --git a/sample/public/year/index.html b/sample/public/year/index.html new file mode 100644 index 0000000..e3b0f35 --- /dev/null +++ b/sample/public/year/index.html @@ -0,0 +1,189 @@ + + + + + + + + + + + + + Year · My Vinyl Records Collection + + + + + + + + +
+

My Vinyl Records Collection

+ +
+ + + +
+ + 1986 + +
    + + + +
+
+ + + + + +
+ + 2020 + +
    + + + +
+
+ + + + + +
+ + 1984 + +
    + + + +
+
+ + + + + +
+ + 2012 + +
    + + + +
+
+ + + + + +
+ + 2017 + +
    + + + +
+
+ + + + + +
+ + 1982 + +
    + + + +
+
+ + + + + +
+ + 2003 + +
    + + + +
+
+ + + + + +
+ + 2011 + +
    + + + +
+
+ + + + + +
+ + 2001 + +
    + + + +
+
+ + + + + +
+ + 2022 + +
    + + + +
+
+ + + +
+ + + + diff --git a/sample/public/year/index.xml b/sample/public/year/index.xml new file mode 100644 index 0000000..958c18c --- /dev/null +++ b/sample/public/year/index.xml @@ -0,0 +1,101 @@ + + + + Year on My Vinyl Records Collection + https://vinyl.zedas.fr/year/ + Recent content in Year on My Vinyl Records Collection + Hugo -- gohugo.io + en-us + Sun, 20 Aug 2023 22:57:59 +0200 + + 1986 + https://vinyl.zedas.fr/year/1986/ + Sun, 20 Aug 2023 22:57:59 +0200 + + https://vinyl.zedas.fr/year/1986/ + + + + + 2020 + https://vinyl.zedas.fr/year/2020/ + Sun, 20 Aug 2023 22:54:28 +0200 + + https://vinyl.zedas.fr/year/2020/ + + + + + 1984 + https://vinyl.zedas.fr/year/1984/ + Sun, 20 Aug 2023 22:49:18 +0200 + + https://vinyl.zedas.fr/year/1984/ + + + + + 2012 + https://vinyl.zedas.fr/year/2012/ + Sun, 20 Aug 2023 22:42:51 +0200 + + https://vinyl.zedas.fr/year/2012/ + + + + + 2017 + https://vinyl.zedas.fr/year/2017/ + Sun, 20 Aug 2023 22:34:09 +0200 + + https://vinyl.zedas.fr/year/2017/ + + + + + 1982 + https://vinyl.zedas.fr/year/1982/ + Sun, 20 Aug 2023 21:58:54 +0200 + + https://vinyl.zedas.fr/year/1982/ + + + + + 2003 + https://vinyl.zedas.fr/year/2003/ + Sun, 20 Aug 2023 21:53:44 +0200 + + https://vinyl.zedas.fr/year/2003/ + + + + + 2011 + https://vinyl.zedas.fr/year/2011/ + Sun, 20 Aug 2023 21:48:53 +0200 + + https://vinyl.zedas.fr/year/2011/ + + + + + 2001 + https://vinyl.zedas.fr/year/2001/ + Sun, 20 Aug 2023 21:41:05 +0200 + + https://vinyl.zedas.fr/year/2001/ + + + + + 2022 + https://vinyl.zedas.fr/year/2022/ + Sun, 20 Aug 2023 21:14:27 +0200 + + https://vinyl.zedas.fr/year/2022/ + + + + + diff --git a/sample/static/.comments/vinyl-record.jpg.xml b/sample/static/.comments/vinyl-record.jpg.xml new file mode 100644 index 0000000..4bde9f9 --- /dev/null +++ b/sample/static/.comments/vinyl-record.jpg.xml @@ -0,0 +1,7 @@ + + + vinyl record + + + + diff --git a/sample/static/vintage-vinyl-record.jpg b/sample/static/vintage-vinyl-record.jpg new file mode 100644 index 0000000..9c70eb0 Binary files /dev/null and b/sample/static/vintage-vinyl-record.jpg differ diff --git a/sample/static/vinyl-record-isolated.jpg b/sample/static/vinyl-record-isolated.jpg new file mode 100644 index 0000000..47fb35c Binary files /dev/null and b/sample/static/vinyl-record-isolated.jpg differ diff --git a/sample/static/vinyl-record.jpg b/sample/static/vinyl-record.jpg new file mode 100644 index 0000000..97f9acd Binary files /dev/null and b/sample/static/vinyl-record.jpg differ