- Add Taskfile.yml with common development tasks - Add go-task to devbox dependencies - Create comprehensive README-developer.md covering: - Devbox setup and usage - Hugo and Docsy basics - Task commands reference - Development workflow - Content creation guide - Testing procedures - Troubleshooting tips
15 lines
310 B
JSON
15 lines
310 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.10.5/.schema/devbox.schema.json",
|
|
"packages": [
|
|
"hugo@latest",
|
|
"dart-sass@latest",
|
|
"go@latest",
|
|
"nodejs@latest",
|
|
"htmltest@latest",
|
|
"go-task@latest"
|
|
],
|
|
"shell": {
|
|
"init_hook": [],
|
|
"scripts": {}
|
|
}
|
|
}
|