Website for cloudnativeprague.cz. As main static web generator is used Hugo build upon Golang. Chosed template is Blowfish by Nuno Coracao
If you don't have Hugo installed then you have to install it. Guide is available at Hugo website.
Firstly you need to clone this repo.
git clone https://github.com/pstrobl96/cloudnativeprague-web.git
And everything you need is to run webserver.
cd cloudnativeprague-web
hugo server -D
Alternatively you can access website at github pages