Skip to content

kaunasgamedev/kaunasgame-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kaunasgame.dev

Landing page for Kaunas Game Dev community

Prerequisites

Make sure you have Hugo Extended installed and that your version is 0.87.0 or greater.

Commands

Run a development server on localhost:8080:

hugo server --port 8080 --buildDrafts

Build a production ready site under public dir:

hugo --gc --minify --verbose