Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 410 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 410 Bytes

PipeWire website

To set up jekyll locally on Fedora:

install ruby, rubygems and rubygem-bundler

In the git checkout, do a bundle install. This installs all the needed modules in their appropriate vesions.

To run a local web server to test the site:

bundle exec jekyll s

Edit the markdown files and commit your changes, pushing to origin/master.

The CI will deploy automatically.