index
:
mediocre-blog
main
Artisanally crafted HTTP and gemini platform
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gmi
/
tpl.go
Age
Commit message (
Expand
)
Author
2024-07-24
Got post exporting working
Brian Picciano
2024-05-26
Refactor how preprocess functions work a bit
Brian Picciano
2024-05-26
Replace URL building methods with the URLBuilder
Brian Picciano
2024-05-19
Get rid of most of preprocess funcs, only Image leftover for convenience
Brian Picciano
2024-05-18
Replace all URL rendering within templates by a URLConstructor
Brian Picciano
2024-05-18
Remove most rendering related querying from go http handlers
Brian Picciano
2024-05-18
Render posts completely using common rendering methods
Brian Picciano
2024-05-11
Move to dev.mediocregopher.com/mediocre-blog.git
Brian Picciano
2023-10-28
Fix go module path
Brian Picciano
2023-01-24
Add notice atop md->gmi translated pages
Brian Picciano
2023-01-24
Refactor URL construction a bit
Brian Picciano
2023-01-23
Add BlogHTTPURL preprocess function
Brian Picciano
2023-01-22
Final fleshing out of gemini content
Brian Picciano
2023-01-22
Implement gemini atom feed
Brian Picciano
2023-01-22
Allow url construction to work if blog is under a sub-path
Brian Picciano
2023-01-21
Add wtfpl.txt to gemini
Brian Picciano
2023-01-21
Fix StaticURL in gemini
Brian Picciano
2023-01-21
Add assets handler to gemini
Brian Picciano
2023-01-21
Convert markdow to gemtext in gmi server
Brian Picciano
2023-01-21
Implement preprocessing of post bodies for gemini
Brian Picciano
2023-01-21
Continue to polish up posts pages
Brian Picciano
2023-01-21
Initial implementation of post rendering over gmi
Brian Picciano