This project is the source for the OpenPLC Project's website, available at openplcproject.com. We built the site using the fantastic Jekyll static site generator.
- Install ruby
- Run
bundle install
- Run
bundle exec jekyll serve
You can (and should) run some simple tests with bundle exec rake checkhtml
to check for common problems. The continuous integration build includes
additional checks.
The GitHub repository hosted on openplcproject/openplcproject.github.io is configured to automatically publish changes to the master branch. There is nothing you need to do.
Builds published to GitHub automatically run a test build. The automated build checks for valid HTML and other common problems. The test currently does not run the spell check that can be run separately.