|
|
d575fd58e2
|
Implement progressive image loading in generateSite.js and enhance image serving with quality and width parameters. Added sharp dependency for image processing. Updated image display logic to improve user experience.
|
2024-12-28 10:58:05 -05:00 |
|
|
|
ba39cb4af7
|
Refactor Dockerfile to execute start.sh and update .gitignore to exclude *.png files. Enhance fetchImages.js with improved path normalization and debug logging for asset checks, ensuring more reliable image fetching and processing.
|
2024-12-28 10:56:15 -05:00 |
|
|
|
09a34e2f38
|
Update .gitignore to remove public/ and *.css entries; add new styles.css file for improved layout and design. The new CSS file includes styles for body, image container, images, descriptions, and navigation elements, enhancing the overall user interface.
|
2024-12-28 10:46:48 -05:00 |
|
|
|
ac4cd9cba6
|
Refactor generateSite.js to use ES module syntax. Updated import statements and added support for obtaining the current directory name using fileURLToPath. This change aligns with the recent addition of "type": "module" in package.json.
|
2024-12-28 10:39:29 -05:00 |
|
|
|
8b5a39066f
|
Enhance debug logging in image fetching process to improve traceability of asset checks and downloads. Added logs for asset state, expected paths, and conditions for skipping existing files.
|
2024-12-28 10:33:40 -05:00 |
|
|
|
80aa4ea4b2
|
Update Dockerfile to run multiple Node.js scripts sequentially
|
2024-12-28 10:32:27 -05:00 |
|
|
|
7a17c8cc71
|
Enhance image fetching logic to load existing images from images.json and skip downloading if already present. This improves efficiency by avoiding redundant downloads.
|
2024-12-28 10:28:50 -05:00 |
|
|
|
395a5ad6e6
|
Added "type": "module" to package.json to enable ES module support
|
2024-12-28 10:18:46 -05:00 |
|
|
|
8e1d2ddfe9
|
Update Dockerfile to use Node.js 20-alpine base image
|
2024-12-28 10:17:34 -05:00 |
|
|
|
d4d6fab753
|
Initial init
|
2024-12-28 10:12:25 -05:00 |
|