sudo apt install jekyll
jekyll serve # this will serve on http://localhost:4000
Pull requests are welcome. If you submit code, please install pre-commit
and run pre-commit install
to automatically format your contributions.
Commit, push and wait for GitHub Actions. PRs are welcome!
This is shamelessly borrowed from Helsinki Python. Thanks!