docs: formatting
trickyni trickyniv56@gmail.com
Sun, 24 May 2026 10:59:21 +0300
2 files changed,
9 insertions(+),
9 deletions(-)
M
README.md
→
README.md
@@ -2,20 +2,20 @@ # Kushiyaki
## 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 +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 +- 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 <https://localhost:3001> -use `caddy stop` to remove the server (will be changed to an autoreload) +- `bunx kushiyaki run dev` to deploy a local version of the website using [caddy](https://caddyserver.com/) at <https://localhost:3001> +- Use `caddy stop` to remove the server (will be changed to an autoreload) ### write to personal website
M
package.json
→
package.json
@@ -336,7 +336,7 @@ },
"devDependencies": { "@types/bun": "latest" }, - "private": true, + "private": false, "peerDependencies": { "typescript": "^5" }