Community-built documentation for Bespoke Synth. Official docs here.
-
You can find the most recent builds for Mac/Windows/Linux at bespokesynth.com, or in the Releases section on GitHub
-
Sign up here to receive an email for new releases
-
Join the Bespoke Discord for support and to discuss with the community
We are using a Jekyll theme called Just The Docs and GitHub Pages.
The easiest way to contribute is to edit or add markdown files to this GitHub repo, and GitHub will automatically update the site. Editing directly in GitHub will create a fork which you can use to send a pull request. If you have git you can develop the site locally.
Download Ruby:
Once you have installed Ruby, install the bundler gem globally or locally:
Global:
gem install bundler
Local:
gem install --user-install bundler
Once you have installed Ruby and cloned the repo, you can optionally set the bundle path to install gems into the repo by running this command in the main repo folder:
bundle config set --local path 'vendor/bundle'
Then you can install the bundle by running this command in the main repo folder:
bundle install
To serve the site at http://127.0.0.1:4000
bundle exec jekyll serve --b ''