This repository hosts the source code for my personal website, built with the Hugo static site generator. The site serves as a portfolio to showcase my professional experiences, projects, and skills.
- Minimalistic Design: A clean and professional layout to focus on content.
- Markdown Content: Easily manage and update pages with Markdown files.
- Responsive: Fully responsive design to provide an optimal viewing experience on any device.
- Fast and Secure: Optimized for performance with Hugo's static generation capabilities.
├── archetypes/ # Templates for creating new content
├── content/ # Website content (Markdown files for pages)
├── layouts/ # Custom layouts and templates
├── static/ # Static assets (images, CSS, JavaScript)
├── themes/ # Theme configurations (if using an external theme)
├── config.toml # Hugo site configuration file
└── README.md # Project documentation