Skip to content

ssrikantan/ssrikantan.github.io

Repository files navigation

Srikantan Sankaran - Tech Blog 🚀

GitHub Pages Jekyll License: MIT

A modern, SEO-optimized technical blog covering Azure, Data Engineering, AI/ML, and Cloud Architecture.

🌟 Features

  • 🎨 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

🛠️ Tech Stack

  • 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

📂 Project Structure

├── _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

🚀 Local Development

  1. Clone the repository

    git clone https://github.com/ssrikantan/ssrikantan.github.io.git
    cd ssrikantan.github.io
  2. Install dependencies

    bundle install
  3. Run locally

    bundle exec jekyll serve
  4. View in browser Open http://localhost:4000

✍️ Creating a New Post

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...

📝 Content Topics

  • ☁️ Azure Cloud Services
  • 📊 Data Engineering & ETL
  • 🤖 AI/ML & MLOps
  • 🔧 DevOps & CI/CD
  • 🔐 Security & Identity
  • 📈 Analytics & Visualization

🤝 Contributing

Contributions are welcome! See CONTRIBUTING.md for guidelines.

📄 License

This project is open source and available under the MIT License.

📬 Connect


Built with ❤️ by Srikantan Sankaran

Releases

No releases published

Packages

 
 
 

Contributors