diff options
| author | Fuwn <[email protected]> | 2024-06-23 19:17:52 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-23 19:17:52 -0700 |
| commit | 1ad2d662b0f62b7593b6bd623e32eadb0339ce09 (patch) | |
| tree | 941e5882c3825d5d9d946c85731666db557a174f /content/blogs | |
| parent | feat(footer): add gopherhole link (diff) | |
| download | locus-1ad2d662b0f62b7593b6bd623e32eadb0339ce09.tar.xz locus-1ad2d662b0f62b7593b6bd623e32eadb0339ce09.zip | |
refactor(blogs): shift content
Diffstat (limited to 'content/blogs')
| -rw-r--r-- | content/blogs/projects/GemRest.gmi | 66 | ||||
| -rw-r--r-- | content/blogs/projects/blog.json | 11 | ||||
| -rw-r--r-- | content/blogs/technology/Forth.gmi (renamed from content/blogs/programming_languages/Forth.gmi) | 0 | ||||
| -rw-r--r-- | content/blogs/technology/Go.gmi (renamed from content/blogs/programming_languages/Go.gmi) | 0 | ||||
| -rw-r--r-- | content/blogs/technology/OCaml.gmi (renamed from content/blogs/programming_languages/OCaml.gmi) | 0 | ||||
| -rw-r--r-- | content/blogs/technology/Rust.gmi (renamed from content/blogs/programming_languages/Rust.gmi) | 0 | ||||
| -rw-r--r-- | content/blogs/technology/blog.json (renamed from content/blogs/programming_languages/blog.json) | 2 |
7 files changed, 1 insertions, 78 deletions
diff --git a/content/blogs/projects/GemRest.gmi b/content/blogs/projects/GemRest.gmi deleted file mode 100644 index ef14bf0..0000000 --- a/content/blogs/projects/GemRest.gmi +++ /dev/null @@ -1,66 +0,0 @@ -=> https://github.com/gemrest GitHub -=> https://gem.rest/ Website -=> gemini://gem.rest/ Gemini Capsule - -## Germ - -The Ultimate Gemini Toolkit. - -Germ is a toolkit for the Gemini protocol which aims to have a little something for everyone. At the moment, Germ has ZERO dependencies (unless you use the request feature), and Germ will continue to try its hardest to have as few dependencies as possible. - -=> https://github.com/gemrest/germ GitHub - -## September - -A simple and efficient Gemini-to-HTTP proxy written in Rust. - -=> https://github.com/gemrest/september GitHub -=> https://fuwn.me/ Demo - -## Windmark - -Windmark is an elegant and highly performant, async Gemini server framework for the modern age! - -=> https://github.com/gemrest/windmark GitHub -=> https://fuwn.me/ Demo (Website) -=> gemini://fuwn.me/ Demo (Gemini Capsule) - -## Laurali - -An object-oriented Gemini server for Deno! - -* Super simple -* Object-oriented -* Decorators! -* Fun! - -=> https://github.com/gemrest/laurali GitHub - -## Maple - -A very simple static Gemini server, now with Titan support! - -=> https://github.com/gemrest/maple GitHub -=> https://gem.rest/ Demo (Website) -=> gemini://gem.rest/ Demo (Gemini Capsule) - -## Windmark Comments - -A comment engine module for Windmark. - -=> https://github.com/gemrest/windmark-comments GitHub - -## Capybara - -Capybara is an HTTP to Gemini proxy designed to ... proxy ... Gemini capsules over to HTTP. - -Capybara is no longer in active development! It is advised to switch over to September! - -=> https://github.com/gemrest/capybara GitHub -=> https://github.com/gemrest/september September - -## viv - -toy gemini client in ansi c (now sorta c99) - -=> https://github.com/gemrest/viv GitHub
\ No newline at end of file diff --git a/content/blogs/projects/blog.json b/content/blogs/projects/blog.json deleted file mode 100644 index d10d3c6..0000000 --- a/content/blogs/projects/blog.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Detail and Resources for a Select Few of Fuwn's Projects", - "posts": { - "GemRest": { - "description": "Simple solutions designed for the Gemini protocol", - "author": "Fuwn", - "created": "2022. 06. 11.", - "last_modified": "2022. 06. 11." - } - } -} diff --git a/content/blogs/programming_languages/Forth.gmi b/content/blogs/technology/Forth.gmi index 788b5dc..788b5dc 100644 --- a/content/blogs/programming_languages/Forth.gmi +++ b/content/blogs/technology/Forth.gmi diff --git a/content/blogs/programming_languages/Go.gmi b/content/blogs/technology/Go.gmi index ed584b4..ed584b4 100644 --- a/content/blogs/programming_languages/Go.gmi +++ b/content/blogs/technology/Go.gmi diff --git a/content/blogs/programming_languages/OCaml.gmi b/content/blogs/technology/OCaml.gmi index 15c6ce7..15c6ce7 100644 --- a/content/blogs/programming_languages/OCaml.gmi +++ b/content/blogs/technology/OCaml.gmi diff --git a/content/blogs/programming_languages/Rust.gmi b/content/blogs/technology/Rust.gmi index 32b798f..32b798f 100644 --- a/content/blogs/programming_languages/Rust.gmi +++ b/content/blogs/technology/Rust.gmi diff --git a/content/blogs/programming_languages/blog.json b/content/blogs/technology/blog.json index 4c72d14..efbfcfe 100644 --- a/content/blogs/programming_languages/blog.json +++ b/content/blogs/technology/blog.json @@ -1,5 +1,5 @@ { - "description": "Thoughts and Resources of the Programming Languages Fuwn Actively Uses and Has Used", + "description": "Thoughts and Resources of the Programming Languages and Technologies I Actively Use and Have Used", "posts": { "Go": { "author": "Fuwn", |