From 6ae93d49227b4118dee08fd8fce049e7ff8a32e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=CC=81scar=20M=2E=20Lage?= Date: Fri, 11 Feb 2022 22:46:49 +0100 Subject: [PATCH] Fix: Documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a32909..426fc41 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Then the site will be available in `http://localhost:1313` ## Other commands - `make build`: Builds the static site into `public/` directory +- `make serve`: Launches a server in `http://localhost:1313` - `make shell`: Enters in the container in order to create new contents, etc.... Once inside the container you can run some other `hugo` commands: - `hugo new posts/slugified-title`: Create a new post.