Commit graph

7 commits

Author SHA1 Message Date
Peter Kurfer
38471371c9
refactor: migrate to Gitea server
All checks were successful
agola/goveal/Test and lint The run finished successfully
2022-09-25 14:23:46 +02:00
f7548a2816
Upgrade to Go 1.18 2022-03-22 20:48:56 +01:00
21e41b0bcf
Add emoji support 2022-03-15 16:33:59 +01:00
f18164d48c
Replace fiber with httprouter 2022-03-15 14:53:24 +01:00
7d3d3a5abf
Split slides first before rendering them
- add some more config options
- cleanup code
- remove state machine
2021-12-22 22:31:45 +01:00
33dadaff87
Add golangci-lint 2021-12-22 20:27:43 +01:00
82a651cd5d
First draft of new fiber based server
- replaced previous net/http based muxer and all other components with fiber
- replaced polling with SSE to handle file changes
- auto-update custom stylesheets
- natively support mermaid diagrams
- handle custom element attributes for lists properly
- reload on config changes
- replace JS templating with actual JS code and an API
2021-12-22 11:52:02 +01:00