Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kkga/ter

A tiny wiki-style site generator with Zettelkasten flavor.
https://github.com/kkga/ter

deno digital-garden markdown personal-knowledge-base static-site static-site-generator typescript wiki zettelkasten

Last synced: 29 days ago
JSON representation

A tiny wiki-style site generator with Zettelkasten flavor.

Awesome Lists containing this project

README

        

# Ter

[![deno module](https://shield.deno.dev/x/ter)](https://deno.land/x/ter)

A tiny wiki-style site generator with Zettelkasten flavor.

- Doc-food:
- Deno deploy version:

Built with [Deno](https://deno.land/).

## Quick start

1. [Install Deno](https://deno.land/manual/getting_started/installation).
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](https://ter.kkga.me/usage) for more details.