From 6d088d885fd1a6b77ebbe4435f98874683fc9e86 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Fri, 6 May 2022 10:55:45 +0200 Subject: [PATCH] Update: Added start command for dev enviroment --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bd4555..f8c982f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # BioTech -My open source theme for Hugo + +My open source Hugo theme for my portfolio/blog site + +Run local development server + +```bash +hugo server -D --disableFastRender --verbose --config config.yaml +```