{"id":15697650,"url":"https://github.com/jasonjgardner/deno-artwork","last_synced_at":"2025-07-09T19:36:15.161Z","repository":{"id":197065207,"uuid":"695575585","full_name":"jasonjgardner/deno-artwork","owner":"jasonjgardner","description":"🎨🦕 Open-source Deno artwork gallery. Resurrected from dotland repository.","archived":false,"fork":false,"pushed_at":"2023-09-29T14:36:17.000Z","size":30699,"stargazers_count":8,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-06T08:52:01.280Z","etag":null,"topics":["artwork","deno","deno-deploy","deno-kv","fresh"],"latest_commit_sha":null,"homepage":"https://artwork.deno.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jasonjgardner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-23T15:32:39.000Z","updated_at":"2025-04-18T04:04:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"445fb50b-5125-433f-958b-317dd48c8892","html_url":"https://github.com/jasonjgardner/deno-artwork","commit_stats":null,"previous_names":["jasonjgardner/deno-artwork"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jasonjgardner/deno-artwork","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonjgardner%2Fdeno-artwork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonjgardner%2Fdeno-artwork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonjgardner%2Fdeno-artwork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonjgardner%2Fdeno-artwork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jasonjgardner","download_url":"https://codeload.github.com/jasonjgardner/deno-artwork/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonjgardner%2Fdeno-artwork/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264502491,"owners_count":23618619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["artwork","deno","deno-deploy","deno-kv","fresh"],"created_at":"2024-10-03T19:20:53.115Z","updated_at":"2025-07-09T19:36:13.428Z","avatar_url":"https://github.com/jasonjgardner.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎨🦕 Deno Artwork\n\nA Deno artwork gallery that has not gone extinct. Powered by Deno... naturally.\n\n## dotland Before Time\n\nA small collection of Deno artwork exists at [deno.com/artwork](https://deno.com/artwork), but contributions are no longer accepted there.\nDeno's website had to go closed-source and its [denoland/dotland](https://github.com/denoland/dotland) repository has been turned into a public archive. \n\nDry your eyes! Here is a new and improved Deno artwork gallery to take its place. Made with [all the Deno fixins](#exemplary-environment).\n\n__[artwork.deno.dev](https://artwork.deno.dev \"Deno Artwork Gallery\")__\n\n## Exemplary Environment\n\n[![Made with Fresh](https://fresh.deno.dev/fresh-badge-dark.svg)](https://fresh.deno.dev)\n\n- Hosted on __Deno Deploy__\n- Powered by __Deno KV__:\n  - Stores and organizes artwork collection\n  - Allows __GitHub user login__ with [Deno KV OAuth plugin for Fresh](https://deno.land/x/deno_kv_oauth@v0.7.0)\n  - Saves user reactions (\"Likes\") 🍕\n- Made with __Fresh__\n  - Styled with Twind\n  - REST interface for posting reactions\n  - Features image and artist pages\n  - Simple admin console\n  - OpenGraph image generation and `\u003chead\u003e` content for artwork gallery pages\n  - Uses [TSX Tabler Icons](https://tabler-icons-tsx.deno.dev/)\n  - Default avatars provided by [Deno Avatar](https://deno-avatar.deno.dev/)\n  - RSS feed — because why not!\n- Open-source. __Accepting code and artwork contributions.__\n\n# Contributing\n\nReacting to artwork (requires GitHub login), [Starring this repo](https://github.com/jasonjgardner/deno-artwork/stargazers), and creating PRs highly encouraged. \n\n## Artwork\n1. [Fork the repo](https://github.com/jasonjgardner/deno-artwork/fork)\n2. Make art. (AI welcome!)\n3. Save your image in [`./static/images/artwork/`](https://github.com/jasonjgardner/deno-artwork/edit/main/static/images/artwork/)\n4. [Edit `./data/artwork.json`](https://github.com/jasonjgardner/deno-artwork/edit/main/data/artwork.json) (There's a [schema](https://github.com/jasonjgardner/deno-artwork/edit/main/data/artwork.schema.json) to follow.)\n5. Pretty please use the [`.github/PULL_REQUEST_TEMPLATE/art_pr.md`](https://github.com/jasonjgardner/deno-artwork/blob/main/.github/PULL_REQUEST_TEMPLATE/art_pr.md?plain=1) format in a [new PR](https://github.com/jasonjgardner/deno-artwork/compare).\n\n## Code\n1. [Fork the repo](https://github.com/jasonjgardner/deno-artwork/fork)\n2. Work your magic. (AI welcome!)\n3. Pretty please use the [`.github/PULL_REQUEST_TEMPLATE/code_pr.md`](https://github.com/jasonjgardner/deno-artwork/blob/main/.github/PULL_REQUEST_TEMPLATE/code_pr.md?plain=1) format in a [new PR](https://github.com/jasonjgardner/deno-artwork/compare).\n\n# License\nDeno images are distributed under the MIT license (public domain and free for use), unless otherwise noted. Repository code is distributed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonjgardner%2Fdeno-artwork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasonjgardner%2Fdeno-artwork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonjgardner%2Fdeno-artwork/lists"}