Commit Graph

3 Commits

Author SHA1 Message Date
枫 3bcacecce2 fix: clean up Dockerfile and add generate-nav.sh to cleanup list
Deploy / deploy (push) Failing after 2s
2026-08-23 14:42:30 +00:00
枫 55a9f889da feat: add auto-generated navigation page
Deploy / deploy (push) Failing after 2s
- Add generate-nav.sh to scan directories and build index.html
- Add nav generation step in workflow before docker build
- Replace nginx autoindex with custom nav page
- Auto-extract page title from <title> tag
2026-08-23 14:42:11 +00:00
枫 c96c23a7c5 feat: add CI/CD pipeline with Docker + Nginx
Deploy / deploy (push) Failing after 1m30s
- Add Gitea Actions workflow for auto-deploy on push to main
- Add Dockerfile (nginx:alpine based, with layer caching)
- Add nginx.conf (gzip, autoindex, static caching)
- Add .dockerignore
- Migrate cache.html → cache/index.html for directory-based routing
2026-08-23 14:24:47 +00:00