A directory of Free and Open Source Software (FOSS) to help change makers amplify their impact.
The website is a set of static HTML pages that are automatically generated from the Jinja template file template.html
. The static assets are in the static
directory.
- Clone the repo.
pip install -r requirements.txt
python build.py
to generate the static site into thesite
directory.
This repository is a fork of knadh/indic.page, which is generated using knadh/dirmaker.