diff options
author | Volpeon <git@volpeon.ink> | 2021-05-10 16:41:05 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-05-10 16:41:05 +0200 |
commit | a48d05d1d5fcff414359c8ba6cc8f38467aebdeb (patch) | |
tree | 3542bf116c910a1bb42b40d8531f60c2c2498b08 /content/projects | |
parent | Update (diff) | |
download | volpeon.ink-a48d05d1d5fcff414359c8ba6cc8f38467aebdeb.tar.gz volpeon.ink-a48d05d1d5fcff414359c8ba6cc8f38467aebdeb.tar.bz2 volpeon.ink-a48d05d1d5fcff414359c8ba6cc8f38467aebdeb.zip |
Refactoring to fully take advantage of Make
Diffstat (limited to 'content/projects')
-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 |
3 files changed, 7 insertions, 15 deletions
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 | ![](screenshot.png) | 7 | ![](screenshot.png) |
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 | ![](screenshot.png) | 7 | ![](screenshot.png) |
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 | ::: | ||