Landing page for Kaunas Game Dev community
Make sure you have Hugo Extended installed and that your version is 0.87.0
or greater.
Run a development server on localhost:8080
:
hugo server --port 8080 --buildDrafts
Build a production ready site under public
dir:
hugo --gc --minify --verbose