A blogging platform written in Rust for Cloudflare Workers, integrated with Standard Notes
Go to file
Peter Cai 84ff757700
Cargo.toml: flip real optimizations on
Since I don't expect to pull in any more significant dependency, and we
are far from running out of the 1MB compressed limitation of code size,
we should be perfectly fine flipping this on instead of sticking with
optimizing for size
2020-04-12 10:46:05 +08:00
src implement manual summary marker 2020-04-11 19:15:34 +08:00
theme/default theme: remove text-shadow on mobile 2020-04-12 08:28:12 +08:00
.cargo-ok initial commit 2020-04-07 16:10:01 +08:00
.gitignore add template and implement rendering 2020-04-10 20:38:53 +08:00
Cargo.lock use build datetime as version string on static resources 2020-04-10 20:42:55 +08:00
Cargo.toml Cargo.toml: flip real optimizations on 2020-04-12 10:46:05 +08:00
build.rs support build-time theme selection via build.rs 2020-04-11 09:52:45 +08:00
package-lock.json project restruct: use webpack instead of wrangler's wasm-pack support 2020-04-09 12:40:15 +08:00
package.json project restruct: use webpack instead of wrangler's wasm-pack support 2020-04-09 12:40:15 +08:00
webpack.config.js project restruct: use webpack instead of wrangler's wasm-pack support 2020-04-09 12:40:15 +08:00
worker.js project restruct: use webpack instead of wrangler's wasm-pack support 2020-04-09 12:40:15 +08:00