paprika/theme/default
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
..
static integrate hljs into backend to provide code highlighting 2020-04-12 16:53:51 +08:00
head.hbs integrate hljs into backend to provide code highlighting 2020-04-12 16:53:51 +08:00
home.hbs theme: add modal to view large image 2020-04-11 20:45:07 +08:00
inline_style.hbs theme: hide overflow-x 2020-04-11 09:22:26 +08:00
loading.hbs theme: add loading progressbar 2020-04-10 21:27:05 +08:00
modal.hbs theme: add modal to view large image 2020-04-11 20:45:07 +08:00
post.hbs theme: add modal to view large image 2020-04-11 20:45:07 +08:00
sidebar.hbs theme: support defining target=_blank in theme_config 2020-04-11 21:01:23 +08:00