Makes use of Chirpy - a minimal, responsive and feature-rich Jekyll theme for technical writing.
To make changes to this repository, you'll first need to install Jekyll and Ruby. See this guide for macos: https://jekyllrb.com/docs/installation/macos/
Once Ruby + Jekyll are installed, install the jekyll and bundler gems.
gem install jekyll bunder
To begin working on this repository, navigate to the root of the project and install its dependencies.
bundle install
Finally, you can run the development environment.
bundle exec jekyll serve
Jekyll sites are updated via markdown files. To make user guide changes, update the corresponding markdown.