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.
Check out the theme's docs.
To setup a development environment and run locally:
- Clone this repository to your local machine
- Follow the Jekyll installation guide to install Jekyll
- Run
bundle
in the root of the repository to install the dependencies - 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
The website is generated and deployed with every push to the main
branch
of this repo using a workflow on GitHub Actions.
This work is published under the MIT License.