Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 697 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 697 Bytes

Software Site

Based on the Treat template for Jekyll.

Setup

  1. Site details in including Google Analytics/Disqus in _config.yml.
  2. Author details in _data/sidebar.yml

Develop

Requires Ruby 3.8 to run GitHub Pages.

Docker (Windows)

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