diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/fediring/index.md | 7 | ||||
-rw-r--r-- | content/fediring/next.md | 6 | ||||
-rw-r--r-- | content/fediring/prev.md | 6 | ||||
-rw-r--r-- | content/symbols.svg | 4 |
4 files changed, 23 insertions, 0 deletions
diff --git a/content/fediring/index.md b/content/fediring/index.md new file mode 100644 index 0000000..1072bb7 --- /dev/null +++ b/content/fediring/index.md | |||
@@ -0,0 +1,7 @@ | |||
1 | --- | ||
2 | title: Fediring | ||
3 | position: 100 | ||
4 | list_layout: grid | ||
5 | --- | ||
6 | |||
7 | [Fediring](https://fediring.net/) is a modern day external [webring](https://en.wikipedia.org/wiki/Webring) that lets you explore other fediverse users' personal websites. | ||
diff --git a/content/fediring/next.md b/content/fediring/next.md new file mode 100644 index 0000000..e254517 --- /dev/null +++ b/content/fediring/next.md | |||
@@ -0,0 +1,6 @@ | |||
1 | --- | ||
2 | title: Next website | ||
3 | position: 2 | ||
4 | post_icon: arrow-right | ||
5 | url: https://fediring.net/next?host=volpeon.ink | ||
6 | --- | ||
diff --git a/content/fediring/prev.md b/content/fediring/prev.md new file mode 100644 index 0000000..e4877b1 --- /dev/null +++ b/content/fediring/prev.md | |||
@@ -0,0 +1,6 @@ | |||
1 | --- | ||
2 | title: Previous website | ||
3 | position: 1 | ||
4 | icon: arrow-left | ||
5 | url: https://fediring.net/previous?host=volpeon.ink | ||
6 | --- | ||
diff --git a/content/symbols.svg b/content/symbols.svg index ab2e7eb..df6ddd9 100644 --- a/content/symbols.svg +++ b/content/symbols.svg | |||
@@ -8,6 +8,10 @@ | |||
8 | 8 | ||
9 | <symbol id="icon-blank" viewBox="0 0 16 16" preserveAspectRatio="xMinYMid"></symbol> | 9 | <symbol id="icon-blank" viewBox="0 0 16 16" preserveAspectRatio="xMinYMid"></symbol> |
10 | 10 | ||
11 | <symbol id="icon-arrow-left" viewBox="0 0 16 16" preserveAspectRatio="xMinYMid"> | ||
12 | <path d="m7.25 3.75-4.5 4.5 4.5 4.5m-4.5-4.5h10.5" fill="none" stroke="currentColor" /> | ||
13 | </symbol> | ||
14 | |||
11 | <symbol id="icon-arrow-right" viewBox="0 0 16 16" preserveAspectRatio="xMinYMid"> | 15 | <symbol id="icon-arrow-right" viewBox="0 0 16 16" preserveAspectRatio="xMinYMid"> |
12 | <path d="m8.75 3.75 4.5 4.5-4.5 4.5m-6-4.5h10.5" fill="none" stroke="currentColor" /> | 16 | <path d="m8.75 3.75 4.5 4.5-4.5 4.5m-6-4.5h10.5" fill="none" stroke="currentColor" /> |
13 | </symbol> | 17 | </symbol> |