diff --git a/_artists/_defaults.md b/_artists/_defaults.md new file mode 100644 index 0000000..825efaf --- /dev/null +++ b/_artists/_defaults.md @@ -0,0 +1,7 @@ +--- +name: +blurb: +nation: +link: +image: +--- \ No newline at end of file diff --git a/_artists/max_park.md b/_artists/max_park.md new file mode 100644 index 0000000..6b56ef2 --- /dev/null +++ b/_artists/max_park.md @@ -0,0 +1,8 @@ +--- +name: 'Max Park' +blurb: >- + '' +nation: S +link: https://maxppark.bandcamp.com/album/collages-ii +image: /images/artists/ +--- \ No newline at end of file diff --git a/_config.yml b/_config.yml index 995e835..0239f59 100644 --- a/_config.yml +++ b/_config.yml @@ -50,6 +50,8 @@ collections: events: output: "true" permalink: "/events/:title/" + artists: + output: "false" # tjanster: # output: "true" @@ -89,6 +91,28 @@ defaults: resize_style: "cover" mime_type: "image/jpeg" uploads_dir: "images/events" + _comments: + title: Sidans tittle + description: Vad som kommer stå på länken i sociala medier + image: Flyer för eventet och bilden som visas på länken i sociala medier + - scope: + path: "" + type: "artists" + values: + _options: + image: + width: 150 + height: 150 + resize_style: "cover" + mime_type: "image/jpeg" + uploads_dir: "images/artists" + _comments: + name: Artistnamnet + blurb: Kort biografi + nation: Var kommer artisten ifrån (gärna förkortning) + link: Länk till artistens hemsida + image: bild på artisten (om det finns ett ansikte, se till att det är i mitten av bilden) + # - scope: # path: "" # type: "posts" diff --git a/_events/2019-05-18-Momagiskt Volume I.md b/_events/2019-05-18-Momagiskt Volume I.md index 4d55aff..451d127 100644 --- a/_events/2019-05-18-Momagiskt Volume I.md +++ b/_events/2019-05-18-Momagiskt Volume I.md @@ -13,6 +13,9 @@ category: music slutet_salskap: true published: true layout: blog +artists: + - max_park + - Knivtid --- ### Vad kommer hända? diff --git a/images/artists/artistfoto@2x.JPG b/images/artists/artistfoto@2x.JPG new file mode 100644 index 0000000..3623949 Binary files /dev/null and b/images/artists/artistfoto@2x.JPG differ diff --git a/images/artists/maxpark@2x.jpg b/images/artists/maxpark@2x.jpg new file mode 100644 index 0000000..b6ba021 Binary files /dev/null and b/images/artists/maxpark@2x.jpg differ