diff options
| -rw-r--r-- | Makefile | 9 | ||||
| -rw-r--r-- | assets/my-music/Days Of The Morning After.mp3 | bin | 0 -> 2836480 bytes | |||
| -rw-r--r-- | assets/my-music/Monochrome Suffocationt.mp3 | bin | 0 -> 3870720 bytes | |||
| -rw-r--r-- | assets/my-music/Shotgun Indulgence.mp3 | bin | 0 -> 3176448 bytes | |||
| -rw-r--r-- | assets/my-music/Without Your Addiction.mp3 | bin | 0 -> 4558848 bytes | |||
| -rw-r--r-- | openring-build.html | 52 | ||||
| -rw-r--r-- | posts/2021-03-23-my-music.md | 36 | ||||
| -rwxr-xr-x | template/_navigation.html | 3 | ||||
| -rwxr-xr-x | template/style.css | 7 |
9 files changed, 50 insertions, 57 deletions
| @@ -1,11 +1,12 @@ | |||
| 1 | provision: | 1 | provision: |
| 2 | cd ~/Junk | 2 | cd ~/Junk \ |
| 3 | git clone https://git.sr.ht/~sircmpwn/openring | 3 | git clone https://git.sr.ht/~sircmpwn/openring \ |
| 4 | cd openring | 4 | cd openring \ |
| 5 | go build | 5 | go build \ |
| 6 | go install | 6 | go install |
| 7 | 7 | ||
| 8 | build: | 8 | build: |
| 9 | mkdir -p public | ||
| 9 | openring -l 180 -n 4 -p 1 \ | 10 | openring -l 180 -n 4 -p 1 \ |
| 10 | -s https://cronokirby.com/posts/index.xml \ | 11 | -s https://cronokirby.com/posts/index.xml \ |
| 11 | -s https://drewdevault.com/feed.xml \ | 12 | -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 --- /dev/null +++ b/assets/my-music/Days Of The Morning After.mp3 | |||
| Binary files differ | |||
diff --git a/assets/my-music/Monochrome Suffocationt.mp3 b/assets/my-music/Monochrome Suffocationt.mp3 new file mode 100644 index 0000000..b6712b6 --- /dev/null +++ b/assets/my-music/Monochrome Suffocationt.mp3 | |||
| Binary files differ | |||
diff --git a/assets/my-music/Shotgun Indulgence.mp3 b/assets/my-music/Shotgun Indulgence.mp3 new file mode 100644 index 0000000..4c500fb --- /dev/null +++ b/assets/my-music/Shotgun Indulgence.mp3 | |||
| Binary files 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 --- /dev/null +++ b/assets/my-music/Without Your Addiction.mp3 | |||
| Binary files 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 @@ | |||
| 1 | <section class="webring"> | ||
| 2 | <h3>Articles from blogs I follow around the net</h3> | ||
| 3 | <section class="articles"> | ||
| 4 | |||
| 5 | <div class="article"> | ||
| 6 | <h4 class="title"> | ||
| 7 | <a href="https://drewdevault.com/2021/01/20/FOSS-is-to-surrender-your-monopoly.html" target="_blank" rel="noopener">Open source means surrendering your monopoly over commercial exploitation</a> | ||
| 8 | </h4> | ||
| 9 | <p class="summary">Participation in open source requires you to surrender your monopoly over | ||
| 10 | commercial exploitation. This is a profound point about free and open source | ||
| 11 | software which seems to be causing a lot of companies to struggle with their | ||
| 12 | understanding of the philosoph…</p> | ||
| 13 | <small class="source"> | ||
| 14 | via <a href="https://drewdevault.com">Drew DeVault's blog</a> | ||
| 15 | </small> | ||
| 16 | <small class="date">January 20, 2021</small> | ||
| 17 | </div> | ||
| 18 | |||
| 19 | </section> | ||
| 20 | <p class="attribution"> | ||
| 21 | Generated by | ||
| 22 | <a href="https://git.sr.ht/~sircmpwn/openring">openring</a> | ||
| 23 | </p> | ||
| 24 | </section> | ||
| 25 | <style> | ||
| 26 | .webring .articles { | ||
| 27 | display: flex; | ||
| 28 | flex-wrap: wrap; | ||
| 29 | margin: -0.5rem; | ||
| 30 | } | ||
| 31 | .webring .title { | ||
| 32 | margin: 0; | ||
| 33 | } | ||
| 34 | .webring .article { | ||
| 35 | flex: 1 1 0; | ||
| 36 | display: flex; | ||
| 37 | flex-direction: column; | ||
| 38 | margin: 0.5rem; | ||
| 39 | padding: 0.5rem; | ||
| 40 | background: #eee; | ||
| 41 | min-width: 10rem; | ||
| 42 | } | ||
| 43 | .webring .summary { | ||
| 44 | font-size: 0.8rem; | ||
| 45 | flex: 1 1 0; | ||
| 46 | } | ||
| 47 | .webring .attribution { | ||
| 48 | text-align: right; | ||
| 49 | font-size: 0.8rem; | ||
| 50 | color: #555; | ||
| 51 | } | ||
| 52 | </style> | ||
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 @@ | |||
| 1 | --- | ||
| 2 | Title: My Music | ||
| 3 | Description: My Music | ||
| 4 | Slug: my-music | ||
| 5 | Listing: false | ||
| 6 | Created: "" | ||
| 7 | Tags: [] | ||
| 8 | --- | ||
| 9 | |||
| 10 | #### Without Your Addiction | ||
| 11 | |||
| 12 | <audio controls> | ||
| 13 | <source src="horse.ogg" type="audio/ogg"> | ||
| 14 | <source src="/assets/my-music/Without Your Addiction.mp3" type="audio/mpeg"> | ||
| 15 | </audio> | ||
| 16 | |||
| 17 | #### Shotgun Indulgence | ||
| 18 | |||
| 19 | <audio controls> | ||
| 20 | <source src="horse.ogg" type="audio/ogg"> | ||
| 21 | <source src="/assets/my-music/Shotgun Indulgence.mp3" type="audio/mpeg"> | ||
| 22 | </audio> | ||
| 23 | |||
| 24 | #### Monochrome Suffocationt | ||
| 25 | |||
| 26 | <audio controls> | ||
| 27 | <source src="horse.ogg" type="audio/ogg"> | ||
| 28 | <source src="/assets/my-music/Monochrome Suffocationt.mp3" type="audio/mpeg"> | ||
| 29 | </audio> | ||
| 30 | |||
| 31 | #### Days Of The Morning After | ||
| 32 | |||
| 33 | <audio controls> | ||
| 34 | <source src="horse.ogg" type="audio/ogg"> | ||
| 35 | <source src="/assets/my-music/Days Of The Morning After.mp3" type="audio/mpeg"> | ||
| 36 | </audio> | ||
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 @@ | |||
| 7 | <nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="main-navigation"> | 7 | <nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="main-navigation"> |
| 8 | <meta itemprop="name" content="Main Menu"> | 8 | <meta itemprop="name" content="Main Menu"> |
| 9 | 9 | ||
| 10 | <a href="/my-music.html">My Music</a> | ||
| 10 | <a href="/curriculum-vitae.html">CV</a> | 11 | <a href="/curriculum-vitae.html">CV</a> |
| 11 | <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow" itemprop="url">Github</a> | 12 | <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow" itemprop="url">Github</a> |
| 12 | <a href="/feed.rss" itemprop="url">RSS feed</a> | 13 | <a href="/feed.rss" itemprop="url">RSS feed</a> |
| 13 | </nav> | 14 | </nav> |
| 14 | </header> | 15 | </header> |
| 15 | </div> \ No newline at end of file | 16 | </div> |
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 { | |||
| 265 | } | 265 | } |
| 266 | 266 | ||
| 267 | 267 | ||
| 268 | /* audio */ | ||
| 269 | |||
| 270 | audio { | ||
| 271 | width: 100%; | ||
| 272 | } | ||
| 273 | |||
| 274 | |||
| 268 | /* footer */ | 275 | /* footer */ |
| 269 | 276 | ||
| 270 | .footer { | 277 | .footer { |
