Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpv-player/mpv.io
🌎 website source code
https://github.com/mpv-player/mpv.io
Last synced: 4 days ago
JSON representation
🌎 website source code
- Host: GitHub
- URL: https://github.com/mpv-player/mpv.io
- Owner: mpv-player
- Created: 2014-02-08T13:33:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T13:28:45.000Z (27 days ago)
- Last Synced: 2024-10-28T04:23:30.327Z (17 days ago)
- Language: Haml
- Homepage:
- Size: 2.14 MB
- Stars: 36
- Watchers: 20
- Forks: 40
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mpv.io
======Overview
--------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](https://github.com/mpv-player/mpv-player.github.io).The compiled version is automatically created and committed by Github Actions when
changes are pushed to the master of this repository.Contributing
------------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](https://github.com/mpv-player/mpv.io/issues/new).
- Note that the source files for the online manual are entirely in [the main "mpv" repo](https://github.com/mpv-player/mpv/tree/master/DOCS/man).Setup a local development environment
-------------------------------------The website is created using a static website generator called
[Middleman](http://middlemanapp.com/). Here's what you need to do to get a
copy of the website running on your local machine.- Optional: have ``rbenv`` or ``rvm`` installed. These tools will automatically
select the correct version of Ruby based on the ``.ruby-version`` file.
Alternatively you will need to install Ruby 2.7 (**not** 3.x) manually.
- ``gem install bundler:1.17.3``
- ``bundle _1.17.3_ install``
- ``rbenv rehash`` (only if using ``rbenv``)
- ``bundle exec middleman server``
- See the website running at: http://localhost:4567/