Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

30 lines (16 loc) · 1.05 KB

Build Status

Question2Answer Website

Question2Answer.org is hosted by Gideon Greenspan and includes the following items:

This repository holds the new site at docs.question2answer.org and generates it live using GitHub Pages. Everyone is welcome to contribute improvements.

How to Contribute

This site is created and hosted on GitHub pages, which is built on Jekyll. Documentation for creating a local development environment with these tools is at:

To run this site locally, type:

bundle exec jekyll serve

Then access:

http://localhost:4000/

To run the validation suite:

jekyll build && htmlproofer --disable-external --check-html ./_site