Commit graph

27 commits

Author SHA1 Message Date
Renovate Bot
ba3e654347
Update github.com/gomarkdown/markdown digest to a57bf95 2022-05-09 10:29:56 +00:00
Renovate Bot
bc51bf4c9c
Update github.com/gomarkdown/markdown digest to 567d164 2022-05-06 20:48:06 +00:00
Renovate Bot
516b0277ad
Update module github.com/fsnotify/fsnotify to v1.5.4 2022-04-27 03:06:19 +00:00
Renovate Bot
b0c6c2034c
Update module github.com/fsnotify/fsnotify to v1.5.3 2022-04-21 20:04:56 +00:00
Renovate Bot
5fd44be619
Update module github.com/fsnotify/fsnotify to v1.5.2 2022-04-21 12:18:30 +00:00
Renovate Bot
8ac5e7ab73
Update github.com/gomarkdown/markdown digest to 412bcf1 2022-04-19 20:03:43 +00:00
Renovate Bot
4632d388c5
Update github.com/gomarkdown/markdown digest to a770b0c 2022-04-15 02:53:15 +00:00
Renovate Bot
9c8a7190d6
Update module github.com/spf13/viper to v1.11.0 2022-04-13 15:52:45 +00: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
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
e4cc33f098
Auto detect line ending on startup 2021-11-15 15:23:10 +01:00
Renovate Bot
5f1c147093
fix(deps): update module github.com/masterminds/sprig/v3 to v3.2.2 2021-11-12 13:18:33 +00:00
d118355138
Complete sprig upgrade 2021-11-12 14:17:34 +01:00
Renovate Bot
79bd92653b
fix(deps): update module github.com/masterminds/sprig to v3 2021-11-12 12:38:43 +00:00
e8d6de4d3c
Update to Reveal.JS 4.1.2 and Go 1.17
- Replace pkger with Go 1.17 embedded file system
2021-11-12 13:08:56 +01:00
d56271ef50
Update to latest task version 2020-12-05 12:17:07 +01:00
bd27081aa6
Add auto reload
- reload markdown if changed
- allow to monitor other files if wanted
- disable HTTP cache to force reload
- extend example
- replace almost everything with layered file systems
2020-12-04 16:40:08 +01:00
8a977bad26
fix CI 2020-12-02 13:42:12 +01:00
f1118a1ba1
Update and cleanup
- move to Taskfile
- update RevealJS
- remove annoying special paths and build overlay file system
2020-12-02 13:33:47 +01:00
4327421a69
Update to Reveal 4.0 2020-08-13 09:03:48 +02:00
798943f04b
chore: updated module dependencies 2019-09-09 22:13:12 +02:00
fb32d95541
fix: cleaned go module dependencies 2019-05-16 09:58:52 +02:00
2004e383e0
doc: Extended README to cover new options 2019-05-16 09:40:46 +02:00
a213f9cff5
fix: updated go.{mod,sum} 2019-04-20 02:34:36 +02:00
a4c0016baa
feat(PoC): PoC complete
- HTTP server
- Rendering markdown content into a HTML template
- theme and some other useful options configurable via config file or flag
- release pipeline prepared
- reveal.js statically included into binary
- config hot reloading
2019-04-19 23:56:39 +02:00