diff options
| -rw-r--r-- | content/blogs/technology/Gemini.gmi (renamed from content/static/gemini.gmi) | 0 | ||||
| -rw-r--r-- | content/blogs/technology/Gopher.gmi (renamed from content/static/gopher.gmi) | 2 | ||||
| -rw-r--r-- | content/blogs/technology/Tor.gmi (renamed from content/static/tor.gmi) | 2 | ||||
| -rw-r--r-- | content/static/readability.gmi | 2 | ||||
| -rw-r--r-- | content/static/useful.gmi | 4 | ||||
| -rw-r--r-- | src/modules/static.rs | 3 |
6 files changed, 5 insertions, 8 deletions
diff --git a/content/static/gemini.gmi b/content/blogs/technology/Gemini.gmi index 938d4a0..938d4a0 100644 --- a/content/static/gemini.gmi +++ b/content/blogs/technology/Gemini.gmi diff --git a/content/static/gopher.gmi b/content/blogs/technology/Gopher.gmi index 4dedfaf..9a13d75 100644 --- a/content/static/gopher.gmi +++ b/content/blogs/technology/Gopher.gmi @@ -20,4 +20,4 @@ Gopher: A straightforward Gopher client for IOS => gopher://forthworks.com/1/ ForthWorks => gopher://sdf.org/1/ SDF => gopher://hngopher.com/1/ Hacker News -=> gopher://kamalatta.ddnss.de Plan 9 (9front) from Gopherspace +=> gopher://kamalatta.ddnss.de Plan 9 (9front) from Gopherspace
\ No newline at end of file diff --git a/content/static/tor.gmi b/content/blogs/technology/Tor.gmi index 5181ba1..b965e95 100644 --- a/content/static/tor.gmi +++ b/content/blogs/technology/Tor.gmi @@ -32,4 +32,4 @@ If you'd like to visit this site (Gemini not available) over Tor, visit: If you'd like direct links to more onion sites, please visit the following page: -=> https://hiddenwikis.com/ Hidden Wiki and Dark Web Links +=> https://hiddenwikis.com/ Hidden Wiki and Dark Web Links
\ No newline at end of file diff --git a/content/static/readability.gmi b/content/static/readability.gmi index f70b3c6..123bb4b 100644 --- a/content/static/readability.gmi +++ b/content/static/readability.gmi @@ -20,4 +20,4 @@ What is Gemini? You can find a few bullet-points along with documentation and in You can also read more into Gemini -=> /gemini here, on this Gemini capsule. +=> /blog/technology/gemini here, on this Gemini capsule. diff --git a/content/static/useful.gmi b/content/static/useful.gmi index 6731250..b2402ed 100644 --- a/content/static/useful.gmi +++ b/content/static/useful.gmi @@ -3,5 +3,5 @@ These are few links that don't make the cut for the "quick links" anymore. => /interests Interests -=> /gemini Gemini -=> /gopher Gopher
\ No newline at end of file +=> /blog/technology/gemini Gemini +=> /blog/technology/gemini Gopher
\ No newline at end of file diff --git a/src/modules/static.rs b/src/modules/static.rs index 86ea9f4..66e5b60 100644 --- a/src/modules/static.rs +++ b/src/modules/static.rs @@ -45,12 +45,9 @@ pub fn module(router: &mut windmark::router::Router) { router, ("/", "This Gemini capsule's homepage", "index"), ("/index2", "This Gemini capsule's homepage continued", "index2"), - ("/gemini", "Information and resources for the Gemini protocol", "gemini"), - ("/gopher", "Information and resources for the Gopher protocol", "gopher"), // ("/licensing", "The licensing terms of this Gemini capsule", // "licensing"), ("/readability", "The readability disclosure", "readability"), - ("/tor", "Information and resources for The Tor Project", "tor"), // ( // "/stocks/telegram", // "Stock Market Related Telegram Groups", |