This is the open source repository that generates our website. Our web is a minimalistic landing showcasing our values and portfolio.
You can check the website powered by this repository here.
The website generated by this code looks like this:
In its origin, our web was a Django application, but as we don't need a backend we transformed it in a static website thanks to django-distill.
-
Clone this repo:
git clone git@github.com:whiteboxml/whiteboxml-com.git
-
Navigate to repository:
cd whiteboxml-com
-
Install requirements:
pip install -r requirements.txt
-
Adapt to your use case.
-
Generate the static version of the website:
python manage.py collectstaticpython manage.py distill-local [optional /path/to/export/directory]
-
Upload the static folder to your server.
-
Setup your proxy (Nginx or other) to serve these files.
