Personal blog and digital knowledge base for Amit Mondal.
Live Site: https://amitinside.com
- Built with Jekyll
- Custom theme (Coderon)
- Responsive, modern design
- Supports dark/light mode toggle
- Blog, archive, and contact pages
- Contact form integration (Formspree)
- Disqus comments
- Google Analytics
- FontAwesome icons
- Pagination and sitemap via plugins
jekyll-paginate
(pagination)jekyll-sitemap
(sitemap.xml generation)
- Clone the repository:
git clone https://github.com/amitjoy/amitjoy.github.io.git cd amitjoy.github.io
- Install dependencies:
bundle install
- Run locally:
The site will be available at http://localhost:4000
bundle exec jekyll serve
- Main site settings:
_data/settings.yml
- Plugins and build:
_config.yml
,Gemfile
- Styles and fonts:
css/_0-settings/variables.scss
,_includes/head.html
See LICENSE if present.
Maintained by Amit Mondal. For questions, contact: amit@amitinside.com