https://github.com/volta-cli/website
Production repo for the volta.sh website.
https://github.com/volta-cli/website
blog documentation hacktoberfest volta
Last synced: 27 days ago
JSON representation
Production repo for the volta.sh website.
- Host: GitHub
- URL: https://github.com/volta-cli/website
- Owner: volta-cli
- Created: 2019-04-21T03:10:07.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T06:48:20.000Z (over 1 year ago)
- Last Synced: 2025-02-26T11:17:33.057Z (about 1 year ago)
- Topics: blog, documentation, hacktoberfest, volta
- Language: SCSS
- Homepage: https://volta.sh
- Size: 446 KB
- Stars: 2
- Watchers: 6
- Forks: 17
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```sh
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.