A blogging platform written in Rust for Cloudflare Workers, integrated with Standard Notes
Find a file
Peter Cai f519152465
integrate hljs into backend to provide code highlighting
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
2020-04-12 16:53:51 +08:00
common implement RSS feed 2020-04-12 14:28:26 +08:00
src integrate hljs into backend to provide code highlighting 2020-04-12 16:53:51 +08:00
theme/default integrate hljs into backend to provide code highlighting 2020-04-12 16:53:51 +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
build.rs integrate hljs into backend to provide code highlighting 2020-04-12 16:53:51 +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
package-lock.json integrate hljs into backend to provide code highlighting 2020-04-12 16:53:51 +08:00
package.json integrate hljs into backend to provide code highlighting 2020-04-12 16:53:51 +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