Personal Website
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
- Custom Layouts: Specialized templates for different content types
- Responsive Grid: CSS Grid for flexible, responsive layouts
- Type Animation: Typed.js integration for dynamic homepage text
- Optimized Images: Proper image handling and optimization
- 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:
- Hugo builds the static site
- Generated files are pushed to the
gh-pages
branch - GitHub Pages serves the site from the branch
Future Enhancements
- Add dark/light theme toggle
- Implement search functionality