# Kushiyaki ## Installation 1. Bun add kushiyaki 2. Bun add hastx 3. curl > 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/) at use `caddy stop` to remove the server (will be changed to an autoreload) ### write to personal website - Replace `!` in `package.json` `scripts: "deploy"` with the ssh path for the server in which your website is hosted - `bunx kushiyaki run deply` will automatically `rsync` the newly written "out" folder into that path