Skip to content

Commit

Permalink
local changes to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michael committed Sep 12, 2023
1 parent 98cd19c commit 3b748ba
Show file tree
Hide file tree
Showing 985 changed files with 283 additions and 59 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
npm-debug.log*

# local env files
.env
.env.local
.env.development.local
.env.test.local
Expand Down
8 changes: 1 addition & 7 deletions components/Main/Gigs/Gigs.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Link from "next/link";
import { CldImage } from "next-cloudinary";
import { Picture } from "components/Picture";
import Header from "components/Header";
import { Button } from "components/Button";
Expand All @@ -24,12 +23,7 @@ export const Gigs = ({ gigs }: Props) => {
</Link>
<Link href={`gigs/${gigs[0].slug}`}>
<div className={`${styles.bottomImage} ${card.cardStyle}`}>
<CldImage
alt={gigs[0].frontmatter.title}
height={360}
src={gigs[0].frontmatter.pic}
width={360}
/>
<Picture alt={gigs[0].frontmatter.title} size={360} src={gigs[0].frontmatter.pic} />
</div>
</Link>
</div>
Expand Down
6 changes: 2 additions & 4 deletions components/Main/Premiere/Premiere.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
background-color: $culturedWhite;
height: 50vh;
.backgroundImage {
background-image: url("/various/background.png");
background-size: cover;
background-image: url("/images/background.png");
background-size: cover !important;
background-repeat: no-repeat;
background-position: center;
animation: slidein 10s ease-in-out infinite;
animation-direction: alternate;
.frontText {
display: flex;
justify-content: center;
Expand Down
9 changes: 8 additions & 1 deletion components/Slug/Slug.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ interface SlugProps {
children?: ReactNode;
}

const components = { HoverLink, TextAndMedia, Picture, SoundCloud, BandCamp, ImageAndDescription };
const components = {
HoverLink,
TextAndMedia,
Picture,
SoundCloud,
BandCamp,
ImageAndDescription,
};

export const Slug = (props: SlugProps) => {
const { path, date, title, mdxSource, children } = props;
Expand Down
2 changes: 1 addition & 1 deletion next-sitemap.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import('next-sitemap').IConfig} */
module.exports = {
siteUrl: "https://plantbassd.com",
siteUrl: "https://www.plantbassd.com",
generateRobotsTxt: true,
};
2 changes: 1 addition & 1 deletion posts/fresh-juice/selky-12-5-22.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "FRESH JUICE: The Bumps by Selky"
name: "FRESH JUICE The Bumps Selky"
date: "May 12, 2022"
tags: "fresh juice"
pic: "/fresh-juice/32-selky.jpg"
pic: "/fresh-juice/32-bumps.jpg"
bandcamp: "https://selky.bandcamp.com/album/the-bumps"
postLink: "https://www.instagram.com/plantbassd___"
bio: "Dublin's Selky opens up with the first entry into a new series of bootlegs, edits, and blends with ‘The Bumps'"
Expand Down
2 changes: 1 addition & 1 deletion posts/premieres/stephen-mahoney-7-12-22.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "PREMIERE: Switch by Stephen Mahoney"
name: "PREMIERE Switch Stephen Mahoney"
date: "December 7, 2022"
tags: premieres
pic: "/premieres/31-stephen mahoney-switch.png"
pic: "/premieres/31-stephen-mahoney-switch.png"
listen: Listen
seeMore: "https://soundcloud.com/plantbassddjs/premiere-stephen-mahoney-switch"
postLink: "https://www.instagram.com/plantbassd___"
Expand Down
2 changes: 1 addition & 1 deletion posts/radios/colm-brandon-20-10-21.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Plant Bass'd Radio: Colm Brandon (@cabal.ie)"
title: "Plant Bass'd Radio: Colm Brandon (CABAL)"
name: "Colm Brandon Cabal"
date: "October 20, 2021"
pic: "/radios/02_colm-brandon.jpg"
Expand Down
2 changes: 1 addition & 1 deletion posts/radios/jack-ward-30-6-21.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Plant Bass'd Radio: @jack________ward PRIDE mix!"
title: "Plant Bass'd Radio: Jack Ward PRIDE mix!"
name: "Jack Ward Pride"
date: "June 30, 2021"
pic: "/radios/01_jack-ward.jpg"
Expand Down
2 changes: 1 addition & 1 deletion posts/radios/kyle-12-11-21.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Plant Bass'd Radio: @kaaaaaaandries"
title: "Plant Bass'd Radio: Kyle"
name: "Kyle Bournemouth"
date: "November 12, 2021"
pic: "/radios/03_kyle.jpg"
Expand Down
2 changes: 1 addition & 1 deletion posts/radios/saz-19-11-21.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Plant Bass'd Radio: @saz_dj"
title: "Plant Bass'd Radio: Saz"
name: "Saz Meath"
date: "November 19, 2021"
pic: "/radios/04_saz.jpg"
Expand Down
2 changes: 1 addition & 1 deletion posts/radios/sweet-philly-3-2-22.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Plant Bass'd Radio: @phillyholmes_"
title: "Plant Bass'd Radio: Sweet Philly"
name: "Sweet Philly Holmes"
date: "February 3, 2022"
pic: "/radios/05_sweet-philly.jpg"
Expand Down
13 changes: 12 additions & 1 deletion posts/takeovers/carmen-electro-30-7-21.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Plant Bass'd Takeover 016: @carmenelectro"
title: "Plant Bass'd Takeover 016: Carmen Electro"
name: "Plant Bass'd Takeover carmen electro"
date: "July 30, 2021"
pic: "/takeovers/16_Carmen-Electro.jpg"
Expand All @@ -23,4 +23,15 @@ Keep a close eye on Carmen's Feisty Recordings project run along with @deankeros

10 big techno, electro, trance and break hitters have been added to the playlist from Carmen as well as sharing with us an insight into the state of affairs with clubbing in Berlin right now and how it has began to open up (see graphic above).

1. 3KZ - 99 Movements
2. Pascual - Redemption
3. Exium - Aces High
4. Nørbak - By His Own Hands
5. T5UMUT5UMU - Daybreak
6. RECYCLE - Recycle #1 Flash & Clash
7. DJ T-1000 - Think You Can Handle It
8. Blame The Mono - Crackland
9. Marco Bailey - Scorpia (Obscure Shape & SHDW Remix)
10. Sonic - 357

Link to playlist: <HoverLink url="open.spotify.com/playlist/5skAgzUfGmZLwrOPNLnGVf" name="Plant Bass'd Picks." external />
13 changes: 12 additions & 1 deletion posts/takeovers/cartin-14-10-21.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Plant Bass'd Takeover 017: @cartincaolan"
title: "Plant Bass'd Takeover 017: Cartin"
name: "Plant Bass'd Takeover cartin caolan"
date: "October 14, 2021"
pic: "/takeovers/17_cartin.jpg"
Expand All @@ -21,6 +21,17 @@ Recent plaudits have seen his feature track from the Bunk EP, 'Lost My Watch Aga

We are excited to see what the future has in store for this man and are buzzed to share an insight into his creative mind with 10 tracks of recent influence to him!

1. Metronomy - The Bay (Mr. Mitch Remix)
2. R. D. Burman, Kishore Kumar - Dekho Idhar Jano Jigar
3. Cartin - Lost My Watch Again
4. Mount Liberation - Unlimited - Double Dance Lover (Disko Dubb Mix)
5. Sam Interface - Going In
6. Elkka - Harmonic Frequencies
7. Cakes da Killa, Proper Villians - Lite Werk
8. Everything Is Recorded, Ghostface Killah - Pretending Nothings Wrong (CLIPZ Remix)
9. Joy Orbison - in drink
10. Was (Not Was) - Hello Operator (Classic 12" Version)

Link to playlist: <HoverLink url="open.spotify.com/playlist/5skAgzUfGmZLwrOPNLnGVf" name="Plant Bass'd Picks." external />

Artwork from the don <HoverLink url="www.instagram.com/eggboy_design" name="@eggboy_design" external />.
13 changes: 12 additions & 1 deletion posts/takeovers/dar-disku-15-3-21.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Plant Bass'd Takeover 007: @dardisku_records"
title: "Plant Bass'd Takeover 007: Dar Disku"
name: "Plant Bass'd Takeover dardisku records"
date: "March 15, 2021"
pic: "/takeovers/07_Dar-Disku.jpg"
Expand All @@ -20,6 +20,17 @@ Releases on the label have been played out by some very well-known heads in the
From Lisbon to Dublin, or Mumbai to Istanbul, the Dar Disku duo have played venues and festivals like @loveboxfestival across the globe. Their online- radio presence has seen them feature on @ccdisco 's @rinsestagram residency, @nabihahiqbal 's BBC Radio residency, @nts_radio, as well as becoming residents themselves on @worldwide.fm .
Let this week's 10 selekts from Dar Disku take you on a journey through hip hop, psychedelia, disco, new beat, and more.

1. Lhasa - Acetatechno
2. Gawaher - Al Korniche
3. Azaad - Khedni Kabaddi
4. Pa Salieu - Frontline (Yussef Dayes Remix)
5. MF DOOM - Lovage
6. Hamid Al Shaeri - Habibi
7. Sam Fan Thomas - Djema
8. Antique - Westoriental Trip
9. Cheba Fadela - Ana mahladi noum
10. The Roha Band - Yetikimt Abeba

Link to playlist 🇧🇭 x 🇮🇪: <HoverLink url="open.spotify.com/playlist/5skAgzUfGmZLwrOPNLnGVf" name="Plant Bass'd Picks." external />

The ever talented <HoverLink url="www.instagram.com/eggboy_design" name="@eggboy_design" external /> on graphics.
23 changes: 17 additions & 6 deletions posts/takeovers/efa-oneill-22-3-21.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Plant Bass'd Takeover 008: @efa_o_neill"
title: "Plant Bass'd Takeover 008: Efa O'Neill"
name: "Plant Bass'd Takeover efa o'neill"
date: "March 22, 2021"
pic: "/takeovers/08_Efa-Oneill.jpg"
Expand All @@ -9,22 +9,33 @@ bio: "Cork's very own Aoife O'Neill offers up this week's selekts as we reach we
path: "takeovers"
---

### Cork's very own Aoife O'Neill offers up this week's selekts as we reach week 8 of the Spotify Takeover.
### Kerry's very own Efa O'Neill offers up this week's selekts as we reach week 8 of the Spotify Takeover.

Founder of the @outofspace808 party series which also holds down a residency on @dublindigitalradio, O'Neill has become well known for her electro and rave influenced sets.

She has been able to push this sound on the Irish festival circuit with appearances at @bodyandsoulirl, @epfestival (Anachronica/ Rave in the Woods), @alltogethernow.ie, @othervoiceslive, @openearfest, and was set to feature at last year's installment of @lifefestival .

International club dates in London's @picklefactorye2 and features on bills alongside names like @prosumerama, @orla_cd, and @s_p_e_c_i_a_l_r_e_q_u_e_s_t to name but a few have followed.
International club dates in London's @picklefactorye2 and features on bills alongside names like Prosumer, ORLA, and SPECIAL REQUEST to name but a few have followed.

Most recently we seen Aoife showcase her talent on the @avafestival x @boilerroomtv takeover of @district_8_dublin just prior to pandemic times, and she has shared mixes on @nts_radio, @rinsefrance, @fourfourmagazine, and was due to appear on @hoer.berlin with @strawberriesdublin last October only for travel restrictions.

We are very happy to share 10 picks that Aoife is ready to play for her crowds when this is all over and we hope to be a part of her audience in the future!
We are very happy to share 10 picks that Efa is ready to play for her crowds when this is all over and we hope to be a part of her audience in the future!

1. Darude - Sandstorm
2. Sansibar - Sissi
3. Machine Woman - The End Of Last Year Always Be Beautiful
4. Blawan - My Guide to Dancing On Carpet
5. Rose Bonica - Disengage
6. Peyote Dreams, Roza Terenzi - State of Mind (Slack Mix)
7. Tim Reaper, Dev/Null - Give It 2 Me
8. Cromby - Follow The Bass
9. Maara - Ultimate Reward
10. Human Movement - Waiting (D.Tiffany Remix)

Link to playlist: <HoverLink url="open.spotify.com/playlist/5skAgzUfGmZLwrOPNLnGVf" name="Plant Bass'd Picks." external />

Watch Aoife's Boiler Room feature here:
Watch Efa's Boiler Room feature here:

<HoverLink url="www.youtube.com/watch?v=qtGDVV1AvLA" external />
<SoundCloud url="www.youtube.com/watch?v=qtGDVV1AvLA" external />

Graphic man <HoverLink url="www.instagram.com/eggboy_design" name="@eggboy_design" external />.
13 changes: 12 additions & 1 deletion posts/takeovers/glimmerman-3-2-22.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Plant Bass'd Takeover 019: @_glimmerman_"
title: "Plant Bass'd Takeover 019: Glimmerman"
name: "Plant Bass'd Takeover glimmerman"
date: "February 4, 2022"
pic: "/takeovers/19_glimmerman.jpg"
Expand Down Expand Up @@ -52,4 +52,15 @@ Long may they last indeed!

A big thank you to Ethan for taking the time out to chat to us and share some of his favourite sounds of the moment for our 19th edition of the Plant Bass'd Takeover!

1. Tristan Arp - Alternate Looking Glass
2. Atrice - Robinscreams
3. E-Talking - Hi-Res
4. Henzo - Iron Lighter (Mosca's Ferromagnetic Version)
5. Big Ever - Apti
6. Ploy - Dark Lavis
7. Simo Cell - Short Leg
8. Otik - Garuna
9. Farsight - Flash Flood
10. POL100 - Athalea

Spotify link: <HoverLink url="open.spotify.com/playlist/5skAgzUfGmZLwrOPNLnGVf" name="Plant Bass'd Picks" external />
11 changes: 10 additions & 1 deletion posts/takeovers/jack-ward-27-5-21.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Plant Bass'd Takeover 014: @jack________ward"
title: "Plant Bass'd Takeover 014: Jack Ward"
name: "Plant Bass'd Takeover jack ward"
date: "May 27, 2021"
pic: "/takeovers/14_Jack-ward.jpg"
Expand All @@ -19,6 +19,15 @@ Recent remix duty on @daisies0daisies0daisies single 'Dido' further implements t

This week's tunes are fun and not to be taken too seriously, giving a similar warmth to the sound that Jack has become known for himself.

1. Baby Tate - Bob
2. Christine and the Queens - 5 dollars
3. Starship - We Built This City
4. Paul McCartney - Front Parlour
5. Alaska Reid - Oblivion
6. 21 Savage, Metro Boomin - Said N Done
7. Carl Stone - Au Jus
8. Buttechno - Poleva

Link to playlist: <HoverLink url="open.spotify.com/playlist/5skAgzUfGmZLwrOPNLnGVf" name="Plant Bass'd Picks." external />

Graphics again by <HoverLink url="www.instagram.com/eggboy_design" name="@eggboy_design" external />.
Expand Down
19 changes: 17 additions & 2 deletions posts/takeovers/luciid-25-1-21.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Plant Bass'd Takeover 001: @luciidmusic"
title: "Plant Bass'd Takeover 001: Luciid"
name: "Plant Bass'd Takeover luciid luke pollock"
date: "January 25, 2021"
pic: "/takeovers/01_Luciid.jpg"
Expand All @@ -13,7 +13,22 @@ path: "takeovers"

The way 2020 panned out like for so many stuttered this mans momentum after a run of support gigs in @district_8_dublin and @monroesgalway opening for @rebukemusic and @t78official respectively pre covid. He's earned releases on the @dense_and_pika imprint @kneadedpains and dropped his 'Fugazi' EP on @autektone last August, and has another release with the former on the horizon.

It's a very exciting path for Monaghan's first real techno act and one of the country's most promising. He's had his numbers played out by the likes of @charlottedewittemusic, @michael_bibi\_ , @saralandrydj and more. We're very excited to share his unique, raw industrial sound with you all.
It's a very exciting path for Monaghan's first real techno act and one of the country's most promising. He's had his numbers played out by the likes of Charlotte De Witte, Michael Bibi, Sara Landry and more. We're very excited to share his unique, raw industrial sound with you all.

1. Randomer - Sylo
2. MOTVS, ROBPM - Acid Metal
3. Thomas P. Heckmann - Himmel & Hoelle
4. Tobas Lueke - Elements (AnGy KoRe, Gabriel Padrevita Mad Mix)
5. Tim Tama - Designed 4DA Mind
6. Mark Michael - Labyrinth
7. OPFX - Incäd
8. Superstrobe - Noises
9. Linus Quick - Room 2 Move
10. Dense & Pika - Wisdom of Crowds

Also check out Luciid's own production, The Calling

Luke - "Like everyone else in the music industry, I can't wait to get back behind the decks again. While I've been busy with producing and upcoming releases on Autektone, I've also been listening to loads of fresh music. The ten tracks I have chosen will really appeal to anyone looking for that raw industrial sound to get them through the day."

Link to playlist: <HoverLink url="open.spotify.com/playlist/5skAgzUfGmZLwrOPNLnGVf" name="Plant Bass'd Picks." external />

Expand Down
20 changes: 18 additions & 2 deletions posts/takeovers/midnight-bass-30-3-21.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Plant Bass'd Takeover 009: @midnightbassclub"
title: "Plant Bass'd Takeover 009: Midnight Bass"
name: "Plant Bass'd Takeover midnight bass club"
date: "March 30, 2021"
pic: "/takeovers/09_Midnight-Bass.jpg"
Expand All @@ -26,7 +26,23 @@ They recently released a Scotland V/A compilation featuring new & emerging drum
We're very excited to share a bumper edition this week of 15 tunes that the Midnight Bass crew are ready to hear played out once their club space returns.
We hope to collaborate again real soon.

Strictly Drum n Bass.
Strictly Breaks and Drum n Bass.

1. Refracta - Justice
2. Degs, Nu:Tne, Charli Brix - The Connection
3. Arfa - Break3
4. OHARE - No Time
5. Creatures, Wingz - Tactical Advantage
6. Anile - Juno's Position
7. Whytwo - Armour
8. Data 3 - Molecular
9. QZB - Nautilus
10. Wndwsum - Whoevers Bed This Was
11. Hex - Rewind
12. Phinnegan, Louwho - Vertigo
13. Echo Brown - Show You
14. Monty - Quest
15. John B - Up All Night (Data 3 Remix)

Link to playlist: <HoverLink url="open.spotify.com/playlist/5skAgzUfGmZLwrOPNLnGVf" name="Plant Bass'd Picks." external />

Expand Down
15 changes: 13 additions & 2 deletions posts/takeovers/mind-the-gap-8-2-21.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Plant Bass'd Takeover 003: @mindt_hegap"
title: "Plant Bass'd Takeover 003: Mind the Gap"
name: "Plant Bass'd Takeover mind the gap"
date: "February 8, 2021"
pic: "/takeovers/03_Mind-The-Gap.jpg"
Expand All @@ -15,7 +15,18 @@ The club night that aims to showcase exclusively women, lgbtq+, and non-binary d

As a monthly series of @hectors_edinburgh, the opening nights saw performances from @steviecox\_, @hollieprofitdj, @djmintox as well a supporting takeover slot at the @mashhouse for @elliotadamson last Valentines night. This is a very ambitious and exciting series with a very topical and important focus and we can't wait to see the acts that will follow come club time.

Here are the 10 tracks the @mindt_hegap crew are patiently waiting to hear play out in the @thecabaretvoltaire basement: <HoverLink url="open.spotify.com/playlist/5skAgzUfGmZLwrOPNLnGVf" name="Plant Bass'd Picks." external />
1. Sally C - OG Chunker
2. TSHA, Trio Da Kali - Demba (Demi Riquísimo Remix)
3. Romy - Lifetime (HAAi's Green Lamborghini Romix)
4. Meg Ward - Pontes Cakes
5. Jodie Harsh - Never Knew (L.O.V.E)
6. Anz - No Harm
7. AK SPORTS - A Flash Storm (Aisha Remix)
8. Nightwave - Sacred Heart
9. Baronhawk Poitier - Temperado Tornado
10. Dance System, I.JORDAN - Let's Go!

Here are the 10 tracks the Mind the Gap crew are patiently waiting to hear play out in the Cabaret Voltaire basement: <HoverLink url="open.spotify.com/playlist/5skAgzUfGmZLwrOPNLnGVf" name="Plant Bass'd Picks." external />

<HoverLink url="www.instagram.com/eggboy_design" name="@eggboy_design" external /> up again with the
graphics
Loading

1 comment on commit 3b748ba

@vercel
Copy link

@vercel vercel bot commented on 3b748ba Sep 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.