{"id":21126749,"url":"https://github.com/lukem512/triplicate","last_synced_at":"2025-08-18T01:37:32.496Z","repository":{"id":150167696,"uuid":"75747747","full_name":"lukem512/triplicate","owner":"lukem512","description":"Show your photographs simply and beautifully.","archived":false,"fork":false,"pushed_at":"2017-03-08T17:32:36.000Z","size":5923,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T11:43:32.841Z","etag":null,"topics":["photography","photography-portfolio","web"],"latest_commit_sha":null,"homepage":"https://lukemitchell.co/triplicate","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lukem512.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}},"created_at":"2016-12-06T16:04:19.000Z","updated_at":"2021-05-26T15:01:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b4dee11-94ad-49ce-b30c-951be3665783","html_url":"https://github.com/lukem512/triplicate","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/lukem512/triplicate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukem512%2Ftriplicate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukem512%2Ftriplicate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukem512%2Ftriplicate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukem512%2Ftriplicate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukem512","download_url":"https://codeload.github.com/lukem512/triplicate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukem512%2Ftriplicate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270932579,"owners_count":24670241,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["photography","photography-portfolio","web"],"created_at":"2024-11-20T04:45:15.838Z","updated_at":"2025-08-18T01:37:32.470Z","avatar_url":"https://github.com/lukem512.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Triplicate\n\n*Show your photographs simply and beautifully.*\n\n\u003cimg src=\"https://i.imgur.com/cGJuJng.jpg\" /\u003e\n\nA trio of photographs, known as a [triptych](https://en.wikipedia.org/wiki/Triptych#In_photography) or a *triplicate*, is a common and pleasing means of display. This project aims to provide a simple and clean way of creating triplicates that you can view in your browser.\n\n### Creating your Triplicate\n\nTo create a Triplicate, clone this repository and run `npm run start` from the command line. You'll find everything you need inside [App.js](src/App.js).\n\nEach Triplicate is a React component that can be instantiated using the following definition:\n\n```\n\u003cTriplicate photos={[\n  {\n    src: \"https://i.imgur.com/qOzvV95.jpg\",\n    title: \"Eucalyptus\",\n    description: \"An *Oceanic* tree in _Kew Gardens_.\",\n  },\n  {\n    src: \"https://i.imgur.com/57fNtrZ.jpg\",\n    title: \"Photo #2\",\n  },\n  \"https://i.imgur.com/brm3mBl.jpg\",\n]} /\u003e\n```\n\nThe properties required are an array of `photos`, either as source `strings` or as `objects`. Specifying a photo object allows you to include option attributes such as a `title` and a `description`. These strings are parsed using a simple markdown and may be *emphasized* (`*emphasized*`), __underlined__ (`_underline_`) or ~~struck-through~~ (`~struck-through~`).\n\n\u003cimg src=\"https://i.imgur.com/bK42Vxb.png\" /\u003e\n\nThe *blurb* will display the title and the description of a photo when tapped. The default animation will fade in an and out and remain visible for 3 seconds. The timeout can be adjusted by passing a `timeout` property to the Triplicate instance, specified in milliseconds.\n\n### Publishing your project\n\nYou can quickly publish to GitHub Pages by modifying the `homepage` attribute in [package.json](package.json) and running `npm run deploy`. Alternatively, build the project by running `npm run build` and host the static files inside the `build/` directory on your web server.\n\n### Acknowledgements\n\nFavicon kindly provided by [Photoshopedia](http://www.photoshopedia.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukem512%2Ftriplicate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukem512%2Ftriplicate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukem512%2Ftriplicate/lists"}