{ Personal } is a free responsive blog with minimal aesthetic, about you. You can watch it live here.
Fork the repository and:
yourusername.github.io
url
in _config.yml
to be yourusername.github.io
https://yourusername.github.io
You can use Docker to run the website to avoid installing any dependencies to your local environment. To do so, run:
docker-compose up --build
Alternatively, you can run the website locally by installing ruby (3.2.2) and then installing the project dependencies by running:
bundle install
And then start serving the website:
jekyll serve --watch --livereload
The theme contains documentation in the form of blog posts.