website-and-documentation/devbox.json
Stephan Lo 3eaa574a26 docs(dev): add Taskfile and developer documentation
- 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
2025-10-23 14:13:31 +02:00

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": {}
}
}