Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 519 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 519 Bytes

Website for rst2pdf

This repo holds the website content for https://rst2pdf.github.io.

Contributing

To contribute to this repo, make sure that your master branch is up to date and create a new branch from there.

To run the project locally and check your work as you go along, try these instructions from GitHub, which can be summarised as:

$ gem install bundler
$ bundle install
$ bundle exec jekyll serve