This repository is the source code to our website running at http://mpv.io. The website is hosted with GitHub Pages, and the compiled version is available on this repository.
The compiled version is automatically created and committed by Github Actions when changes are pushed to the master of this repository.
To contribute you have these possibilities:
- Fork this website, make your changes and send pull requests.
- If you find errors but are unable to contribute then please open a issue.
- Also see: How to edit or extend the online manual which is handled entirely in the main "mpv" repo!
The website is created using a static website generator called Middleman. Here's what you need to do to get a copy of the website running on your local machine.
- Optional: have
rbenvorrvminstalled. These tools will automatically select the correct version of ruby based on the.ruby-versionfile in our project root. Alternatively you can use any system Ruby that is > 2.3. gem install bundler -v 1.17.3bundle _1.17.3_ installrbenv rehashonly if usingrbenv[bundle exec] middleman server- See the website running at: http://localhost:4567/