Welcome to the source code for my personal website: lakshyasinghchauhan.com. Built with using Jekyll and the Chirpy theme.
- 📝 Blog with clean typography
- 🧰 Projects showcase with GitHub badges
- 🏆 Certificates section by category
- 🌗 Light/dark mode with system preference
- 🌐 SEO, sitemap, and social metadata
- 💬 Comments via Giscus
- 🚀 Hosted with GitHub Pages
- 🌍 CDN-optimized images and favicons
- Jekyll + Chirpy Theme
- Bootstrap (via theme)
- Markdown for content
- GitHub Pages for deployment
- Cloudflare for DNS + security
# Install dependencies
bundle install
# Start local server
bundle exec jekyll serve
Then open http://127.0.0.1:4000/
in your browser.
Note: You may need to install
wdm
for live reload on Windows.
├── _posts/ # Blog posts
├── _tabs/ # Pages like About, Projects, Certificates
├── _data/ # YAML files (projects.yml, certificates.yml)
├── assets/ # Images, CSS, favicon, JS
├── _includes/ # Partial templates (auto-loaded from theme)
├── _layouts/ # Overridden templates (like post.html)
├── _config.yml # Site config
└── index.html # Homepage
This repository is licensed under the MIT License. Content and blog posts © Lakshya Singh Chauhan.
Found a typo or bug? Open an issue.
Thanks for visiting! ✨