diff options
| -rw-r--r-- | content/pages/blog/programming_languages/Forth.gmi | 4 | ||||
| -rw-r--r-- | content/pages/blog/programming_languages/Go.gmi (renamed from content/pages/blog/programming_languages/Golang.gmi) | 12 | ||||
| -rw-r--r-- | content/pages/blog/programming_languages/OCaml.gmi | 4 | ||||
| -rw-r--r-- | content/pages/blog/programming_languages/Rust.gmi | 4 | ||||
| -rw-r--r-- | content/pages/contact.gmi | 2 | ||||
| -rw-r--r-- | content/pages/donate.gmi | 2 | ||||
| -rw-r--r-- | content/pages/gemini.gmi | 18 | ||||
| -rw-r--r-- | content/pages/gopher.gmi | 8 | ||||
| -rw-r--r-- | content/pages/index.gmi | 2 | ||||
| -rw-r--r-- | content/pages/interests.gmi | 6 | ||||
| -rw-r--r-- | content/pages/licensing.gmi | 6 | ||||
| -rw-r--r-- | content/pages/not_found.gmi | 4 | ||||
| -rw-r--r-- | content/pages/skills.gmi | 6 | ||||
| -rw-r--r-- | content/templates/partials/footer.hbs | 4 |
14 files changed, 41 insertions, 41 deletions
diff --git a/content/pages/blog/programming_languages/Forth.gmi b/content/pages/blog/programming_languages/Forth.gmi index 4f41e0f..88a5b3b 100644 --- a/content/pages/blog/programming_languages/Forth.gmi +++ b/content/pages/blog/programming_languages/Forth.gmi @@ -1,10 +1,10 @@ -# FORTH +# Forth Author: Fuwn Created: 2022. 04. 21. Last Modified: 2022. 04. 21. -## RESOURCES +## Resources => http://www.forth.org/ Forth Interest Group Home Page => https://forth-standard.org/ Forth diff --git a/content/pages/blog/programming_languages/Golang.gmi b/content/pages/blog/programming_languages/Go.gmi index dac7f8c..dd319a7 100644 --- a/content/pages/blog/programming_languages/Golang.gmi +++ b/content/pages/blog/programming_languages/Go.gmi @@ -1,4 +1,4 @@ -# GOLANG +# Go Author: Fuwn Created: 2021. 07. 19. @@ -8,7 +8,7 @@ Golang... Go is quite a funny language to me. I have a hard time taking it serio Other than the weird chills I get whilst working with it (I just had to get that off my back, for the record), I think Go is a pretty nifty language. Go has the "I can do anything! just not very well..." [0] feeling to it, and it is very much true! I don't write software in Go because it "fast!" or "great on memory!", I write software in Go because it "fast! ...", "to write in!". -> [0] Having the aformentioned quality to it is not particularly a bad thing, I think it actually benefits Go! +> [0] Having the aforementioned quality to it is not particularly a bad thing, I think it actually benefits Go! Now, allow me to list some pros and cons that I have to say about Golang with some things to note while reading: @@ -18,7 +18,7 @@ These are ... * my opinions! * things that aren't explicitly advertised -## PROS +## Pros Reasons for anyone to learn or to use Go! @@ -27,7 +27,7 @@ Reasons for anyone to learn or to use Go! * Quite easy to pick up (having had prior experience with C-like programming languages) * Can do just about anything! -## CONS +## Cons Nitpicks, not deal-breakers! @@ -37,7 +37,7 @@ Nitpicks, not deal-breakers! One thing you might see a lot when there is talk about Go is the claim that Go hasn't "found it's niche" or "it has no real purpose". To that I say; Go's niche is it's simplicity, it's ability to introduce someone into the compiled language space, and to develop software with speed. -## WHO WOULD I RECOMMEND GO TO? +## Who Would I Recommend Go To? People who... @@ -46,7 +46,7 @@ People who... and dare I say it... anyone! -## RESOURCES +## Resources => https://golang.org/ golang.org => https://interpreterbook.com/ Writing An Interpreter In Go by Thorsten Ball diff --git a/content/pages/blog/programming_languages/OCaml.gmi b/content/pages/blog/programming_languages/OCaml.gmi index 7436cdd..1b72d82 100644 --- a/content/pages/blog/programming_languages/OCaml.gmi +++ b/content/pages/blog/programming_languages/OCaml.gmi @@ -1,10 +1,10 @@ -# OCAML +# OCaml Author: Fuwn Created: 2021. 07. 23. Last Modified: 2021. 07. 23. -## RESOURCES +## Resources => https://www2.lib.uchicago.edu/keith/ocaml-class/why.html OCaml for the Skeptical => https://softwareengineering.stackexchange.com/questions/62685/why-isnt-ocaml-more-popular Why isn't OCaml more popular?
\ No newline at end of file diff --git a/content/pages/blog/programming_languages/Rust.gmi b/content/pages/blog/programming_languages/Rust.gmi index c8550d7..f996660 100644 --- a/content/pages/blog/programming_languages/Rust.gmi +++ b/content/pages/blog/programming_languages/Rust.gmi @@ -1,9 +1,9 @@ -# RUST +# Rust Author: Fuwn Created: 2021. 07. 23. Last Modified: 2021. 07. 23. -## RESOURCES +## Resources => https://ceronman.com/2021/07/22/my-experience-crafting-an-interpreter-with-rust/ My experience crafting an interpreter with Rust
\ No newline at end of file diff --git a/content/pages/contact.gmi b/content/pages/contact.gmi index 1de103b..4d95a98 100644 --- a/content/pages/contact.gmi +++ b/content/pages/contact.gmi @@ -1,4 +1,4 @@ -# CONTACT +# Contact => https://github.com/Fuwn GitHub => https://gitlab.com/Fuwn GitLab diff --git a/content/pages/donate.gmi b/content/pages/donate.gmi index 43d6eb9..dc4dce1 100644 --- a/content/pages/donate.gmi +++ b/content/pages/donate.gmi @@ -1,4 +1,4 @@ -# DONATE +# Donate * Bitcoin: bc1qpcyqn63d8uz8q6msna9789sc5sstvp2rew5dgw * Monero: 43QPcYCm6BFfufsmN9RrXvM6bcdj3nDZc2stkDbSNpwgf3XQpqrSpadVosB3qtTAyg1T2NUSJ5E2miadhorH53pKF274wUB diff --git a/content/pages/gemini.gmi b/content/pages/gemini.gmi index c99adaa..eaa3d76 100644 --- a/content/pages/gemini.gmi +++ b/content/pages/gemini.gmi @@ -1,6 +1,6 @@ -# GEMINI +# Gemini -## WHY GEMINI? +## Why Gemini? I have decided to move my personal websites -- and some other projects -- over to the Gemini protocol for a number of reasons (in no specific order): @@ -10,15 +10,15 @@ I have decided to move my personal websites -- and some other projects -- over t * The community: From the short experience I have had with the Gemini community, it has been awesome! I love to see the motivation and movement behind this project, it's really inspiring! * The development-sphere -## RESOURCES +## Resources -### UTILITIES +### Utilities GemRest: A development studio focused on delivering high performance, Gemini-situated utilities. Run by Fuwn (me)! => gemini://gem.rest GemRest -### CLIENTS +### Clients Lagrange: An amazing desktop GUI client for Gemini and Gopher that is just amazing. My #1 client of choice. @@ -36,7 +36,7 @@ Elaho: An elegant IOS Gemini client which I personally use. => gemini://elaho.glv.one -### PROXIES +### Proxies September: A high performance Gemini-to-HTTP proxy written in Rust, focused on accessibility and speed. @@ -57,7 +57,7 @@ Alternatively, you can also use Capybara's (the Gemini-to-HTTP proxy I use for t Just replace the "fuwn.me" after "proxy/" with whatever Gemini capsule you would like to visit, but be warned; it is not as sophisticated as the aforementioned proxies above, but it gets the job done! -### FRAMEWORKS & SERVERS +### Frameworks and Servers Windmark: An elegant and highly performant async Gemini server framework, written by me! (Fuwn) @@ -73,13 +73,13 @@ Agate: A static Gemini server written in Rust! I'd recommend this to just about => gemini://gem.limpet.net/agate Agate -### WINDMARK MODULES +### Windmark Modules Windmark Comments: A comment engine module for Windmark => https://github.com/gemrest/windmark-comments Windmark Comments -### CAPSULES +### Capsules => gemini://gemini.circumlunar.space Project Gemini => gemini://medusae.space medusae.space gemini directory diff --git a/content/pages/gopher.gmi b/content/pages/gopher.gmi index 7d6113b..53ad48d 100644 --- a/content/pages/gopher.gmi +++ b/content/pages/gopher.gmi @@ -1,8 +1,8 @@ -# GOPHER +# Gopher -## RESOURCES +## Resources -### CLIENTS +### Clients phetch: Similar to Amfora over at Gemini in the aspect that it is a feature-rich and easy-to-use CLI client, once again, my client of choice. @@ -12,7 +12,7 @@ Gopher: A straightforward Gopher client for IOS. => gopher://forthworks.com/1/iOS/gopher -### GOPHERHOLES +### Gopherholes => gopher://bitreich.org/1/lawn The Gopher Lawn => gopher://gopherpedia.com Gopherpedia diff --git a/content/pages/index.gmi b/content/pages/index.gmi index 2462722..c65ecd4 100644 --- a/content/pages/index.gmi +++ b/content/pages/index.gmi @@ -14,7 +14,7 @@ Both the Gemini and World Wide Web versions of this Gemini capsule have a focus You can read more about the Gemini protocol below. -## PROJECT GEMINI +## Project Gemini What is Gemini? You can find a few bullet-points along with documentation and information diff --git a/content/pages/interests.gmi b/content/pages/interests.gmi index 75cb353..3d94590 100644 --- a/content/pages/interests.gmi +++ b/content/pages/interests.gmi @@ -1,8 +1,8 @@ -# INTERESTS +# Interests A collection of somethings that I think are pretty neat and am considering picking up sometime in the future. -## PROGRAMMING LANGUAGES +## Programming Languages => https://www.angelcode.com/angelscript/ AngelScript => https://github.com/Hirrolot/metalang99 Metalang99 @@ -24,7 +24,7 @@ A collection of somethings that I think are pretty neat and am considering picki => https://dlang.org/ D => https://vlang.io/ V -## FRAMEWORKS +## Frameworks => https://flutter.dev/ Flutter => https://svelte.dev/ Svelte diff --git a/content/pages/licensing.gmi b/content/pages/licensing.gmi index f681f89..989a9dd 100644 --- a/content/pages/licensing.gmi +++ b/content/pages/licensing.gmi @@ -1,4 +1,4 @@ -# LICENSING +# Licensing Unless otherwise noted: @@ -6,13 +6,13 @@ Unless otherwise noted: * Code: CC0 * Photos: GNU General Public License v3.0 -## LICENSES +## Licenses => https://creativecommons.org/licenses/by-sa/4.0/ Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) => https://creativecommons.org/share-your-work/public-domain/cc0 CC0 => https://www.gnu.org/licenses/gpl-3.0.en.html GNU General Public License v3.0 -## NOTICES +## Notices These licensing terms only apply to the content found in Gemini responses produced by this capsule. The source code of this Gemini capsule is licensed with The GNU General Public License v3.0. diff --git a/content/pages/not_found.gmi b/content/pages/not_found.gmi index dd49837..0dd2d36 100644 --- a/content/pages/not_found.gmi +++ b/content/pages/not_found.gmi @@ -1,9 +1,9 @@ -# ERROR 404 +# Error 404 The requested resource could not be found. > How did you get here? -## TROUBLESHOOTING +## Troubleshooting You can try refreshing the page, if that doesn't change anything; contact Fuwn!
\ No newline at end of file diff --git a/content/pages/skills.gmi b/content/pages/skills.gmi index 54a1702..4710a32 100644 --- a/content/pages/skills.gmi +++ b/content/pages/skills.gmi @@ -1,6 +1,6 @@ -# SKILLS +# Skills -## TECH STACK MASTERY +## Tack Stack Mastery * C * C++ @@ -12,7 +12,7 @@ * Rust: Serenity, Rocket, Actix, Tokio * PHP: FluxBB, MyBB -## TOOLS, ACCESSORIES +## Tools and Accessories * Document Preparation: Markdown, Pandoc, LaTeX, ReST, Microsoft Word, LibreOffice Writer * Build Tools: CMake, GNU Make, Divina, Cargo, Ninja diff --git a/content/templates/partials/footer.hbs b/content/templates/partials/footer.hbs index 8db8fce..a4277bd 100644 --- a/content/templates/partials/footer.hbs +++ b/content/templates/partials/footer.hbs @@ -1,4 +1,4 @@ -## QUICK LINKS +## Quick Links => / Home => /skills Skills @@ -12,7 +12,7 @@ => /search Search => /sitemap Sitemap -## FOOTER +## Footer > {{{ quote }}} |