allow-empty
is an experimental blog.
Git commits in this repository are the posts.
git commit --allow-empty
git push
git clone [email protected]:danott/allow-empty.git
cd allow-empty
bundle install
bundle exec rake clobber build serve
I also reach for rerun when rapidly iterating.
# Terminal one
rerun bundle exec rake clobber build -i "_site/*" -p "*"
# Terminal two
bundle exec rake serve
# Terminal three
open "http://localhost:3000"
https://allow-empty.danott.website is hosted on GitHub pages. https://github.com/danott/allow-empty/blob/main/.github/workflows/github_pages.yml is the GitHub action that takes care of building and deploying. Recent deploys can be viewed on GitHub at https://github.com/danott/allow-empty/deployments .