Strymon Source Code Website

This website is built with Jekyll and the Type Theme, refer to their documentation for details.

To build this website locally, it is recommended to use Ruby with Bundler:

# install the Ruby dependencies locally
bundle install --path vendor/bundle
# build and serve the website locally
bundle exec jekyll serve

On GitHub Pages, the site is automatically built for each push. Please consult GitHub Help for additional information.