chore(deps): update Hugo to v0.151.0 and Docsy to v0.12.0

- Upgrade Hugo from v0.125.4 to v0.151.0+extended
- Upgrade Docsy theme from v0.10.0 to v0.12.0
- Update Bootstrap to v5.3.8
- Update Go to v1.25.1
- Add Node.js for PostCSS support
- Install PostCSS, autoprefixer dependencies
- Remove obsolete custom render-heading template
- Update minimum Hugo version requirement to 0.151.0
This commit is contained in:
Stephan Lo 2025-10-23 14:02:22 +02:00
parent ceb213cf64
commit d6f3d67724
6 changed files with 190 additions and 49 deletions

6
go.mod
View file

@ -2,4 +2,8 @@ module github.com/me/ipceicis
go 1.22.5
require github.com/google/docsy v0.10.0 // indirect
require (
github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3 // indirect
github.com/google/docsy v0.12.0 // indirect
github.com/twbs/bootstrap v5.3.8+incompatible // indirect
)