Source for the Kokkos website, built with Hugo and the Hinode theme via Hugo Modules.
- Hugo (extended edition), version 0.136.3 or later
- Go (for Hugo Modules dependency resolution)
- Node.js (for Dart Sass and PostCSS)
npm install
hugo serverThe site will be available at http://localhost:1313.
npm install
hugo --gc --minifyOutput is written to public/.
The site is built and deployed to GitHub Pages by .github/workflows/hugo.yml on every push to main.