The site shouldn't be allanger centered
I want to start having a public library of music and hence I need to stop centering badhouseplants.net around allanger only
This commit is contained in:
parent
d389af97ec
commit
245ff53cc1
14
.drone.yml
14
.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,25 +39,23 @@ 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
|
||||
depends_on:
|
||||
- clone
|
||||
commands:
|
||||
- hugo -s ./src
|
||||
|
||||
- name: Build and push the docker image
|
||||
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:2449b73b13a62ae916c6703778d096e5290157b3
|
||||
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
|
||||
depends_on:
|
||||
@ -74,7 +67,6 @@ steps:
|
||||
commands:
|
||||
- echo "$RCLONE_CONFIG_CONTENT" > $RCLONE_CONFIG
|
||||
- ./scripts/upload-media.pl
|
||||
|
||||
- name: Deploy the application
|
||||
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:2449b73b13a62ae916c6703778d096e5290157b3
|
||||
depends_on:
|
||||
@ -91,7 +83,6 @@ steps:
|
||||
from_secret: GOOGLE_OAUTH_KEY
|
||||
commands:
|
||||
- ./scripts/deploy-app.pl
|
||||
|
||||
- name: Cleanup everything
|
||||
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:2449b73b13a62ae916c6703778d096e5290157b3
|
||||
depends_on:
|
||||
@ -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,7 +117,6 @@ steps:
|
||||
commands:
|
||||
- git clone $DRONE_REMOTE_URL --recurse-submodules .
|
||||
- git checkout $DRONE_BRANCH
|
||||
|
||||
- name: Spell-Checker
|
||||
image: node
|
||||
commands:
|
||||
|
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.
|
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.
Reference in New Issue
Block a user