index — crispy-website @ 2b8dd662cdb1169b1053b7436a1a1c53ff099d5c

My personal homepage (very crispy)

readme: update build, init and run instructions
crispy-caesus crispy@crispy-caesus.eu
Sat, 21 Mar 2026 10:50:41 +0100
commit

2b8dd662cdb1169b1053b7436a1a1c53ff099d5c

parent

ec7d350c524596a25470518083385301869a3ad9

1 files changed, 15 insertions(+), 4 deletions(-)

jump to
M README.mdREADME.md

@@ -2,8 +2,19 @@ # crispy-website

just my little website ## Run locally: -```go -go run ./cmd/server/ +### Build +```sh +go build -o crispy-website ./cmd/server/ +``` +### Init +```sh +./crispy-websie init +``` +### Generate Blog Pages +```sh +./crispy-websie blog +``` +### Run +```sh +./crispy-website ``` -:3 -