Skip to main content

Ter

deno module

A tiny wiki-style site generator with Zettelkasten flavor.

Built with Deno.

Quick start

  1. Install Deno.
  2. 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.