New personal website built with Hugo. It's a replacement of my old website which was using Jekyll and Github Pages.
This repository includes a Codespaces configuration that automatically sets up a complete Hugo development environment. Simply open the repository in Codespaces and everything will be ready to go, including Hugo 0.152.2 extended edition.
To start the Hugo development server:
hugo serverBuild this with a hugo command. Tested with version 0.152.2.
This repository uses Dependabot to automatically keep dependencies up to date. Dependabot will create pull requests for:
- GitHub Actions - Updates to workflow actions (checked weekly)
- Git Submodules - Updates to the Hugo theme (checked weekly)
- Dev Container Features - Updates to Codespaces configuration (checked weekly)
Configure Dependabot in .github/dependabot.yml.