This repository hosts the source code for my personal IT portfolio static website. It is deployed on GitHub Pages, using Hugo and GitHub Actions.
- Clone the repo recursively (we need to pull the theme as well)
- Install Hugo
- Invoke
hugo serveto start the dev server - Go to http://localhost:1313 in your browser to view the site
Simply push/merge to the main branch, and GitHub Actions will automatically
build the site and deploy to GitHub Pages.
Copyright (c) 2024, Ryan Algar (ralgar/ralgar.dev). All rights reserved.