index
:
go-website
dev
example
master
Simple Markdown based website in Go
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
server
/
handlers.go
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-25
Fix bug with md and json handlers not getting correct path
HEAD
master
Mitchell Riedstra
1
-2
/
+2
2023-01-07
Add an internal caching option. It performs quite well.
v0.0.22
Mitchell Riedstra
1
-29
/
+30
2023-01-06
Refactor routing and handlers
Mitchell Riedstra
1
-90
/
+95
2022-12-03
Add a couple handlers to serve up JSON and markdown
Mitchell Riedstra
1
-0
/
+47
2022-09-17
More work on the editor and update the example site to utilize it.
v0.0.18
Mitchell Riedstra
1
-2
/
+21
2022-06-19
0.0.17a / Alpha. Introduce users and page editing.
v0.0.17a
Mitchell Riedstra
1
-0
/
+7
2021-10-24
Unix sockets for redis. Page use FS interface. Clear redis func.
v0.0.16
Mitchell Riedstra
1
-2
/
+7
2021-10-24
Use hash in redis. Key can be set in conf.
v0.0.15
Mitchell Riedstra
1
-1
/
+1
2021-10-24
Redis caching. Linter config and cleanup.
Mitchell Riedstra
1
-3
/
+14
2021-07-18
Adjust the program a bit, remove clunky "head" templates. Add an example site...
v0.0.13
Mitchell Riedstra
1
-23
/
+7
2021-07-12
Add atom feed to the go website
Mitchell Riedstra
1
-0
/
+13
2021-07-07
Add the handler file that was accidently ignored
Mitchell Riedstra
1
-0
/
+53