A personal blog built on Jekyll using a clone of Wordpress's Twenty Nineteen theme.
First, install Jekyll by
$ gem install bundler jekyll
then, build the project via
$ bundle exec jekyll serve
and the website should be accessible under http://localhost:4000.
In order to publish this blog via GitHub Pages, just rename this repository to your_username.github.io
and push it onto your GitHub.