Based on the Treat template for Jekyll.
- Site details in including Google Analytics/Disqus in
_config.yml
. - Author details in
_data/sidebar.yml
Requires Ruby 3.8 to run GitHub Pages.
docker run --rm -p 80:4000 --volume="%CD%:/srv/jekyll:Z" --publish [::1]:4000:4000 jekyll/jekyll:3.8.5 jekyll serve
Treat was built with Jekyll version 3.4.3, but should support newer versions as well.
Install the dependencies with Bundler:
$ bundle install
Run jekyll
commands through Bundler to ensure you're using the right versions:
$ bundle exec jekyll serve