The source for the public PWindows website, built with Jekyll and hosted with GitHub Pages.
Detailed setup, editing, testing, and deployment instructions are available in the project wiki.
git clone https://github.com/PWindows/Website.git
cd Website
bundle install
bundle exec jekyll serve --livereloadbundle install
bundle exec jekyll serve --livereload --config _config.yml,_config.windows.ymlOpen http://localhost:4000. See Local Setup for requirements and troubleshooting.
Read CONTRIBUTING.md before submitting a change. The wiki also provides a step-by-step pull request guide.