Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.1 KB

File metadata and controls

40 lines (22 loc) · 1.1 KB

WhiteBoxᴹᴸ website project

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:

whiteboxml_website

Approach and recent changes

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.

Usage

  1. Clone this repo:

    • git clone git@github.com:whiteboxml/whiteboxml-com.git
  2. Navigate to repository:

    • cd whiteboxml-com
  3. Install requirements:

    • pip install -r requirements.txt
  4. Adapt to your use case.

  5. Generate the static version of the website:

    • python manage.py collectstatic
    • python manage.py distill-local [optional /path/to/export/directory]
  6. Upload the static folder to your server.

  7. Setup your proxy (Nginx or other) to serve these files.