add serve command

This commit is contained in:
menduz 2022-10-03 12:31:02 -03:00
parent 43422fccfb
commit 5e8c452534
No known key found for this signature in database
GPG Key ID: 78AC067F75AC1B64

4
serve.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
cd exampleSite
hugo --themesDir ../.. serve