Skip to content
/ ter Public

A tiny wiki-style site generator with Zettelkasten flavor.

License

Notifications You must be signed in to change notification settings

kkga/ter

Repository files navigation

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.