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
/
page
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-09
Fix broken 404 page on Windows by using appropriate error checking.
Mitchell Riedstra
1
-2
/
+3
2022-09-17
Remove fs / FileSystem library support since it is broken on Windows.
Mitchell Riedstra
3
-24
/
+20
2022-06-19
0.0.17a / Alpha. Introduce users and page editing.
v0.0.17a
Mitchell Riedstra
2
-35
/
+160
2021-10-24
Unix sockets for redis. Page use FS interface. Clear redis func.
v0.0.16
Mitchell Riedstra
3
-13
/
+30
2021-10-24
Redis caching. Linter config and cleanup.
Mitchell Riedstra
7
-55
/
+102
2021-07-31
Make the website run on Windows as well
v0.0.14
Mitchell Riedstra
1
-2
/
+3
2021-07-18
Adjust the program a bit, remove clunky "head" templates. Add an example site...
v0.0.13
Mitchell Riedstra
3
-33
/
+116
2021-07-12
Add atom feed to the go website
Mitchell Riedstra
5
-12
/
+32
2021-02-15
Another re-structure. Deleting code is wonderful.
v0.0.12
Mitchell Riedstra
6
-13
/
+412
2020-11-24
Add more comments. Expand the interface. Allow templates to more easily be re...
v0.0.11
Mitch Riedstra
1
-0
/
+1
2020-11-21
Touch up some comments
Mitch Riedstra
1
-0
/
+2
2020-09-26
Split up http related stuff out of the page library.
Mitch Riedstra
5
-284
/
+10
2020-09-20
Save the index in memory and only rebuild if cleared
v0.0.7
Mitch Riedstra
2
-0
/
+19
2020-09-19
Allow for setting of the time format in the page library. Support tags. Renam...
v0.0.6
Mitch Riedstra
4
-17
/
+112
2020-01-05
The markdown files are also templates now.
v0.0.5
Mitch Riedstra
1
-4
/
+27
2020-01-04
Incomptiable change to move to the further refined website format
Mitch Riedstra
1
-18
/
+46
2019-12-22
Add support for a 404 page
v0.0.2
Mitch Riedstra
2
-5
/
+21
2019-12-14
Tidy up the server command, pull the handlers into the page library. Convert ...
Mitch Riedstra
1
-0
/
+34
2019-12-01
Initial Commit. Small command to convert my old setup and basic server that r...
Mitch Riedstra
1
-0
/
+69