/clepy-website

Source for the clepy.org website

Primary LanguageCSSMIT LicenseMIT

clepy-website

Source for the clepy.org website

The site is built using pelican (a static site generator) on Python 3.

Getting Started

  • 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

Contributing

Fork the repo and submit a pull request.

Some key notes on forks and pull requests: