A personal Hugo blog focused on information security, featuring technical cheatsheets and a resume section.
- Custom "audacious" theme with Bootstrap 5
- Custom color scheme
- Responsive design
- Resume page with data-driven content
- Print-friendly styling
No additional dependencies required! Bootstrap is loaded directly from CDN, making it easy to update by simply changing the version number in the template files.
To update Bootstrap, edit the version number in:
themes/audacious/layouts/partials/head/css.html(Bootstrap CSS)themes/audacious/layouts/partials/head/js.html(Bootstrap JS)
Custom theme colors are defined in themes/audacious/assets/css/theme.css.
Make sure you have Hugo installed. You can verify with:
hugo versionStart the Hugo development server with live reload:
hugo serverThe site will be available at http://localhost:1313. The server will automatically reload when you make changes to content or templates.
For more verbose output and to see draft content:
hugo server -DBuild the static website for production:
hugoThis generates all static files in the public/ directory, ready for deployment.
To build with verbose output:
hugo -vsudo certbot certificates
sudo certbot certonly --standalone -d capysecurity.com
hugo && rsync -avz --delete public/ vps672637.ovh.net:~/audacious_blog