Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 471 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 471 Bytes

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.