This repository contains the source code for my personal portfolio website hosted at akshat4112.github.io.
This is a static website built with Hugo using the PaperMod theme. The site serves as a professional portfolio showcasing my work, publications, talks, and expertise in Machine Learning Engineering, Generative AI, Diffusion Models, and LLMs.
- Posts: Technical blog posts and articles
- Publications: Research papers and technical publications
- Talks: Conference presentations and speaking engagements
- Events: Events I've participated in or organized
- About: Professional information and bio
- CV: Link to my curriculum vitae
- Hugo Extended (v0.147.2 or later)
- Git
-
Clone the repository:
git clone https://github.com/akshat4112/akshat4112.github.io.git cd akshat4112.github.io -
Initialize and update submodules:
git submodule update --init --recursive
-
Start the local development server:
hugo server --bind 0.0.0.0 --baseURL http://localhost:1313 --disableFastRender
-
View the site at http://localhost:1313
hugo new posts/my-new-post.mdhugo new publications/my-publication.md
hugo new talks/my-talk.md
hugo new events/my-event.mdThe site is automatically deployed to GitHub Pages when changes are pushed to the main branch, using the GitHub Actions workflow defined in .github/workflows/hugo.yml.
- Site Configuration: Edit
config.ymlto modify site settings, menus, and social links - Theme Customization: Override theme templates by creating matching files in the
layouts/directory - Styling: Customize CSS by adding files to
assets/css/
The content of this project is licensed under the Creative Commons Attribution 4.0 International License, and the underlying source code is licensed under the MIT license.