Update home.gmi with codeview

This commit is contained in:
Travis Shears 2025-10-07 23:28:50 +02:00
parent 3a601b2bdd
commit c010bb4cfb
2 changed files with 7 additions and 1 deletions

View file

@ -15,7 +15,7 @@ import (
* Allowing me to render code natively in gemini * Allowing me to render code natively in gemini
* *
* Features: * Features:
* - [ ] Individual file view with line numbers? * - [x] Individual file view with line numbers?
* - [ ] Dir view with links to files * - [ ] Dir view with links to files
* - [ ] Project root view with markdown to gemtxt conversion and file tree * - [ ] Project root view with markdown to gemtxt conversion and file tree
*/ */

View file

@ -30,12 +30,18 @@ So far I've joined the following communities here in gemspace:
## Site updates ## Site updates
== 2025.10.07 == == 2025.10.07 ==
Added Guestbook! Added Guestbook!
=> /guestbook Sign it now => /guestbook Sign it now
Also added codeview feature to enable viewing source code right here on my capsule.
=> /codeview/raw/personal-gemini-capsule/src/branch/main/internal/codeview/codeview.go Example
== 2025.10.06 == == 2025.10.06 ==
Added Gemlog! Added Gemlog!