GitHunt
AL

AlexMitchellMus/sfztools.github.io

SFZ Tools Website

SFZ Tools documentation website

This 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.
Anchors headings are provided by AnchorJS, licensed under the MIT license.
Syntax highlighting is provided by highlight.js, BSD 3-Clause License.

Local Build Quick-start Guide

  • Install rvm 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/

Languages

HTML47.4%Liquid31.0%JavaScript9.6%SCSS6.4%Shell2.5%Gnuplot1.4%Ruby1.2%Makefile0.4%

Contributors

Mozilla Public License 2.0
Created September 27, 2022
Updated December 27, 2021