The personal blog of @tmr08c.
This repository contains the Hugo-based blog in the hugo-site/
directory.
This blog is leveraging GitHub Pages. Work is done on the main
branch, and GitHub Actions automatically deploys to GitHub Pages when changes are pushed to main
.
To work with the Hugo site:
cd hugo-site
hugo server # Development server at localhost:1313
hugo # Build for production
To run E2E tests:
cd hugo-site
npm install # Install test dependencies
npm run test:e2e # Run tests with interactive UI
npm run test:e2e:ci # Run tests in CI mode
Deployment is handled automatically by GitHub Actions when changes are pushed to the main
branch. The site is built using Hugo and deployed to GitHub Pages.
- Built with Hugo - the world's fastest framework for building websites.
- Uses the hugo-texify3 theme.