Skip to content

jacksontong/jacksontong.github.io

Repository files navigation

BrickCrafted

This is the source code for my personal blog written in Jekyll.

Local Development

Quick Setup with VSCode DevContainer

  1. Open the project in VSCode.
  2. Install the "Remote - Containers" extension if you haven't already.
  3. When prompted, select "Reopen in Container".
  4. Wait for the container to build and start.

Start the Server

To start the server with hot reloading, run:

make serve