diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/9thPK7O3xn/dre-infinite-skyscrapers.md (renamed from content/personal/dre-infinite-skyscrapers/index.md) | 2 | ||||
| -rw-r--r-- | content/9thPK7O3xn/index.md (renamed from content/personal/index.md) | 3 | ||||
| -rw-r--r-- | content/9thPK7O3xn/mis-design-test.md (renamed from content/personal/mis-design-test/index.md) | 2 | ||||
| -rw-r--r-- | content/index.js | 6 | ||||
| -rw-r--r-- | content/index.md | 1 | ||||
| -rw-r--r-- | content/profiles/index.md | 19 | ||||
| -rw-r--r-- | content/projects/blobfox-emojis/index.md | 6 | ||||
| -rw-r--r-- | content/projects/bunhd-emojis/index.md | 6 | ||||
| -rw-r--r-- | content/projects/index.md | 10 |
9 files changed, 11 insertions, 44 deletions
diff --git a/content/personal/dre-infinite-skyscrapers/index.md b/content/9thPK7O3xn/dre-infinite-skyscrapers.md index ca30329..32f34ab 100644 --- a/content/personal/dre-infinite-skyscrapers/index.md +++ b/content/9thPK7O3xn/dre-infinite-skyscrapers.md | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | --- | 1 | --- |
| 2 | date: 2021-01-09 | 2 | date: 2021-01-09 |
| 3 | title: Infinite Skyscrapers | 3 | title: Infinite Skyscrapers |
| 4 | category: dre | 4 | category: dreams |
| 5 | --- | 5 | --- |
| 6 | 6 | ||
| 7 | I'm in some strange world that consist of huge buildings, looking a lot like very simple skyscrapers, except they were all interconnected. | 7 | I'm in some strange world that consist of huge buildings, looking a lot like very simple skyscrapers, except they were all interconnected. |
diff --git a/content/personal/index.md b/content/9thPK7O3xn/index.md index dd7423d..2545092 100644 --- a/content/personal/index.md +++ b/content/9thPK7O3xn/index.md | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | --- | 1 | --- |
| 2 | title: Personal | 2 | title: Personal |
| 3 | layout: categorized_list | 3 | layout: categorized_list |
| 4 | create_feed: true | ||
| 5 | --- | 4 | --- |
| 6 | 5 | ||
| 7 | Welcome to the personal section of my website! | 6 | Welcome to the personal section of my website! |
diff --git a/content/personal/mis-design-test/index.md b/content/9thPK7O3xn/mis-design-test.md index c31e42d..687d215 100644 --- a/content/personal/mis-design-test/index.md +++ b/content/9thPK7O3xn/mis-design-test.md | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | --- | 1 | --- |
| 2 | title: "Design Test: Markdown Syntax" | 2 | title: "Design Test: Markdown Syntax" |
| 3 | category: mis | 3 | category: misc |
| 4 | --- | 4 | --- |
| 5 | 5 | ||
| 6 | - [Overview](#overview) | 6 | - [Overview](#overview) |
diff --git a/content/index.js b/content/index.js deleted file mode 100644 index e03dec1..0000000 --- a/content/index.js +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | var headerEl = document.querySelector(".c-hero"); | ||
| 2 | var headerTemplateEl = document.getElementById("header-sm"); | ||
| 3 | var headerSmEl = headerTemplateEl.content.cloneNode("true"); | ||
| 4 | |||
| 5 | headerEl.classList.remove("u-dn@sm-down"); | ||
| 6 | headerEl.appendChild(headerSmEl); | ||
diff --git a/content/index.md b/content/index.md index e144d39..1d9b360 100644 --- a/content/index.md +++ b/content/index.md | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | --- | 1 | --- |
| 2 | title: Home | 2 | title: Home |
| 3 | --- | 3 | --- |
| 4 | \ No newline at end of file | ||
diff --git a/content/profiles/index.md b/content/profiles/index.md deleted file mode 100644 index 9a9d7fa..0000000 --- a/content/profiles/index.md +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | --- | ||
| 2 | title: Profiles | ||
| 3 | --- | ||
| 4 | |||
| 5 | - **Bandcamp:** [volpeon](https://bandcamp.com/volpeon) | ||
| 6 | - **Email:** me@volpeon.ink | ||
| 7 | - **Fediverse:** @volpeon@fedi.vulpes.one | ||
| 8 | - **GitHub:** [volpeon](https://github.com/volpeon) | ||
| 9 | - **IRC:** volpeon on [Furnet](irc://irc.furnet.org), [Freenode](ircs://chat.freenode.net), [irc.vulpes.one](ircs://irc.vulpes.one) | ||
| 10 | - **PeerTube:** @volpeon@pt.vulpes.one | ||
| 11 | - **Steam:** [volpeon](https://steamcommunity.com/id/volpeon/) | ||
| 12 | - **XMPP:** <available> | ||
| 13 | |||
| 14 | ## OMEMO Fingerprints | ||
| 15 | |||
| 16 | ```plain | ||
| 17 | CB07051B E223EF70 8EE8F665 BBFCEF00 83415C45 DCA31906 F2362543 F5543449 | ||
| 18 | C2C575EE 0236965C 4DBAA7EA 12F9EC90 AFD57B2C F75B3F32 70F3D393 2EDA3A08 | ||
| 19 | ``` | ||
diff --git a/content/projects/blobfox-emojis/index.md b/content/projects/blobfox-emojis/index.md index 44fd1e7..5a4fff1 100644 --- a/content/projects/blobfox-emojis/index.md +++ b/content/projects/blobfox-emojis/index.md | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | --- | 1 | --- |
| 2 | title: Blobfox | 2 | title: Blobfox |
| 3 | category: emj | 3 | category: emojis |
| 4 | preview: preview.jpg | 4 | preview: preview.jpg |
| 5 | --- | 5 | --- |
| 6 | 6 | ||
| 7 |  | 7 |  |
diff --git a/content/projects/bunhd-emojis/index.md b/content/projects/bunhd-emojis/index.md index 75d4b3f..94278c1 100644 --- a/content/projects/bunhd-emojis/index.md +++ b/content/projects/bunhd-emojis/index.md | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | --- | 1 | --- |
| 2 | title: BunHD | 2 | title: BunHD |
| 3 | category: emj | 3 | category: emojis |
| 4 | preview: preview.png | 4 | preview: preview.png |
| 5 | --- | 5 | --- |
| 6 | 6 | ||
| 7 |  | 7 |  |
diff --git a/content/projects/index.md b/content/projects/index.md index 7316d55..1a33149 100644 --- a/content/projects/index.md +++ b/content/projects/index.md | |||
| @@ -1,12 +1,4 @@ | |||
| 1 | --- | 1 | --- |
| 2 | title: Projects | 2 | title: Projects |
| 3 | layout: categorized_list | 3 | layout: categorized_list |
| 4 | --- | 4 | --- |
| 5 | |||
| 6 | ## Web services | ||
| 7 | |||
| 8 | ::: {macro=refs} | ||
| 9 | - [Gopher + Gemini Proxy](//proxy.vulpes.one/) | ||
| 10 | - [IRC Web Client](//irc.vulpes.one/) | ||
| 11 | - [PeerTube Livestream Chat](//lsirc.vulpes.one/) | ||
| 12 | ::: | ||
