Compare commits
20 Commits
checking-o
...
re-structu
Author | SHA1 | Date | |
---|---|---|---|
87d7a126c3 | |||
5880c8b179 | |||
69454d8fd1 | |||
b23b1fe81e | |||
bc97979a4b | |||
a0a415cd21 | |||
1537e51426 | |||
fef3008333 | |||
d831774f5d | |||
5b279bc5ef | |||
11fa15ee6c | |||
1bad4f7bca | |||
674a6d3636 | |||
f607838284 | |||
9edc6ce454 | |||
319e012f0d | |||
0bfc9c42a4 | |||
22648c2cf0 | |||
e8d9f2d158 | |||
245ff53cc1 |
28
.drone.yml
28
.drone.yml
@ -1,15 +1,12 @@
|
||||
---
|
||||
# ----------------------------------------------
|
||||
# -- Update the helm chart
|
||||
# ----------------------------------------------
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: Publish the helm chart
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
|
||||
steps:
|
||||
- name: Publish the Helm chart
|
||||
image: alpine/helm
|
||||
@ -28,13 +25,11 @@ steps:
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: Build badhouseplants.net
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: alpine/git
|
||||
@ -44,27 +39,25 @@ steps:
|
||||
- git clone $DRONE_REMOTE_URL .
|
||||
- git checkout $DRONE_BRANCH
|
||||
- git submodule update --init --recursive
|
||||
|
||||
- name: Test a build
|
||||
image: git.badhouseplants.net/badhouseplants/hugo-builder
|
||||
image: git.badhouseplants.net/badhouseplants/hugo-container
|
||||
depends_on:
|
||||
- clone
|
||||
commands:
|
||||
- hugo -s ./src
|
||||
|
||||
- name: Build and push the docker image
|
||||
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:2449b73b13a62ae916c6703778d096e5290157b3
|
||||
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:9fabf0ce6eab3a9a9da15b2791e8282afc05ee0b
|
||||
privileged: true
|
||||
depends_on:
|
||||
- Test a build
|
||||
environment:
|
||||
BUILDER_COMMIT: 2449b73b13a62ae916c6703778d096e5290157b3
|
||||
GITEA_TOKEN:
|
||||
from_secret: GITEA_TOKEN
|
||||
commands:
|
||||
- ./scripts/build-container.pl
|
||||
|
||||
- name: Sync pictures from lfs to Minio
|
||||
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:2449b73b13a62ae916c6703778d096e5290157b3
|
||||
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:9fabf0ce6eab3a9a9da15b2791e8282afc05ee0b
|
||||
depends_on:
|
||||
- Test a build
|
||||
environment:
|
||||
@ -74,9 +67,8 @@ steps:
|
||||
commands:
|
||||
- echo "$RCLONE_CONFIG_CONTENT" > $RCLONE_CONFIG
|
||||
- ./scripts/upload-media.pl
|
||||
|
||||
- name: Deploy the application
|
||||
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:2449b73b13a62ae916c6703778d096e5290157b3
|
||||
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:9fabf0ce6eab3a9a9da15b2791e8282afc05ee0b
|
||||
depends_on:
|
||||
- Build and push the docker image
|
||||
- Sync pictures from lfs to Minio
|
||||
@ -91,9 +83,8 @@ steps:
|
||||
from_secret: GOOGLE_OAUTH_KEY
|
||||
commands:
|
||||
- ./scripts/deploy-app.pl
|
||||
|
||||
- name: Cleanup everything
|
||||
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:2449b73b13a62ae916c6703778d096e5290157b3
|
||||
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:9fabf0ce6eab3a9a9da15b2791e8282afc05ee0b
|
||||
depends_on:
|
||||
- Deploy the application
|
||||
environment:
|
||||
@ -113,13 +104,11 @@ steps:
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: Spell-Checker
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: alpine/git
|
||||
@ -128,9 +117,8 @@ steps:
|
||||
commands:
|
||||
- git clone $DRONE_REMOTE_URL --recurse-submodules .
|
||||
- git checkout $DRONE_BRANCH
|
||||
|
||||
- name: Spell-Checker
|
||||
image: node
|
||||
commands:
|
||||
commands:
|
||||
- npm i markdown-spellcheck -g
|
||||
- mdspell "src/content/**/*.md" -n -r
|
||||
- mdspell "src/content/**/*.md" -n -r
|
||||
|
12
.spelling
12
.spelling
@ -132,6 +132,18 @@ LFO
|
||||
beatmaker
|
||||
wavetables
|
||||
OSC
|
||||
YOUTUBE
|
||||
Twelve50TV
|
||||
Robotik
|
||||
McRoy
|
||||
brah
|
||||
aw
|
||||
shite
|
||||
lowrider
|
||||
mdma
|
||||
nah
|
||||
clubby
|
||||
MGK
|
||||
- src/themes/papermod/README.md
|
||||
PaperMod
|
||||
hugo-paper
|
||||
|
10
.woodpecker.yaml
Normal file
10
.woodpecker.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
when:
|
||||
event: push
|
||||
steps:
|
||||
spell-check:
|
||||
name: Spell-Checker
|
||||
image: node
|
||||
commands:
|
||||
- npm i markdown-spellcheck -g
|
||||
- mdspell "src/content/**/*.md" -n -r
|
@ -1,4 +1,4 @@
|
||||
FROM git.badhouseplants.net/badhouseplants/hugo-container:bad3393cdb76043a255347641d4157f1fae2b813
|
||||
FROM git.badhouseplants.net/badhouseplants/hugo-container:dd6475f3c99b450d334d3377f3c1a1474a341ba7
|
||||
WORKDIR /src
|
||||
COPY ./src /src
|
||||
ENTRYPOINT ["hugo"]
|
||||
|
@ -34,7 +34,7 @@ params:
|
||||
profileMode:
|
||||
enabled: true
|
||||
title: "Bad Houseplants"
|
||||
subtitle: ... by allanger.
|
||||
subtitle: Easy DevOps by allanger
|
||||
imageUrl: "main-logo.png"
|
||||
imageWidth: 150
|
||||
imageHeight: 150
|
||||
|
@ -4,7 +4,19 @@ date: 2023-01-24T09:26:52+01:00
|
||||
draft: false
|
||||
---
|
||||
|
||||
Oi!
|
||||
## Welcome
|
||||
|
||||
Oi! Welcome to Bad Houseplants.
|
||||
|
||||
This is a blog about DevOps, self-hosting, Kubernetes, and stuff like that.
|
||||
|
||||
I'm allanger and I believe that DevOps should be easy to understand, and when saying DevOps, I also mean SRE and Ops in general. I see/hear it very often that teams working with GitOps and Kubernetes are making it increadbly hard, and I don't know the reasons for sure.
|
||||
|
||||
Here, I'll try do describe how things can be deployed to K8s, what one could do with that, and how to keep it maintainable. My main focus is self-hosted k8s, because it's the one I'm using on my own, but it doesn't mean that what you'll read here can't be applied to cloud providers and different k8s-as-a-service solutions.
|
||||
|
||||
|
||||
|
||||
|
||||
I'm allanger and currently I'm working as full time SRE, but recently I've found out that I'd like to spend more time doing things related to music and sound. So I'm currently looking for project to add to my portfolio. So if you want somebody do a decent (I hope) mix for you without asking for any money, just let shoot me a message.
|
||||
|
||||
I'm not a pro mixing engineer of course, but it's what I'm aiming for.
|
||||
@ -14,4 +26,4 @@ Also, I'm a beatmaker, you can find my bets on this site, just go to the [Beats
|
||||
---
|
||||
### Information about the build
|
||||
Built from the commit [{{< param GitCommit >}}](https://git.badhouseplants.net/badhouseplants/badhouseplants-net/commit/{{< param GitCommit >}})
|
||||
[](https://drone.badhouseplants.net/badhouseplants/badhouseplants-net)
|
||||
[](https://drone.badhouseplants.net/badhouseplants/badhouseplants-net)
|
||||
|
@ -2,111 +2,123 @@
|
||||
title: Beats
|
||||
date: 2023-01-24T09:26:52+01:00
|
||||
draft: false
|
||||
---
|
||||
>I don't lease my beats. If you happen to like anything, just shout me a message and we will come to an agreement. And if you decide to use any of my beats you'll be the only one using it (legally).
|
||||
|
||||
---
|
||||
### Easy Money
|
||||
---
|
||||
### That's Rich
|
||||
#### by allanger
|
||||
|
||||
[Listen on Funkwhale](https://funkwhale.badhouseplants.net/library/albums/36)
|
||||
|
||||
> I'm poor though, huh
|
||||
|
||||
Mainstream beats for dope rap about your luxury lifestyle, mate
|
||||
|
||||
{{< rawhtml >}}
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=18"></iframe>
|
||||
<iframe width="100%" height="300" scrolling="yes" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=album&id=36"></iframe>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
### Monk
|
||||
#### Not available anymore, but I can make a similar one if you'd like
|
||||
---
|
||||
|
||||
### Why So Serious?
|
||||
#### by allanger
|
||||
|
||||
[Listen on Funkwhale](https://funkwhale.badhouseplants.net/library/albums/38)
|
||||
|
||||
> Don't be so suicidal, brah
|
||||
|
||||
Depressive and horror beats to show them all what's real suffering out there
|
||||
|
||||
{{< rawhtml >}}
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=27"></iframe>
|
||||
<iframe width="100%" height="300" scrolling="yes" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=album&id=38"></iframe>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
### Ark
|
||||
#### Not available anymore, but I can make a similar one if you'd like
|
||||
---
|
||||
|
||||
### Coke Queue
|
||||
#### by allanger
|
||||
|
||||
[Listen on Funkwhale](https://funkwhale.badhouseplants.net/library/albums/39)
|
||||
|
||||
> Aw, shite, I've meant line
|
||||
|
||||
Need a track that will be screaming out of your lowrider? Check it out then
|
||||
|
||||
{{< rawhtml >}}
|
||||
<iframe width="100%" height="150" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=21"></iframe>
|
||||
<iframe width="100%" height="300" scrolling="yes" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=album&id=39"></iframe>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
### Phantom Limb
|
||||
---
|
||||
|
||||
### Meta Irony's Bastard
|
||||
#### by allanger
|
||||
|
||||
[Listen on Funkwhale](https://funkwhale.badhouseplants.net/library/albums/40)
|
||||
|
||||
> Or just an unwanted child
|
||||
|
||||
Your track is supposed to make no freaking sense? Pick it up
|
||||
|
||||
{{< rawhtml >}}
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=19"></iframe>
|
||||
<iframe width="100%" height="300" scrolling="yes" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=album&id=40"></iframe>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
### Silk Road
|
||||
---
|
||||
|
||||
### MDMA
|
||||
#### by allanger
|
||||
|
||||
[Listen on Funkwhale](https://funkwhale.badhouseplants.net/library/albums/35)
|
||||
|
||||
> Nah, I'm not using
|
||||
|
||||
An album for four-on-the-floor or just clubby kinds of beats. If you want your track to be fitting in Berlin, this one is your choice.
|
||||
|
||||
{{< rawhtml >}}
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=34"></iframe>
|
||||
<iframe width="100%" height="300" scrolling="yes" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=album&id=35"></iframe>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
### Tremor
|
||||
---
|
||||
|
||||
### Punk's Not Dead
|
||||
#### by allanger
|
||||
|
||||
[Listen on Funkwhale](https://funkwhale.badhouseplants.net/library/albums/34)
|
||||
|
||||
> Unless it's MGK
|
||||
|
||||
Here I'll be uploading alternative beats that might not work for any track, but rather for something special.
|
||||
|
||||
{{< rawhtml >}}
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=30"></iframe>
|
||||
<iframe width="100%" height="300" scrolling="yes" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=album&id=34"></iframe>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
### Silver Grenade
|
||||
---
|
||||
|
||||
### Boys Don't Cry
|
||||
#### by allanger
|
||||
|
||||
[Listen on Funkwhale](https://funkwhale.badhouseplants.net/library/albums/37)
|
||||
|
||||
> ... do they?
|
||||
|
||||
Looking for something sad and not really of a hip-hop kind? This is the place
|
||||
|
||||
{{< rawhtml >}}
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=31"></iframe>
|
||||
<iframe width="100%" height="300" scrolling="yes" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=album&id=37"></iframe>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
### Spinal Cord
|
||||
---
|
||||
### Trash Can
|
||||
#### by allanger
|
||||
|
||||
[Listen on Funkwhale](https://funkwhale.badhouseplants.net/library/albums/33)
|
||||
|
||||
>It doesn't mean that beats are shitty, it just me not liking them too much
|
||||
|
||||
To this album, I will upload beats that I don't like, they all can be yours without any efforts of yours.
|
||||
|
||||
{{< rawhtml >}}
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=32"></iframe>
|
||||
<iframe width="100%" height="300" scrolling="yes" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=album&id=33"></iframe>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
### Empty Cubicles
|
||||
{{< rawhtml >}}
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=23"></iframe>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
### Vicious Shine
|
||||
#### Not available anymore, but I can make a similar one if you'd like
|
||||
{{< rawhtml >}}
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=36"></iframe>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
### Petrol
|
||||
#### Not available anymore, but I can make a similar one if you'd like
|
||||
{{< rawhtml >}}
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=35"></iframe>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
### PSY
|
||||
{{< rawhtml >}}
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=28"></iframe>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
### Body Drop
|
||||
#### Not available anymore, but I can make a similar one if you'd like
|
||||
{{< rawhtml >}}
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=20"></iframe>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
### Broken Piano
|
||||
{{< rawhtml >}}
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=22"></iframe>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
### Dead Wings
|
||||
{{< rawhtml >}}
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=25"></iframe>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
### Trapped
|
||||
{{< rawhtml >}}
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=17"></iframe>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
### Dusted
|
||||
{{< rawhtml >}}
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=142"></iframe>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
### Fallen Folk
|
||||
{{< rawhtml >}}
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=144"></iframe>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
### Pillows
|
||||
{{< rawhtml >}}
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=143"></iframe>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
### Swipe
|
||||
{{< rawhtml >}}
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=145"></iframe>
|
||||
{{< /rawhtml >}}
|
||||
|
19
src/content/music/allanger/_index.md
Normal file
19
src/content/music/allanger/_index.md
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
title: "allanger"
|
||||
date: 2018-12-26T00:00:00+02:00
|
||||
draft: false
|
||||
ShowToc: false
|
||||
cover:
|
||||
image: "/music/allanger.png"
|
||||
caption: "allanger"
|
||||
relative: false
|
||||
responsiveImages: false
|
||||
hideSummary: true
|
||||
tags:
|
||||
- music
|
||||
- release
|
||||
- indie
|
||||
- alternative
|
||||
---
|
||||
|
||||
I'm allanger, the owner of Bad Houseplants.
|
22
src/content/posts/kid-robotik-im-so-sorry.md
Normal file
22
src/content/posts/kid-robotik-im-so-sorry.md
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
title: "Kid Robotik - I'm SO Sorry"
|
||||
date: 2023-09-22T13:05:28+02:00
|
||||
draft: true
|
||||
ShowToc: true
|
||||
cover:
|
||||
image: "/posts/kid-robotik-im-so-sorry/cover.jpg"
|
||||
caption: "Kid Robotik - I'm SO Sorry"
|
||||
relative: true
|
||||
responsiveImages: true
|
||||
---
|
||||
|
||||
[OPEN ON SPOTIFY](https://open.spotify.com/album/6TTnfWZQyoZ8O1GuK8TtXf?si=cNchuEmfTAy52Z6jstnG2A) -- [OPEN ON DEEZER](https://deezer.page.link/D3M4JVdDYhmxXUUZ7) -- [OPEN ON YOUTUBE](https://youtube.com/playlist?list=OLAK5uy_l3BFAqPxAOkkzb-SByHbbvgBkdk3_idjg&si=bBo6cQE8jGWjLnsI)
|
||||
|
||||
It's not easy to find this album, to be honest. I think that I would never have listened to it unless I started trying to understand the Glaswegian accent. *I haven't succeeded really still*. While searching for artists from Scotland, I've bumped onto this YouTube channel: [Twelve50TV](https://www.youtube.com/@Twelve50TV). There are many rappers that I actually like, but they don't tend to publish their music on mainstream streaming platforms (read Spotify). So I couldn't really listen to them during my daily routine.
|
||||
|
||||
One of my favourites was that video: [Kid Robotik - War](https://youtu.be/LToW8CdBGOQ?si=-MgdWM1FvzGqKhnM). And this guy has his albums published on Spotify. I was listening to this song mostly because of other rappers performing on it: **Sherlock** and **McRoy**. And since this album is **Kid Robotik's** one, I wasn't trying to listen to it at all. I'm not saying that I didn't like his part there, but it didn't seem outstanding to me at all. Though, not so long ago I was bored by all the music I was listening to, and I've decided to check out the album finally. And after first listen I could already say that this guy, Kid Robotik is indeed one of favourite rappers. *Even though I still can't understand about 80% of what they're saying on that album, I freaking like beats, flow, voice and mixing.* And I think that it should gain a way more streams, than it has.
|
||||
|
||||
I can't even pick songs that I like the most, because they're all great in my opinion.
|
||||
|
||||
---
|
||||
I want to build a completely non-profit independent public music library based on Funkwhale application, you can find it here: https://funkwhale.badhouseplants.net. At the moment of writing this post, I only have my music released there, but I hope that one day it will change. And I would really like to have this album there. So if you are Kid Robotik or someone who know him, please let me know if you'd be interested.
|
@ -19,20 +19,20 @@ If you happen to like anything, just let me know, we will figure it out
|
||||
|
||||
### Dusted
|
||||
{{< rawhtml >}}
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=142"></iframe>
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=157"></iframe>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
### Fallen Folk
|
||||
{{< rawhtml >}}
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=144"></iframe>
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=154"></iframe>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
### Pillows
|
||||
{{< rawhtml >}}
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=143"></iframe>
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=166"></iframe>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
### Swipe
|
||||
{{< rawhtml >}}
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=145"></iframe>
|
||||
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&type=track&id=159"></iframe>
|
||||
{{< /rawhtml >}}
|
||||
|
BIN
src/static/music/allanger.png
(Stored with Git LFS)
Normal file
BIN
src/static/music/allanger.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/static/posts/kid-robotik-im-so-sorry/cover.jpg
(Stored with Git LFS)
Normal file
BIN
src/static/posts/kid-robotik-im-so-sorry/cover.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
Submodule src/themes/papermod updated: bacb763071...25e5b4d298
Reference in New Issue
Block a user