stevenharman / stevenharman.github.io

The website of me.
https://stevenharman.net
1 stars 0 forks source link
blog jekyll-site

StevenHarman.net

The website of me, powered by Jekyll and hosted by GitHub Pages.

Development

First, install all dependencies via:

$ bundle install

Then you can build and preview the site with

$ bin/jekyll serve --watch --incremental

Deploying

  1. git push origin main
  2. There is no step 2.