diff --git a/README.md b/README.md index bb22aaf..d0082b4 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ # ripe87.k-space.ee website + +Build website with +```sh +hugo +``` + +Serve on localhost, watch for changes and rebuild website with +```sh +hugo serve +```