aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-01-23 15:33:13 +0700
committerShulhan <ms@kilabit.info>2026-01-24 07:11:24 +0700
commit62c2e03409e8f7bc6f3f20df36603344afaf2b3a (patch)
tree0235899db041244ecabc754ca636d7bbd651d1e0 /README.md
parent8970c0fef45c87c183a27f8a66d9620fdb6daa1e (diff)
downloadciigo-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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 53ee00f..88289c0 100644
--- a/README.md
+++ b/README.md
@@ -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