Overview:
The personal blog on https://batsov.com is a simple Jekyll-powered site that is deployed on GitHub pages.
Features:
- Jekyll-powered site
- Deployed on GitHub pages
- Open for users to send PRs for improvements
Installation:
To install the theme for the personal blog on https://batsov.com, follow these steps:
- Clone the repository:
git clone <repository-url>
- Install Jekyll:
gem install jekyll
- Build the site:
jekyll build
- Deploy on GitHub Pages:
Follow the GitHub Pages documentation to deploy the site.
Summary:
The personal blog on https://batsov.com is a Jekyll-powered site that is deployed on GitHub pages. It allows users to contribute by sending PRs for improvements such as addressing typos, bad grammar, visual glitches, etc. To install the theme, users need to clone the repository, install Jekyll, build the site, and deploy it on GitHub Pages.