Skip to content

volta-cli/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

volta.sh website

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 install
bundle exec jekyll serve

Implementation notes

Directory structure

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).

Docs structure

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.