6 Commits (d6df7147bced7d9e41e9ecbf3ef4fc416415a996)

Author SHA1 Message Date
Peter Cai eeb13b44e9
blog: use ExtendableEvent.wait_until()
we need to guarantee the promise will not be cancelled
3 years ago
Peter Cai 2ee88e11b0
drop rbtag and use our own hand-rolled implementation
because we need to update build timestamp each time anything related to
rendering is changed. The rbtag crate only supports git commit times.

Also, reproducible build isn't exactly a goal of this project.
3 years ago
Peter Cai e599007ed4
use build datetime as version string on static resources 3 years ago
Peter Cai 150940cd8c
add template and implement rendering 3 years ago
Peter Cai 8ba086a9ec
implement Markdown rendering 3 years ago
Peter Cai 02d64f4a18
check Cargo.lock into project
this is an end-user project even if the Rust part is built as a WASM
library.
3 years ago