Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pipewire/pipewire.org

Mirror of the PipeWire website repository (see https://gitlab.freedesktop.org/pipewire/pipewire-org/)
https://github.com/pipewire/pipewire.org

documentation website

Last synced: 3 months ago
JSON representation

Mirror of the PipeWire website repository (see https://gitlab.freedesktop.org/pipewire/pipewire-org/)

Awesome Lists containing this project

README

        

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.