diff options
author | Volpeon <git@volpeon.ink> | 2021-12-31 11:44:29 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-12-31 11:44:29 +0100 |
commit | 7b83b4f8c98fa24642d27e0972486cedd6d838c5 (patch) | |
tree | b7cc505e3e675d58e9525529f57f8cf452b89dd2 /content/services | |
parent | Fix lightbox (diff) | |
download | volpeon.ink-7b83b4f8c98fa24642d27e0972486cedd6d838c5.tar.gz volpeon.ink-7b83b4f8c98fa24642d27e0972486cedd6d838c5.tar.bz2 volpeon.ink-7b83b4f8c98fa24642d27e0972486cedd6d838c5.zip |
Add services list
Diffstat (limited to 'content/services')
-rw-r--r-- | content/services/index.md | 6 | ||||
-rw-r--r-- | content/services/lsirc.md | 6 | ||||
-rw-r--r-- | content/services/plthemes.md | 6 | ||||
-rw-r--r-- | content/services/proxy.md | 6 | ||||
-rw-r--r-- | content/services/thelounge.md | 6 |
5 files changed, 30 insertions, 0 deletions
diff --git a/content/services/index.md b/content/services/index.md new file mode 100644 index 0000000..1aa41a6 --- /dev/null +++ b/content/services/index.md | |||
@@ -0,0 +1,6 @@ | |||
1 | --- | ||
2 | title: Services | ||
3 | position: 3 | ||
4 | list_layout: grid | ||
5 | list_post_icon: arrow-up-right | ||
6 | --- | ||
diff --git a/content/services/lsirc.md b/content/services/lsirc.md new file mode 100644 index 0000000..493e4b4 --- /dev/null +++ b/content/services/lsirc.md | |||
@@ -0,0 +1,6 @@ | |||
1 | --- | ||
2 | title: IRC Integration | ||
3 | subtitle: lsirc.vulpes.one | ||
4 | icon: messages | ||
5 | url: https://lsirc.vulpes.one/ | ||
6 | --- | ||
diff --git a/content/services/plthemes.md b/content/services/plthemes.md new file mode 100644 index 0000000..33cb8cc --- /dev/null +++ b/content/services/plthemes.md | |||
@@ -0,0 +1,6 @@ | |||
1 | --- | ||
2 | title: Pleroma Themes Repo | ||
3 | subtitle: plthemes.vulpes.one | ||
4 | icon: image | ||
5 | url: https://plthemes.vulpes.one/ | ||
6 | --- | ||
diff --git a/content/services/proxy.md b/content/services/proxy.md new file mode 100644 index 0000000..0cd41dd --- /dev/null +++ b/content/services/proxy.md | |||
@@ -0,0 +1,6 @@ | |||
1 | --- | ||
2 | title: Gemini + Gopher Proxy | ||
3 | subtitle: proxy.vulpes.one | ||
4 | icon: globe | ||
5 | url: https://proxy.vulpes.one/ | ||
6 | --- | ||
diff --git a/content/services/thelounge.md b/content/services/thelounge.md new file mode 100644 index 0000000..5f732c2 --- /dev/null +++ b/content/services/thelounge.md | |||
@@ -0,0 +1,6 @@ | |||
1 | --- | ||
2 | title: IRC Web Client | ||
3 | subtitle: irc.vulpes.one | ||
4 | icon: messages | ||
5 | url: https://irc.vulpes.one/ | ||
6 | --- | ||