all repos — kushiyaki @ e4961f6bb7899d694e7f731d5ffff2478f255b84

🍢 A tiny static site generator for grilling markdown files to perfection

docs: add README.md
trickyni trickyniv56@gmail.com
Sun, 24 May 2026 10:01:38 +0300
commit

e4961f6bb7899d694e7f731d5ffff2478f255b84

parent

be560c4b99e2505af881adbacf77aec6727a81db

1 files changed, 16 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -1,3 +1,18 @@

# Kushiyaki -UNDER CONSTRUCTION +## Installation + +1. Bun add kushiyaki +2. Bun add hastx +3. curl <https://codeberg.org/trickyni/kushiyaki/raw/branch/main/bunfig.toml> > bunfig.toml +4. bunx kushiyaki + +## usage + +create `input` folder in the project's root directory, and populate it with markdown files and assets +use `bunx kushiyaki` to process the files into an `out` folder + +### local server + +`bunx kushiyaki run dev` to deploy a local version of the website using [caddy](https://caddyserver.com/) +use `caddy stop` to remove the server (will be changed to an autoreload)