Commit graph

5 commits

Author SHA1 Message Date
5c9e9649ee chore(devbox): update lock file with pinned dependency versions
Pin package versions from @latest to concrete versions for reproducible
development environments across the team.

Changes:
- go: latest → 1.25.1
- hugo: latest → 0.151.0
- nodejs: latest → 24.10.0
- Added nixpkgs-unstable entry (2025-10-20)

This ensures all developers use identical tool versions, improving
build reproducibility and reducing "works on my machine" issues.
2025-10-24 13:10:54 +02:00
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
d6f3d67724 chore(deps): update Hugo to v0.151.0 and Docsy to v0.12.0
- Upgrade Hugo from v0.125.4 to v0.151.0+extended
- Upgrade Docsy theme from v0.10.0 to v0.12.0
- Update Bootstrap to v5.3.8
- Update Go to v1.25.1
- Add Node.js for PostCSS support
- Install PostCSS, autoprefixer dependencies
- Remove obsolete custom render-heading template
- Update minimum Hugo version requirement to 0.151.0
2025-10-23 14:02:22 +02:00
0ada8f00be chore(devbox): added go dependency 2024-11-07 12:55:07 +01:00
a845e0fcde chore(hugo): Added devbox for hugo processing. Improved README documentation. 2024-11-05 09:38:29 +01:00