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
This commit is contained in:
枫
2026-08-23 14:42:11 +00:00
parent 446a677a43
commit 55a9f889da
4 changed files with 119 additions and 22 deletions
+1 -4
View File
@@ -15,11 +15,8 @@ server {
add_header Cache-Control "public, no-transform";
}
# Auto-index at root for listing available pages
location / {
autoindex on;
autoindex_exact_size off;
autoindex_localtime on;
try_files $uri $uri/ =404;
}
# Each subdirectory serves its page