A blogging platform written in Rust for Cloudflare Workers, integrated with Standard Notes
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
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
3 years ago
common implement RSS feed 3 years ago
src integrate hljs into backend to provide code highlighting 3 years ago
theme/default integrate hljs into backend to provide code highlighting 3 years ago
.cargo-ok initial commit 3 years ago
.gitignore add template and implement rendering 3 years ago
Cargo.lock use build datetime as version string on static resources 3 years ago
Cargo.toml Cargo.toml: flip real optimizations on 3 years ago
build.rs integrate hljs into backend to provide code highlighting 3 years ago
package-lock.json integrate hljs into backend to provide code highlighting 3 years ago
package.json integrate hljs into backend to provide code highlighting 3 years ago
webpack.config.js project restruct: use webpack instead of wrangler's wasm-pack support 3 years ago
worker.js project restruct: use webpack instead of wrangler's wasm-pack support 3 years ago