swesterfeld / sfzformat.github.io

SFZ Format documentation website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source code for the SFZ Format website

Travis Build Status

The website is built using Jekyll, using Node.js to compile all static assets including the Bootstrap library and built on along with the SASS stylesheets. Most of the content on the website is written using Markdown, making it extremely easy to write and maintain. Icons are provided by Font Awesome, favicons by Favicon Generator.

Local Build Quick-start Guide

  • Install ruby and yarn
  • Use the automatic setup via setup.sh

or manually:

$ gem update
$ gem install bundler
$ yarn --no-bin-links
$ yarn dist
$ bundle exec jekyll serve --watch --host 0.0.0.0

The local website should be available at http://localhost:4000/

About

SFZ Format documentation website


Languages

Language:HTML 94.8%Language:CSS 3.4%Language:JavaScript 1.1%Language:Shell 0.3%Language:Ruby 0.2%Language:Perl 0.2%