Personal website built with Hugo and the PaperMod theme.
# Install Hugo (macOS)
brew install hugo
# Clone repository
git clone https://github.com/cboone/cboone.github.io.git
# Run local server
hugo serverSite available at http://localhost:1313/
Visual references for CSS custom properties are available:
- Colors:
/styles/colors/(orstatic/styles/colors/index.htmllocally) - backgrounds, text colors, accents, borders, scrollbar colors, and notice colors for both light and dark modes - Typography:
/styles/typography/(orstatic/styles/typography/index.htmllocally) - fonts, type scale, line heights, and letter spacing
Pushes to the production branch trigger automatic deployment via GitHub Actions.