Compare commits
3 Commits
2362423a87
...
7da019a2ee
| Author | SHA1 | Date | |
|---|---|---|---|
| 7da019a2ee | |||
| cc8110901c | |||
| 58ee8ddb68 |
@@ -14,9 +14,9 @@ categories:
|
||||
aliases:
|
||||
---
|
||||
|
||||
I gave myself the gift of a large hike and no means of communication. :)
|
||||
To the tune of "Happy Birthday."
|
||||
|
||||
To the tune of "Happy Birthday":
|
||||
{{% audio src="/audio/poetry/birthday-2025.aac" %}}
|
||||
|
||||
> Happy Birthday to me, <br>
|
||||
> I hiked up Rice Peak! <br>
|
||||
@@ -24,3 +24,5 @@ To the tune of "Happy Birthday":
|
||||
> and without using a phone!
|
||||
>
|
||||
> -- {{% author "bug" %}}
|
||||
|
||||
On the day after my birthday I gave myself the gift of a large hike and no means of communication. :)
|
||||
|
||||
@@ -12,6 +12,8 @@ categories:
|
||||
- musings
|
||||
---
|
||||
|
||||
{{% audio src="/audio/poetry/friends.aac" %}}
|
||||
|
||||
> Friend, friend, what is a friend? <br>
|
||||
> Surely much more than a means to an end!
|
||||
>
|
||||
|
||||
@@ -14,6 +14,8 @@ categories:
|
||||
aliases:
|
||||
---
|
||||
|
||||
{{% audio src="/audio/poetry/gullible.aac" %}}
|
||||
|
||||
> They give you a whale, <br>
|
||||
> a big fairy tale. <br>
|
||||
> You don't take it to heart, <br>
|
||||
|
||||
@@ -12,9 +12,9 @@ series:
|
||||
categories:
|
||||
- musings
|
||||
aliases:
|
||||
# {{% audio src="/audio/poetry/self-love.mp3" %}}
|
||||
---
|
||||
|
||||
{{% audio src="/audio/poetry/self-love.aac" %}}
|
||||
|
||||
> Life is an incredible thing to cherish <br>
|
||||
> all the way until we perish.
|
||||
|
||||
1
layouts/shortcodes/odysee.html
Normal file
1
layouts/shortcodes/odysee.html
Normal file
@@ -0,0 +1 @@
|
||||
TBD/TODO
|
||||
BIN
static/audio/poetry/birthday-2025.aac
Normal file
BIN
static/audio/poetry/birthday-2025.aac
Normal file
Binary file not shown.
BIN
static/audio/poetry/friends.aac
Normal file
BIN
static/audio/poetry/friends.aac
Normal file
Binary file not shown.
BIN
static/audio/poetry/gullible.aac
Normal file
BIN
static/audio/poetry/gullible.aac
Normal file
Binary file not shown.
BIN
static/audio/poetry/self-love.aac
Normal file
BIN
static/audio/poetry/self-love.aac
Normal file
Binary file not shown.
@@ -1,17 +1,27 @@
|
||||
/* Prevent excess gaps underneath headers. Looks horrible! */
|
||||
h1,h2,p,div {
|
||||
margin-bottom: 16px;
|
||||
h1,h2,p,div,blockquote {
|
||||
margin-top: 8px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
h3,h4 {
|
||||
margin-bottom: 12px;
|
||||
margin-top: 6px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
h5,h6 {
|
||||
margin-bottom: 8px;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
pre,strong {
|
||||
margin-bottom: 4px;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
pre {
|
||||
padding: 2px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
audio {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user