Skip to content

Static site generator for Corey Goldberg's blog

License

Notifications You must be signed in to change notification settings

cgoldberg/cgoldberg.github.io

Repository files navigation

cgoldberg.github.io

This repo contains the code for Corey Goldberg's personal blog website, located at: https://cgoldberg.github.io.

It's hosted on GitHub Pages, made with Jekyll static site generator, using the Chirpy theme.


Usage

Check out the theme's docs.

To setup a development environment and run locally:

  1. Clone this repository to your local machine
  2. Follow the Jekyll installation guide to install Jekyll
  3. Run bundle in the root of the repository to install the dependencies
  4. Run bundle exec jekyll s in the root of the repository to start the Jekyll server

The local server will be available at: http://127.0.0.1:4000

Deployment

The website is generated and deployed with every push to the main branch of this repo using a workflow on GitHub Actions.

License

This work is published under the MIT License.