chore(hugo): Added devbox for hugo processing. Improved README documentation.
This commit is contained in:
parent
08847aac0a
commit
a845e0fcde
3 changed files with 177 additions and 24 deletions
11
devbox.json
Normal file
11
devbox.json
Normal 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": {}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue