Personal Website

📅 July 2025
Active
Hugo HTML CSS JavaScript

A modern, fast, and responsive personal website built with Hugo and the console theme. Features a clean terminal-inspired design with sections for about, projects, blog posts, and contact information.

Features

  • Fast & Lightweight: Built with Hugo static site generator for optimal performance
  • Responsive Design: Works perfectly on desktop, tablet, and mobile devices
  • Terminal Theme: Clean, minimalist design inspired by terminal interfaces
  • Dynamic Typing: Animated terminal commands on the homepage
  • Project Showcase: Dedicated section for displaying projects with rich metadata
  • Blog Integration: Built-in blogging functionality with clean post layouts
  • SEO Optimized: Proper meta tags and structured data for search engines

Key Components

  1. Custom Layouts: Specialized templates for different content types
  2. Responsive Grid: CSS Grid for flexible, responsive layouts
  3. Type Animation: Typed.js integration for dynamic homepage text
  4. Optimized Images: Proper image handling and optimization
  5. Clean URLs: SEO-friendly URL structure

Deployment

The site is deployed using GitHub Pages with automatic builds on push to the main branch. The deployment process includes:

  1. Hugo builds the static site
  2. Generated files are pushed to the gh-pages branch
  3. GitHub Pages serves the site from the branch

Future Enhancements

  • Add dark/light theme toggle
  • Implement search functionality