🌐 See https://vedph.github.io/gve-doc
Ensure that in your machine you:
- install Ruby SDK via the RubyInstaller.
- install Jekyll and bundler gems:
gem install jekyll bundler.
This Jekyll site was setup as follows:
- at https://just-the-docs.github.io/just-the-docs/, click the "use the template" link and enter the name of the repository to create.
- clone the repository locally.
- in the local repository, adjust Gemfile and _config.yml and run
bundle install. - push the changes.
- in the remote repository, change settings/pages to use GitHub Actions as pages source.
To run: bundle exec jekyll serve