This repository contains the sources of the W20 framework website. The site is hosted at http://w20-framework.github.io.
After clone, you must initialize all the submodules:
git submodule update --remote --recursive --init && git submodule foreach --recursive git checkout docs
This Website is built with Hugo. If you have Hugo in your path you can serve it locally:
hugo serve
The generated Website is automatically published on the w20-framework organization GitHub pages repository.
This work by the W20 authors is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.