Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.02 KB

File metadata and controls

35 lines (22 loc) · 1.02 KB

This is my personal site

This is the 3rd iteration of my site. It's built using Jekyll. Its design was inspired by the Jekyll theme Tale, and the lightweight CSS framework skeleton.

Usage

1. Clone repo

git clone git@github.com:cmonaghan/cmonaghan.github.io.git

2. Install dependencies

Install all the dependencies

bundle install

3. Running Locally

To test the site locally (including drafts), run this from the root directory:

bundle exec jekyll serve --drafts --watch

Go to http://localhost:4000.

Cloudflare Pages

This site's domain and deployment is setup using Cloudflare Pages.

Redirect from christianmonaghan.com to woolgathering.io

I setup a Lambda@edge rule which sends a 301 redirect to for any requests to christianmonaghan.com. It's manually configured as it's a simple function. If any changes are made to this function, it must be "Deployed" not just "Published" for the changes to take effect.