macana

Static site generator for Obsidian Vault

Use "npm:" specifier rather than esm.sh When I tried to build my website, Deno emits an error esm.sh returned non-Deno module (/esnext/). I fixed the unversioned imports to "v135", then there are hash mismatch error probably due to indirect deps. This project, at least for now, uses unist libraries, which are bunch of micro packages. Resolving dependencies in npm way is the most reliable and stable way unfortunately. I kept "deps/esm.sh" directory to let git aware file moves.

Changes

35 changed files (+978/-480)