diff options
| author | Shulhan <ms@kilabit.info> | 2026-01-23 15:33:13 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-24 07:11:24 +0700 |
| commit | 62c2e03409e8f7bc6f3f20df36603344afaf2b3a (patch) | |
| tree | 0235899db041244ecabc754ca636d7bbd651d1e0 /README.md | |
| parent | 8970c0fef45c87c183a27f8a66d9620fdb6daa1e (diff) | |
| download | ciigo-62c2e03409e8f7bc6f3f20df36603344afaf2b3a.tar.xz | |
all: embed CSS and index HTML template using memfs
Previously, with direct embed, every time we change the CSS or index
template, we need to restart the "ciigo serve" command.
Using memfs make us easy to update and see the changes directly, without
restarting the server.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,9 +24,9 @@ Features, - No themes, built your own template and style. Except for default - [HTML](https://git.sr.ht/~shulhan/ciigo/tree/main/item/template_index_html.go) + [HTML](https://git.sr.ht/~shulhan/ciigo/tree/main/item/_static/index.gohtml) template and embedded - [CSS](https://git.sr.ht/~shulhan/ciigo/tree/main/item/embedded_css.go), + [CSS](https://git.sr.ht/~shulhan/ciigo/tree/main/item/_static/ciigo.css), there is no other selection of theme that you can "pre-installed". - No layout, you are free to structure your sites, using normal directory |
