No description
  • C# 66.5%
  • HTML 23.9%
  • CSS 6.4%
  • Dockerfile 3.2%
Find a file
Dirk Kok c96f706e06
All checks were successful
Deploy Generator / build-and-push-image (push) Successful in 11s
Deploy Generator / trigger-update (push) Successful in 2s
explicitly ignore json files
2026-06-18 22:25:51 +02:00
.forgejo/workflows fix syntax error 2026-03-04 10:58:13 +01:00
ArtGallery.Frontend PROPERLY encode using AbsoluteUri 2026-04-24 15:03:40 +02:00
ArtGallery.Generator explicitly ignore json files 2026-06-18 22:25:51 +02:00
.dockerignore fix dockerfile 2025-07-12 22:43:26 +02:00
.gitignore initial commit 2025-06-29 14:56:29 +02:00
ArtGallery.sln fix workflow file paths 2026-06-17 18:39:09 +02:00
LICENSE Create LICENSE 2025-07-28 23:03:14 +02:00
README.md Create README.md 2025-08-28 10:11:21 +02:00

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.