Website is powered by Hugo. At the moment we store Hugo related code in develop and generated site in master branch.
This is a temporary solution (see this issue), these steps you need to take in order update the website.
- Install Hugo
- Clone this repo
- Pull changes from develop
- After you made changes run
hugo server
- After running
hugo server
for local web development, you need to do a finalhugo
run without the server part of the command to rebuild the site. You may then deploy the site by copying the public/ directory (by FTP, SFTP, SSH) to our production web server.
Also it worth mentioning, that we store all content of the site in this file, so in order to change text/image, make those changes in this file.