Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 609 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 609 Bytes

mental_changelog

Miscellaneous notes about things I encounter while working.

Getting Started

Prerequisites

You must have Docker and Compose installed to run your Jekyll project in Docker.

Instructions to install Docker Compose

Testing Locally

To serve up the project:

  1. In project folder run:
sudo docker-compose up
  1. View project at:
localhost:4000
  1. Edit project and Jekyll will auto-regenerates the site
  2. When you want to shut-down the site, use Ctrl+C then run:
docker-compose down

TODO

  • migrate to Astro