From 4c69b3793bd09c92704726e8d89699af983ffef2 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 23 Mar 2021 03:33:42 +0100 Subject: Cleanup and added my music page --- Makefile | 9 +++-- assets/my-music/Days Of The Morning After.mp3 | Bin 0 -> 2836480 bytes assets/my-music/Monochrome Suffocationt.mp3 | Bin 0 -> 3870720 bytes assets/my-music/Shotgun Indulgence.mp3 | Bin 0 -> 3176448 bytes assets/my-music/Without Your Addiction.mp3 | Bin 0 -> 4558848 bytes openring-build.html | 52 -------------------------- posts/2021-03-23-my-music.md | 36 ++++++++++++++++++ template/_navigation.html | 3 +- template/style.css | 7 ++++ 9 files changed, 50 insertions(+), 57 deletions(-) create mode 100644 assets/my-music/Days Of The Morning After.mp3 create mode 100644 assets/my-music/Monochrome Suffocationt.mp3 create mode 100644 assets/my-music/Shotgun Indulgence.mp3 create mode 100644 assets/my-music/Without Your Addiction.mp3 delete mode 100644 openring-build.html create mode 100644 posts/2021-03-23-my-music.md diff --git a/Makefile b/Makefile index 656fbcc..7880fa9 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,12 @@ provision: - cd ~/Junk - git clone https://git.sr.ht/~sircmpwn/openring - cd openring - go build + cd ~/Junk \ + git clone https://git.sr.ht/~sircmpwn/openring \ + cd openring \ + go build \ go install build: + mkdir -p public openring -l 180 -n 4 -p 1 \ -s https://cronokirby.com/posts/index.xml \ -s https://drewdevault.com/feed.xml \ diff --git a/assets/my-music/Days Of The Morning After.mp3 b/assets/my-music/Days Of The Morning After.mp3 new file mode 100644 index 0000000..4c504b6 Binary files /dev/null and b/assets/my-music/Days Of The Morning After.mp3 differ diff --git a/assets/my-music/Monochrome Suffocationt.mp3 b/assets/my-music/Monochrome Suffocationt.mp3 new file mode 100644 index 0000000..b6712b6 Binary files /dev/null and b/assets/my-music/Monochrome Suffocationt.mp3 differ diff --git a/assets/my-music/Shotgun Indulgence.mp3 b/assets/my-music/Shotgun Indulgence.mp3 new file mode 100644 index 0000000..4c500fb Binary files /dev/null and b/assets/my-music/Shotgun Indulgence.mp3 differ diff --git a/assets/my-music/Without Your Addiction.mp3 b/assets/my-music/Without Your Addiction.mp3 new file mode 100644 index 0000000..6d95467 Binary files /dev/null and b/assets/my-music/Without Your Addiction.mp3 differ diff --git a/openring-build.html b/openring-build.html deleted file mode 100644 index 12e0589..0000000 --- a/openring-build.html +++ /dev/null @@ -1,52 +0,0 @@ -
-

Articles from blogs I follow around the net

-
- -
-

- Open source means surrendering your monopoly over commercial exploitation -

-

Participation in open source requires you to surrender your monopoly over -commercial exploitation. This is a profound point about free and open source -software which seems to be causing a lot of companies to struggle with their -understanding of the philosoph…

- - via Drew DeVault's blog - - January 20, 2021 -
- -
-

- Generated by - openring -

-
- diff --git a/posts/2021-03-23-my-music.md b/posts/2021-03-23-my-music.md new file mode 100644 index 0000000..a705870 --- /dev/null +++ b/posts/2021-03-23-my-music.md @@ -0,0 +1,36 @@ +--- +Title: My Music +Description: My Music +Slug: my-music +Listing: false +Created: "" +Tags: [] +--- + +#### Without Your Addiction + + + +#### Shotgun Indulgence + + + +#### Monochrome Suffocationt + + + +#### Days Of The Morning After + + diff --git a/template/_navigation.html b/template/_navigation.html index 3b21283..2d60821 100755 --- a/template/_navigation.html +++ b/template/_navigation.html @@ -7,9 +7,10 @@ - \ No newline at end of file + diff --git a/template/style.css b/template/style.css index b0cb3f6..d656282 100755 --- a/template/style.css +++ b/template/style.css @@ -265,6 +265,13 @@ article a { } +/* audio */ + +audio { + width: 100%; +} + + /* footer */ .footer { -- cgit v1.2.3