A blogging platform written in Rust for Cloudflare Workers, integrated with Standard Notes
Peter Cai
f519152465
1. Use hljs and wasm_bindgen to parse code 2. Allow the final user to choose what language to include by generating inline_js in build.rs for #[wasm_bindgen] (a thin wrapper around the raw hljs to load whatever is needed by config.json statically rather than dynamically) 3. Integrate the monokai color scheme into our default theme |
||
---|---|---|
common | ||
src | ||
theme/default | ||
.cargo-ok | ||
.gitignore | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
package-lock.json | ||
package.json | ||
webpack.config.js | ||
worker.js |