From 1ea4817cb2761df4281d046fcdd06f83a127940f Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 15 Dec 2021 12:20:15 +0100 Subject: Add more services --- content/services/fiche.md | 2 ++ content/services/nitter.md | 5 +++++ content/services/searx.md | 8 ++++++++ content/services/teddit.md | 5 +++++ layouts/services/list.html | 12 ++++++++++++ layouts/services/single.html | 15 +++++++++++++++ 6 files changed, 47 insertions(+) create mode 100644 content/services/nitter.md create mode 100644 content/services/searx.md create mode 100644 content/services/teddit.md create mode 100644 layouts/services/list.html create mode 100644 layouts/services/single.html diff --git a/content/services/fiche.md b/content/services/fiche.md index 64b9c43..d097014 100644 --- a/content/services/fiche.md +++ b/content/services/fiche.md @@ -1,5 +1,7 @@ --- title: Fiche +location: https://p.tyil.nl +upstream: https://github.com/solusipse/fiche --- Fiche is used for hosting pastes, which can then be accessed over HTTP at diff --git a/content/services/nitter.md b/content/services/nitter.md new file mode 100644 index 0000000..483fd7e --- /dev/null +++ b/content/services/nitter.md @@ -0,0 +1,5 @@ +--- +title: Nitter +location: https://twitter.alt.tyil.nl +upstream: https://github.com/zedeus/nitter +--- diff --git a/content/services/searx.md b/content/services/searx.md new file mode 100644 index 0000000..1460f19 --- /dev/null +++ b/content/services/searx.md @@ -0,0 +1,8 @@ +--- +title: Searx +location: https://searx.tyil.nl +upstream: https://github.com/searx/searx +--- + +Searx is a free internet metasearch engine which aggregates results from more +than 70 search services. Users are neither tracked nor profiled. diff --git a/content/services/teddit.md b/content/services/teddit.md new file mode 100644 index 0000000..1bf4a7e --- /dev/null +++ b/content/services/teddit.md @@ -0,0 +1,5 @@ +--- +title: Teddit +location: https://reddit.alt.tyil.nl +upstream: https://github.com/teddit-net/teddit +--- diff --git a/layouts/services/list.html b/layouts/services/list.html new file mode 100644 index 0000000..94c750b --- /dev/null +++ b/layouts/services/list.html @@ -0,0 +1,12 @@ +{{ define "main" }} +

{{ .Title }}

+{{ .Content }} + +{{ end }} diff --git a/layouts/services/single.html b/layouts/services/single.html new file mode 100644 index 0000000..9f2354b --- /dev/null +++ b/layouts/services/single.html @@ -0,0 +1,15 @@ +{{ define "main" }} +
+
+

{{ .Title }}

+
+
+ + + {{ .Content }} +
+
+{{ end }} -- cgit v1.1