This is my personal academic website! It is available at juanrloaiza.com.
I've coded this website many times over the years using:
- Plain HTML (yes, at some point it was plain HTML)
- Jekyll (2018-2023)
- Hugo (2023-2025)
- Nuxt (2025-2025)
- Astro (2025-)
If for some reason you want to run this website on your computer, it works as with any other JS project:
- Clone this repository
- Run
pnpm install - Run
pnpm dev