chore(hugo): Added devbox for hugo processing. Improved README documentation.

This commit is contained in:
Stephan Lo 2024-11-05 09:38:29 +01:00
parent 08847aac0a
commit a845e0fcde
3 changed files with 177 additions and 24 deletions

11
devbox.json Normal file
View file

@ -0,0 +1,11 @@
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.10.5/.schema/devbox.schema.json",
"packages": [
"hugo@0.125.4",
"dart-sass@1.75.0"
],
"shell": {
"init_hook": [],
"scripts": {}
}
}