{"id":21921345,"url":"https://github.com/classabbyamp/diapositive","last_synced_at":"2026-05-19T09:31:04.781Z","repository":{"id":264917422,"uuid":"882371377","full_name":"classabbyamp/diapositive","owner":"classabbyamp","description":"simple photo gallery generator","archived":false,"fork":false,"pushed_at":"2024-11-02T21:46:55.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-29T14:18:05.847Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/classabbyamp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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},"funding":{"github":"classabbyamp","ko_fi":"miaowware","liberapay":"miaowware"}},"created_at":"2024-11-02T16:48:46.000Z","updated_at":"2024-11-02T21:47:19.000Z","dependencies_parsed_at":"2024-11-27T00:03:08.770Z","dependency_job_id":null,"html_url":"https://github.com/classabbyamp/diapositive","commit_stats":null,"previous_names":["classabbyamp/diapositive"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/classabbyamp/diapositive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classabbyamp%2Fdiapositive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classabbyamp%2Fdiapositive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classabbyamp%2Fdiapositive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classabbyamp%2Fdiapositive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/classabbyamp","download_url":"https://codeload.github.com/classabbyamp/diapositive/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classabbyamp%2Fdiapositive/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263833416,"owners_count":23517374,"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":[],"created_at":"2024-11-28T20:24:09.029Z","updated_at":"2026-05-19T09:31:04.776Z","avatar_url":"https://github.com/classabbyamp.png","language":null,"funding_links":["https://github.com/sponsors/classabbyamp","https://ko-fi.com/miaowware","https://liberapay.com/miaowware"],"categories":[],"sub_categories":[],"readme":"# diapositive\n\nsimple photo gallery generator\n\ninstall in a venv or similar, then see `diapo --help` for usage.\n\n## configuration\n\nconfiguration is done in hcl.\n\nthe overall config:\n\n```hcl\n# where the site will be served\nbase_url = \"https://pics.example.com\"\n# the title at the top of every page\ntitle = \"my cool photos\"\n# generate an RSS/ATOM feed\nfeed = true\n\n# maximum image dimension\nimage_size = 2000\n# max thumbnail size\nthumb_size = 512\n\nsort = {\n  by = \"alpha\"  # or \"time\"\n  order = \"desc\"  # or \"asc\"\n}\n\ncopyright = {\n  artist = \"your name here\"\n  years = \"2000-2025\"\n  licence = \"all rights reserved\"\n}\n```\n\nalbum directories can have their own configuration:\n\n```hcl\n# album title: overrides default, which is the slug/id\ntitle = \"something\"\n# cover photo: 1-indexed, overrides default, which is index 1\ncover = 2\n# date of the album\ndate = \"1970-01-01\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclassabbyamp%2Fdiapositive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclassabbyamp%2Fdiapositive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclassabbyamp%2Fdiapositive/lists"}