{"id":17300406,"url":"https://github.com/atomantic/gallery","last_synced_at":"2025-03-26T21:44:25.926Z","repository":{"id":137630706,"uuid":"355585593","full_name":"atomantic/gallery","owner":"atomantic","description":"NFT hosting gallery for hicetnunc works (hosted on my GitHub pages)","archived":false,"fork":false,"pushed_at":"2024-07-26T04:51:05.000Z","size":3398,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T03:41:40.040Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/atomantic.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":"2021-04-07T15:00:00.000Z","updated_at":"2024-07-26T04:52:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"df176dca-dbef-4854-a089-f94ecf721f03","html_url":"https://github.com/atomantic/gallery","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomantic%2Fgallery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomantic%2Fgallery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomantic%2Fgallery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomantic%2Fgallery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atomantic","download_url":"https://codeload.github.com/atomantic/gallery/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245743333,"owners_count":20665090,"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-10-15T11:28:13.736Z","updated_at":"2025-03-26T21:44:25.905Z","avatar_url":"https://github.com/atomantic.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hic Et Nunc Digital Art Galleries\n\nThis repo creates a set of gallery pages based on IPFS hosted hicetnunc.xyz NFT token artworks:\n\nhttps://adameivy.com/gallery\n\n# Forking / Making it Your Own\n\nYou can create your own gallery website with nothing more than a github account.\n\n1. fork this repo in to your github account\n2. install Node.js: https://nodejs.org/en/\n3. clone your fork to your machine and navigate to the folder\n4. install dependencies: `npm install`\n5. run the setup script: `npm run setup`\n\n![setup](docs/setup.png)\n\n6. Add items to your gallery\n\n```\n# this will create the gallery named \"prosopagnosia\" if it doesn't exist\n# add it will add the object 26001 to that gallery\nnode tools/add_item.js prosopagnosia 26001\n```\n\n7. Remove items from the gallery\n\n```\n# this will remove object 26001 from the prosopagnosia gallery\nnode tools/rm_item.js prosopagnosia 26001\n```\n\n8. Change the favicon.ico files\n\n- You can upload a new image to a favicon creator like this one: https://favicon.io\n- Download the images and overwrite the files in `./public/`\n\n9. Commit your changes: `git add -A .; git commit -m 'initial gallery setup'`\n10. Push to your own fork: `git push -u origin main`\n11. Deploy to github pages: `npm run deploy`\n\nIn a few minutes, your site will be at https://{YOUR_GITHUB_USERNAME}.github.io/gallery\n\n# Event Countdown\n\nIf you want to setup an event clock for your gallery, edit `./src/data/galleries.json` add add an `eventTime` as a unix timestamp (https://www.unixtimestamp.com) for the moment in time that the event will begin and `eventURL` that will display as a link to the event location when the countdown finishes.\n\nExample:\n\n```\n\"prosopagnosia\": {\n    \"eventTime\": 1618167600000,\n    \"eventURL\": \"https://www.hicetnunc.xyz/tz/tz1c2e1WMKKtf6oBZcZK3YFxrXgVbb2ggRr9\",\n    \"description\": \"\\\"I can't remember her face, but when she looked at me, it felt like this.\\\"\",\n    \"main\": 25769,\n    \"items\": [25769, 25896, 25900, 25918, 25948, 25998, 26001, 26002]\n  }\n```\n\n# Update Cached Data\n\n```\nnpm run fetch\n```\n\nThen you can commit and re-deploy:\n\n```\ngit add -A .; git commit -m 'update data'; git push; npm run deploy\n```\n\n# Working with the codebase\n\n- This site is built using Vue.js, SCSS, and pug\n- Text and social media links are in `config.json`\n- `./src/data/galleries.json` can be edited to rearrange items, to set new main thumbnails, add event countdowns, and gallery level descriptions.\n- `./src/data/gallery_data.json` is the downloaded object data from hicetnunc.xyz\n- Primary CSS styles for background-color, text-color, etc, can be found in `./src/App.vue`\n\n### Local testing\n\n```\nnpm run serve\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomantic%2Fgallery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatomantic%2Fgallery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomantic%2Fgallery/lists"}