This blog is forked from Heiswayi Nrird's The Plain. The Plain is a minimalist Jekyll theme, ideally designed for your personal blog use. This Jekyll theme provides a minimum distraction so you can focus on writing that matters to you and your readers. This theme is originally inspired from Leonard Lamprecht's leo theme.
# Set up Ruby path (add this to your ~/.zshrc for permanent use)
export PATH="/opt/homebrew/opt/ruby/bin:$PATH"
# Install dependencies
bundle install
# Run Jekyll to start the server locally
bundle exec jekyll servegit push
# git push is enough, a Github CI will trigger the page build automatically