update homepage with dir codeview links

This commit is contained in:
Travis Shears 2025-10-15 19:06:24 +02:00
parent 5c669f241f
commit 8c28d2ee0c
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
3 changed files with 13 additions and 3 deletions

View file

@ -35,6 +35,14 @@ What I'm currently working on:
## Site updates ## Site updates
=> /codeview/raw/personal-gemini-capsule/src/branch/main/tasks.txt My current TODOs for this capsule can be in my tasks.txt
== 2025.15.07 ==
Added directory listing to codeview.
=> /codeview/dir?repo=personal-gemini-capsule&filepath=/internal Example
== 2025.11.07 == == 2025.11.07 ==
Added request counter. Scroll to bottom of this page to check it out. Added request counter. Scroll to bottom of this page to check it out.

View file

@ -19,7 +19,7 @@ import (
* Features: * Features:
* - [x] Individual file view with line numbers? * - [x] Individual file view with line numbers?
* - [x] Dir view with links to files * - [x] Dir view with links to files
* - [ ] Project root view with markdown to gemtxt conversion and file tree * - [x] Project root view with markdown to gemtxt conversion and file tree
*/ */
func HandleRequest(w gemini.ResponseWriter, req *gemini.Request) { func HandleRequest(w gemini.ResponseWriter, req *gemini.Request) {

View file

@ -1,6 +1,8 @@
task: implement dir codeview pages task: rework the micro-blog to be more like station
task: implement codbase root codeview pages task: add mastodon and bluysky to microblog
-----------DONE LINE----------- -----------DONE LINE-----------
DONE task: implement dir codeview pages
DONE task: implement codbase root codeview pages
DONE task: add hexidecimal numbering to gemlog DONE task: add hexidecimal numbering to gemlog
DONE task: add request counter DONE task: add request counter
DONE task: embed static pages DONE task: embed static pages