= Plurimath Open Project Site
== Introduction
This is the Plurimath project site, part of Ribose Open Project network, located at https://www.plurimath.org.
It is a https://jekyllrb.com[Jekyll]-based site created with the Open Project Jekyll theme.
Refer to their respective docs for details.
== Content management
== Development
=== Getting started
bundle
from within site directory to install Ruby dependencies=== Serving site preview
jekyll serve
from within site directory== Workflow
. Ensure tests pass
. Create your feature branch (git checkout -b my-new-feature
)
. Commit your changes (git commit -am 'Add some feature'
)
. Push to the branch (git push origin my-new-feature
)
. Make a pull request