No description
- C# 57.7%
- HTML 30.3%
- CSS 7.9%
- Dockerfile 4.1%
| .forgejo/workflows | ||
| ArtGallery.Frontend | ||
| ArtGallery.Generator | ||
| .dockerignore | ||
| .gitignore | ||
| ArtGallery.sln | ||
| LICENSE | ||
| README.md | ||
ArtGallery
A simple frontend showing off art along with artist information, grouped by year or by artist.
For an active deployment, see https://art.foxite.me
ArtGallery.Frontend
The Razor app which serves the frontend. It reads a json file and references images stored on an external server (such as nginx).
ArtGallery.Generator
Scans a directory and produces a json file for Frontend to consume. It can also produce thumbnails for each image.