Skip to content

whiteboxml/whiteboxml-com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors