vladdoster / website

Production repo for the volta.sh website.

Home Page:https://volta.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Production repo for the volta.sh website.

https://volta.sh

License:Creative Commons Attribution 4.0 International


Languages

Language:SCSS 52.5%Language:HTML 30.4%Language:Ruby 9.1%Language:JavaScript 7.7%Language:Shell 0.3%