Update: Added start command for dev enviroment

This commit is contained in:
Aroy-Art 2022-05-06 10:55:45 +02:00
parent 86d659bc12
commit 6d088d885f
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -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
```