A modern, SEO-optimized technical blog covering Azure, Data Engineering, AI/ML, and Cloud Architecture.
- 🎨 Modern Design - Clean, responsive UI with dark mode support
- 🔍 SEO Optimized - Meta tags, Open Graph, Twitter Cards, JSON-LD schema
- 🏷️ Tags & Categories - Easy navigation and content discovery
- 📱 Mobile First - Fully responsive across all devices
- ⚡ Fast Loading - Optimized CSS and lazy loading
- 💬 Social Sharing - One-click sharing to Twitter, LinkedIn, Facebook, Reddit
- 📊 Analytics Ready - Google Analytics integration
- 📖 Reading Time - Estimated reading time for each post
- 🔗 Related Posts - Automatic related article suggestions
- 💭 Comments - Disqus integration for discussions
- 📰 RSS Feed - Full RSS/Atom feed support
- Static Site Generator: Jekyll
- Hosting: GitHub Pages
- Styling: Custom CSS with CSS Variables
- Icons: Font Awesome 6
- Fonts: Inter, JetBrains Mono
- Syntax Highlighting: Prism.js
├── _config.yml # Site configuration
├── _includes/ # Reusable components (header, footer, etc.)
├── _layouts/ # Page templates
├── _posts/ # Blog posts
├── assets/ # Images and static files
├── css/ # Stylesheets
├── tags/ # Tag pages
├── about/ # About page
└── blog/ # Blog listing page
-
Clone the repository
git clone https://github.com/ssrikantan/ssrikantan.github.io.git cd ssrikantan.github.io -
Install dependencies
bundle install
-
Run locally
bundle exec jekyll serve -
View in browser Open http://localhost:4000
Create a new file in _posts/ with the format YYYY-MM-DD-title.md:
---
layout: post
title: "Your Amazing Post Title"
date: 2026-01-21
author: Srikantan Sankaran
tags:
- Azure
- Your Tags Here
description: "A brief description for SEO and social sharing."
---
Your content here...- ☁️ Azure Cloud Services
- 📊 Data Engineering & ETL
- 🤖 AI/ML & MLOps
- 🔧 DevOps & CI/CD
- 🔐 Security & Identity
- 📈 Analytics & Visualization
Contributions are welcome! See CONTRIBUTING.md for guidelines.
This project is open source and available under the MIT License.
Built with ❤️ by Srikantan Sankaran