all repos — kushiyaki @ a9a719798c15604eebaf0655d22f287f2d8351fa

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

docs: update caddy port
trickyni trickyniv56@gmail.com
Sun, 24 May 2026 10:02:54 +0300
commit

a9a719798c15604eebaf0655d22f287f2d8351fa

parent

e4961f6bb7899d694e7f731d5ffff2478f255b84

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M CaddyfileCaddyfile

@@ -1,4 +1,4 @@

-:8888 { +:3001 { root * ./out try_files {path}.html file_server
M README.mdREADME.md

@@ -14,5 +14,5 @@ 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/) +`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)