Hugo base for jelinek.website

This is the source code for my personal website. It is based on the Hugo static site generator.

Development

To run the site locally, you need to have Hugo installed. Then, run the following command:

hugo server

Cleanup and rebuild

If you have problems with the site not updating, you can try to clean up the modules and rebuild the site:

hugo mod clean
hugo server

Deployment

The site is automatically built and deployed when changes are pushed to the master branch.