rename project

This commit is contained in:
2024-07-08 07:29:42 +02:00
committed by Flo Greistorfer
parent 03af91e1a1
commit 8172b90494
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Static Gallery Website Builder (SGWB) # StaticGalleryBuilder (SGB)
`builder.py` is a Python script designed to generate static HTML files for hosting images on a web server. It traverses a specified root directory, creates thumbnail previews for images, and generates corresponding HTML files to display the images and subfolders in a user-friendly format. `builder.py` is a Python script designed to generate static HTML files for hosting images on a web server. It traverses a specified root directory, creates thumbnail previews for images, and generates corresponding HTML files to display the images and subfolders in a user-friendly format.

View File

@@ -2,7 +2,7 @@
"folders": [ "folders": [
{ {
"path": "./", "path": "./",
"name": "Simple Picture Server" "name": "StaticGalleryBuilder"
} }
], ],
"settings": { "settings": {