Skip to content

KMIJPH/sfzformat.github.io

 
 

Repository files navigation

Source code for the SFZ Format website

Dependencies and license information

The website is built using the following software and technologies:

Local Build Quick-start Guide

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

or manually:

$ gem update --user-install
$ gem install bundler --user-install
$ bundle config set path '.bundle'
$ bundle install
$ 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/

Creating posts

This can be done either manually by creating a new .md file in the _posts directory, paying attention for a correct filename, date and front-matter, or by running the following command:

$ ./new_post.sh "New post title" "<author_name>"

License

CC0
To the extent possible under law, sfz format team has waived all copyright and related or neighboring rights to sfz format website.

About

SFZ Format documentation website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 66.0%
  • SCSS 13.5%
  • Liquid 12.0%
  • Python 5.4%
  • JavaScript 2.3%
  • Shell 0.4%
  • Other 0.4%