Skip to content

jcleigh/jcleigh.github.io

Repository files navigation

jcleigh

This repository contains the source code for my personal blog site hosted on GitHub Pages at https://jcleigh.github.io. The site is built using Node.js and the marked library for markdown rendering.

Building and Publishing the Site

To build and publish the site using GitHub Pages, follow these steps:

  1. Clone the repository:

    git clone https://github.com/jcleigh/jcleigh.github.io.git
    cd jcleigh.github.io
  2. Install the required dependencies:

    npm install
  3. Build the site:

    npm run build
  4. Serve the site locally:

    npx http-server ./public
  5. Commit and push your changes to the main branch. GitHub Pages will automatically build and publish the site.

About

Resources

Stars

Watchers

Forks