This is a Hugo-based web framework for K-State CS lecture content. It uses a lightly adapted version of the Hugo Relearn Theme theme called K-State CS Hugo Theme
- Git
- Go 1.22 or later from Go Downloads
- Hugo 0.128.0 or later from Hugo Releases
- Clone the repository using Git:
git clone <url> - Open the directory:
cd <directory> - Run the site using Hugo :
hugo serve
Hugo should automatically download the relevant theme module. No additional configuration is needed.
To update the theme to the latest version, run hugo mod get -u
To update the Hugo version, install a new version locally for testing and also update the version in workflows/gh-pages.yml
Contact Russell Feldhausen - [email protected]