Skip to content

Miscellaneous notes about things I encounter while working.

Notifications You must be signed in to change notification settings

rod7760/mental_changelog.github.io

Repository files navigation

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?

About

Miscellaneous notes about things I encounter while working.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published