Please see this wiki page for instructions. If you are only going to be writing posts, you can ignore the rest of this readme.
Another option is to use Netlify CMS to write posts. Visit this page to write a new post.
Clone the repo onto your own computer. Make sure you have Ruby installed; bundler should handle the rest.
Once you have Ruby installed, run these commands:
Make sure to use a version of Ruby below 3.2, as some of the commands have been updated Additionally make sure you install the version with DevKit
gem install jekyll bundler
bundle install
In the same directory, run:
bundle exec jekyll serve
You can now browse to localhost:4000 to view the site. There's no need to restart jekyll after you make changes, it will update automatically.