/mpd-website

The MPD website

Primary LanguageRuby

Music Player Daemon website

This is the repository that is used to manage the MPD website. nanoc is used to generate HTML from Markdown.

To get started, a few Ruby gems need to be installed:

gem install nanoc kramdown adsf

To generate the HTML files, type:

nanoc

To view your version of the website, type:

nanoc view

This runs a webserver, which you can view in a browser.