Fred Muya's github blog
- Set Up Jekyll as outlined here: https://jekyllrb.com/docs/installation/#guides
cd
into the project directory- Run
bundle install
to install missing gems. - Run the command below:
bundle exec jekyll serve
- Access the project on http://127.0.0.1:4000
- Ensure you have Docker installed (https://www.docker.com/get-started)
cd
into the project directory- Run docker-compose up:
docker-compose -f deploy/docker-compose.yml up
- Access the project on http://127.0.0.1:4000
Please refer to the Updating Guide there's a need to update the Gemfile.lock
with a new version of Jekyll.