Commit graph

7 commits

Author SHA1 Message Date
49a9d1efe7
chore: Added nix flake 2025-11-19 17:10:27 +01:00
1d79ce85a5 feat(ui): add git version info display in header
- Display current branch/tag and commit hash in navbar center
- Show dirty working directory indicator with yellow badge
- Add automatic build info generation in Task workflow
- Include build timestamp and user information
- Style with responsive design (hidden on mobile)
- Add .gitignore entries for generated build artifacts
2025-10-25 23:52:04 +02:00
267b01162f fix: add package-lock.json to repository for npm ci
Some checks failed
ci / build (push) Failing after 1m0s
- Remove package-lock.json from .gitignore
- Add package-lock.json to repository (required for npm ci in Docker build)
- npm ci requires package-lock.json to ensure reproducible builds
2025-10-23 17:20:12 +02:00
08a0e8863f chore(config): improve .gitignore for Hugo project
- Add resources/_gen/ for Hugo-generated assets
- Add node_modules/ for NPM dependencies
- Add test output directories (tmp/, .htmltest/)
- Add devbox local directory (.devbox/)
- Add IDE files (VS Code, IntelliJ, Vim)
- Add OS-specific files (macOS, Windows)
- Add log files
- Remove package.json from ignore (needed for NPM scripts)
2025-10-23 14:02:54 +02:00
d14bbf9a94 Added idpbuilder topic and added devcontainer cli support 2024-09-26 14:44:53 +02:00
71ef2edd38 chore(hugo): renderer folder removed 2024-07-30 16:26:55 +02:00
Stephan Lo (WSL)
fabab52d8d chore(documentation-base): Initial commit with Hugo devcontainer and RELEARN theme installed - just open the devconatiner and start editing! 2024-07-30 11:12:09 +02:00