Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 790 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 790 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 style.css on production is an empty file
# futhermore style.css does not exist locally.
# main.css is what we want

# locally main.css is being used but on prod
# style.css is being used... Issue with feed?