Commit 21f439b
committed
Upgrade Hugo to 0.146.0 and install Docsy NPM dependencies
The Docsy v0.12.0 theme requires Hugo 0.146.0+ and uses Bootstrap/FontAwesome
as NPM dependencies rather than Hugo modules.
Changes:
- Upgraded Hugo from 0.135.0 to 0.146.0 (minimum required by Docsy v0.12.0)
- Added npm install step in Docsy theme directory to install Bootstrap 5.3.6
and FontAwesome 6.7.2 from theme's package.json
The theme's hugo.yaml mounts these from node_modules/ directories. No Go
installation or Hugo module commands needed.
Tested with act - build completes successfully.1 parent f6f1dbb commit 21f439b
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
| |||
0 commit comments