Welcome to my personal website! This site showcases my projects, blogs, and more. Built with Hugo and the hugo-profile theme.
Portfolio Link - https://aankitdas.github.io/
- Portfolio of Projects – Includes personal and academic projects, with links, images, and descriptions.
- Technical Blog – Detailed write-ups about machine learning, computer vision, deep learning, and other topics I explore.
- Resume / CV – Quick access to my professional background.
- Responsive Design – Works well on desktop and mobile devices.
- Static Site Generator: Hugo
- Theme: hugo-profile
- Frontend: HTML, CSS, JS
- Hosting: GitHub Pages
- CI/CD: GitHub Actions for automated deployments
├── content/ # Your site content (blogs, projects, etc.)
├── static/ # Static files like images, icons, PDFs
├── themes/ # Hugo theme folder
├── hugo.yaml # Site configuration
├── README.md # This file
└── .github/workflows/gh-pages.yml # Deployment workflow
This site uses GitHub Actions to automatically deploy whenever changes are pushed to the main branch.