No description
  • C# 57.7%
  • HTML 30.3%
  • CSS 7.9%
  • Dockerfile 4.1%
Find a file
Dirk Kok 0df0cabf55
All checks were successful
Deploy Frontend / build-and-push-image (push) Successful in 13s
Deploy Frontend / trigger-update (push) Successful in 3s
move github link to PageOptions, change to foxejo url
2026-03-04 11:02:34 +01:00
.forgejo/workflows fix syntax error 2026-03-04 10:58:13 +01:00
ArtGallery.Frontend move github link to PageOptions, change to foxejo url 2026-03-04 11:02:34 +01:00
ArtGallery.Generator image-rendering: pixel for pixel art, based on image dimensions 2025-10-22 12:28:42 +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 add workflow files to solution 2025-07-23 12:16:07 +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.