A tiny wiki-style site generator with Zettelkasten flavor.
- Doc-food: https://ter.kkga.me/
- Deno deploy version: https://ter.deno.dev/
Built with Deno.
- Install Deno.
- Build a site:
deno run -A https://deno.land/x/ter/main.ts
This will compile all *.md files in the current directory to HTML. The output
will be saved in the _site directory.
See usage docs for more details.