Static Website based on jekyll and theme provided by mmistakes/minimal-mistakes. Visit the actual site at https://saran.sankaran.dev/
To run this Jekyll site on your local machine, follow these steps:
- Install Jekyll by running the command
gem install jekyll
in your terminal. - Clone the repository containing your Jekyll site code.
- Navigate to the root directory of your Jekyll site in your terminal.
- Run the command
bundle exec jekyll serve --incremental --draft
to start the local development server. - Open your web browser and visit
http://localhost:4000
to view your site.
For more information on Jekyll, visit the official documentation at https://jekyllrb.com/docs/home/