This is production repo for the volta.sh
website, hosted on Netlify.
The Jekyll theme and all subdomains that use it are in this repo, to easily facilitate cross-site changes.
To test one of the subdomains, run a Jekyll server from its subdirectory. For example:
cd subdomains/www
bundle exec jekyll serve
The Jekyll theme used by the site is in the theme/
directory.
Each subdomain is in the subdomains/
subdirectory corresponding to its name.
The subdomains/www/
subdirectory contains the apex domain (https://volta.sh
) as well as the www.volta.sh
subdomain (which Netlify redirects to the apex domain).
The docs.volta.sh
site has a sidebar and pagination structure based on the file in subdomains/docs/_data/sidebar.yml
. If you change the set of pages in the docs site, make sure to update that file accordingly.