Sample repository for a Jekyll-based website using the Minima theme, with Gitpod support.
The resulting website is available at https://bluezio.github.io/example-jekyll-gitpod/.
To use Gitpod to edit the site, install the browser extension and click on the "Gitpod" button.
First, install Ruby and Bundler.
Next, clone this repository, and install its dependencies:
bundle installStart the live preview:
bundle exec jekyll serveYou can now preview the site at http://localhost:4000. Feel free to make any changes and then reload your page in the browser.
If you have just created a new repository from this template, you will need to enable Github Pages for your repository to have the site built and served automatically. Check Step 2 of these instructions.