diff options
author | Volpeon <git@volpeon.ink> | 2021-01-21 21:31:21 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-01-21 21:31:21 +0100 |
commit | 1cc072bb0bca2e2a5e88ba05ee9b3ec39ea7eefc (patch) | |
tree | 1bccea4922f090ce120e83fe75f78010f7e08f05 /content | |
parent | Compile drafts in watch/serve mode (diff) | |
download | volpeon.ink-1cc072bb0bca2e2a5e88ba05ee9b3ec39ea7eefc.tar.gz volpeon.ink-1cc072bb0bca2e2a5e88ba05ee9b3ec39ea7eefc.tar.bz2 volpeon.ink-1cc072bb0bca2e2a5e88ba05ee9b3ec39ea7eefc.zip |
Replace blogs with notebooks (i.e. no dates, grouped by category)
Diffstat (limited to 'content')
-rw-r--r-- | content/blog/index.md | 5 | ||||
-rw-r--r-- | content/index.md | 4 | ||||
-rw-r--r-- | content/notebook/index.md | 5 | ||||
-rw-r--r-- | content/pers_notebook/index.md | 5 | ||||
-rw-r--r-- | content/pers_notebook/infinite-skyscrapers.md (renamed from content/personal_blog/2021-01-09-infinite-skyscrapers.md) | 0 | ||||
-rw-r--r-- | content/personal_blog/index.md | 5 |
6 files changed, 14 insertions, 10 deletions
diff --git a/content/blog/index.md b/content/blog/index.md deleted file mode 100644 index 6668eba..0000000 --- a/content/blog/index.md +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | --- | ||
2 | title: Blog | ||
3 | layout: dated_list | ||
4 | create_feed: true | ||
5 | --- | ||
diff --git a/content/index.md b/content/index.md index 169a791..ebd3ff4 100644 --- a/content/index.md +++ b/content/index.md | |||
@@ -14,5 +14,9 @@ Here's a complete list of my profiles on other platforms: | |||
14 | - **Email:** me@volpeon.ink | 14 | - **Email:** me@volpeon.ink |
15 | - **Fediverse:** @volpeon@fedi.vulpes.one | 15 | - **Fediverse:** @volpeon@fedi.vulpes.one |
16 | - **GitHub:** [volpeon](https://github.com/volpeon) | 16 | - **GitHub:** [volpeon](https://github.com/volpeon) |
17 | - **IRC - Furnet:** volpeon | ||
18 | - **IRC - Freenode:** volpeon | ||
19 | - **Steam:** [volpeon](https://steamcommunity.com/id/volpeon/) | ||
20 | - **XMPP:** <available> | ||
17 | 21 | ||
18 | If you see someone with my username, you'll know it's me if their profile is listed here. I'll make sure to keep this list up-to-date. | 22 | If you see someone with my username, you'll know it's me if their profile is listed here. I'll make sure to keep this list up-to-date. |
diff --git a/content/notebook/index.md b/content/notebook/index.md new file mode 100644 index 0000000..1175625 --- /dev/null +++ b/content/notebook/index.md | |||
@@ -0,0 +1,5 @@ | |||
1 | --- | ||
2 | title: Notebook | ||
3 | layout: categorized_list | ||
4 | create_feed: true | ||
5 | --- | ||
diff --git a/content/pers_notebook/index.md b/content/pers_notebook/index.md new file mode 100644 index 0000000..235ae57 --- /dev/null +++ b/content/pers_notebook/index.md | |||
@@ -0,0 +1,5 @@ | |||
1 | --- | ||
2 | title: Personal Notebook | ||
3 | layout: categorized_list | ||
4 | create_feed: true | ||
5 | --- | ||
diff --git a/content/personal_blog/2021-01-09-infinite-skyscrapers.md b/content/pers_notebook/infinite-skyscrapers.md index 909ecce..909ecce 100644 --- a/content/personal_blog/2021-01-09-infinite-skyscrapers.md +++ b/content/pers_notebook/infinite-skyscrapers.md | |||
diff --git a/content/personal_blog/index.md b/content/personal_blog/index.md deleted file mode 100644 index 8f4484b..0000000 --- a/content/personal_blog/index.md +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | --- | ||
2 | title: Personal Blog | ||
3 | layout: dated_list | ||
4 | create_feed: true | ||
5 | --- | ||