Erik Sandvig's academic website, built with Hugo on the HugoBlox Academic CV template and hosted on GitHub Pages.
config/_default/params.yaml— site-wide settings (name, tagline, colors, header/footer)config/_default/menus.yaml— top navigationcontent/_index.md— homepage sections (bio, projects, publications, news)content/experience.md— CV/experience page (pulls fromdata/authors/me.yaml)content/publications/— one folder per publicationcontent/projects/— one folder per research project (shown as cards)content/blog/— news/updates, shown in the homepage "Recent News" sectiondata/authors/me.yaml— bio, education, experience, skills, social linksassets/media/authors/me.<ext>— profile photo (add your own; none is committed yet)
- Install Hugo Extended, Go (for Hugo Modules), and pnpm
pnpm installpnpm dev(runshugo server --disableFastRender)- Open http://localhost:1313
Push to main on chilesummits/chilesummits.github.io — a GitHub Actions workflow (.github/workflows/deploy.yml) builds the site with Hugo and publishes it to GitHub Pages at https://chilesummits.github.io.