Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/)
- Host: GitHub
- URL: https://github.com/pipewire/pipewire.org
- Owner: PipeWire
- Created: 2017-09-04T13:24:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-14T14:03:59.000Z (6 months ago)
- Last Synced: 2024-07-15T14:11:50.209Z (6 months ago)
- Topics: documentation, website
- Language: CSS
- Homepage: http://pipewire.org
- Size: 10.2 MB
- Stars: 4
- Watchers: 6
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.