Make Jelly site have a GitBook look!
Live page on Github Pages: https://renanrolo.github.io/
The jekyll-gitbook theme supports adding a cover image to a specific page by adding
a cover field to the page metadata:
---
title: Page with cover image
author: Tao He
date: 2022-05-24
category: Jekyll
layout: post
+ cover: /jekyll-gitbook/dinosaur.gif
---# Running locally
Open PowerShell
Run
`bundle install`
To run locally
`bundle exec jekyll serve`
localhost:4000