Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kkga/ter
- Owner: kkga
- License: mit
- Created: 2022-01-18T23:57:48.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T16:17:10.000Z (11 months ago)
- Last Synced: 2024-11-12T12:47:37.923Z (30 days ago)
- Topics: deno, digital-garden, markdown, personal-knowledge-base, static-site, static-site-generator, typescript, wiki, zettelkasten
- Language: TypeScript
- Homepage: https://ter.kkga.me
- Size: 2.45 MB
- Stars: 96
- Watchers: 2
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- awesome-starred - kkga/ter - A tiny wiki-style site generator with Zettelkasten flavor. (typescript)
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.