Public statically generated website of Czech grassroots climate justice movement.
The site is based on Hugo static site generator. Were trying to use Zen theme as a base, let's see if it will work. The site will be hosted on Github Pages during the development.
We're using 2 branches:
master
contains site codegh-pages
contains site build - the files, that will be actually served to the visitors
Every commit to master
launches a build according to workflow defined in .github/workflows/gh-pages.yml
file.