Source for the clepy.org website
The site is built using pelican (a static site generator) on Python 3.
- Fork this repo
- Clone your fork
- Install the requirements (it's recommended you use a virtualenv)
pip install -r requirements.txt- Generate the website output
pelican content- Run the development server
./develop_server.sh start- Navigate to the local site at http://localhost:8000
Fork the repo and submit a pull request.
Some key notes on forks and pull requests: