Initial website deployment
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 1m44s

This commit is contained in:
Akshay Kolli
2026-07-02 00:28:25 -07:00
commit e240b99cb2
66 changed files with 2774 additions and 0 deletions

44
hugo.yaml Normal file
View File

@@ -0,0 +1,44 @@
baseURL: "https://akkolli.net/"
locale: "en-us"
title: "Akshay Kolli"
enableRobotsTXT: true
params:
author: "Akshay Kolli"
description: "PhD student at UMass Lowell -- World Models & Reinforcement Learning."
displayMode: "crt"
density: "compact"
social:
- name: "GitHub"
url: "https://github.com/akkolli"
icon: "github"
- name: "LinkedIn"
url: "https://www.linkedin.com/in/akshay-kolli-/"
icon: "linkedin"
- name: "Google Scholar"
url: "https://scholar.google.com/citations?user=aAezuzMAAAAJ&hl=en"
icon: "google-scholar"
- name: "Twitter"
url: "https://twitter.com/thekolliakshay"
icon: "twitter"
- name: "Gitea"
url: "https://code.akkolli.net/explore/repos"
icon: "gitea"
- name: "RSS"
url: "/index.xml"
icon: "rss"
internal: true
disableKinds:
- taxonomy
- term
markup:
tableOfContents:
startupLevel: 2
endLevel: 3
ordered: false
highlight:
guessSyntax: true
noClasses: false