:black_nib: My blog
The blog created by Ankit Kataria is based on the minimalist Jekyll theme called Lagrange. It is hosted on GitHub Pages and can be accessed through the following link: Ankit Kataria’s Blog.
To install and use the Lagrange Jekyll theme for your own blog, follow these steps:
Fork the Repository: Visit the Lagrange Jekyll theme repository on GitHub (URL: https://github.com/LeNPaul/Lagrange). Click on the “Fork” button in the top-right corner to create a copy of the repository under your account.
Clone the Repository: Once you have forked the repository, open your terminal or Git Bash and navigate to the directory where you want to clone the repository. Use the following command to clone the repository to your local machine:
git clone https://github.com/{your_username}/Lagrange.git
Install Jekyll: Ensure that you have Jekyll installed on your system. If not, refer to the Jekyll documentation for installation instructions.
Configure and Customize: Customize the theme according to your preferences by modifying the _config.yml file and other relevant files in the repository.
Build and Serve the Site: Once you have made the necessary customizations, use the following command to build and serve your site locally:
bundle exec jekyll serve
This will start a local development server, and the site can be accessed at http://localhost:4000.
Deploy to GitHub Pages: To deploy your blog to GitHub Pages, ensure that you have a GitHub repository with the name {your_username}.github.io. Push the cloned repository to this repository, and GitHub Pages will automatically build and publish your site.
Ankit Kataria’s blog is based on the Lagrange Jekyll theme, offering a minimalist design and visually appealing layout. Hosting the blog on GitHub Pages ensures reliability and fast loading times. To use the Lagrange theme for your own blog, you can fork and clone the repository, make customizations, and deploy it to GitHub Pages.