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
This commit is contained in:
Stephan Lo 2025-10-23 14:13:31 +02:00
parent 08a0e8863f
commit 3eaa574a26
4 changed files with 448 additions and 4 deletions

View file

@ -5,7 +5,8 @@
"dart-sass@latest",
"go@latest",
"nodejs@latest",
"htmltest@latest"
"htmltest@latest",
"go-task@latest"
],
"shell": {
"init_hook": [],