{"id":16235936,"url":"https://github.com/lukethacoder/luke-secomb-simple","last_synced_at":"2025-10-04T15:44:51.431Z","repository":{"id":37833088,"uuid":"156815649","full_name":"lukethacoder/luke-secomb-simple","owner":"lukethacoder","description":"🍕 Personal site built using AstroJS","archived":false,"fork":false,"pushed_at":"2025-08-01T13:25:55.000Z","size":72195,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-01T15:32:14.572Z","etag":null,"topics":["astrojs","dark-theme","lastfm","photography","portfolio","sharp","spotify","tailwindcss"],"latest_commit_sha":null,"homepage":"https://lukesecomb.digital","language":"XSLT","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/lukethacoder.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,"zenodo":null}},"created_at":"2018-11-09T05:41:23.000Z","updated_at":"2025-08-01T13:25:58.000Z","dependencies_parsed_at":"2024-10-27T20:55:19.908Z","dependency_job_id":"f58fb2a8-4cf8-4a5b-a699-f3392a18cb4a","html_url":"https://github.com/lukethacoder/luke-secomb-simple","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lukethacoder/luke-secomb-simple","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukethacoder%2Fluke-secomb-simple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukethacoder%2Fluke-secomb-simple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukethacoder%2Fluke-secomb-simple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukethacoder%2Fluke-secomb-simple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukethacoder","download_url":"https://codeload.github.com/lukethacoder/luke-secomb-simple/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukethacoder%2Fluke-secomb-simple/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278335450,"owners_count":25970087,"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-10-04T02:00:05.491Z","response_time":63,"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":["astrojs","dark-theme","lastfm","photography","portfolio","sharp","spotify","tailwindcss"],"created_at":"2024-10-10T13:28:12.603Z","updated_at":"2025-10-04T15:44:51.425Z","avatar_url":"https://github.com/lukethacoder.png","language":"XSLT","readme":"\u003cdiv align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n  \u003cimg alt=\"luke-secomb-simple\" src=\"./public/favicon.jpg\" width=\"180\"\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n  \u003cstrong\u003ePersonal site built using AstroJS\u003c/strong\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\n## 🔥 Local Development\n\n**Run the development server**\n\n```shell\npnpm install\n```\n\n**Edit the Environment variables.**\n\n```env\nCF_PAGES_URL=http://localhost:4321\nPUBLIC_LAST_FM_API_KEY=abcdefghijklmnopqrstuvwxyz123456\nPUBLIC_GOOGLE_ANALYTICS_MEASUREMENT_ID=abcdefghijklmnopqrstuvwxyz123456\nPUBLIC_GOAT_COUNTER_CODE=goat\n```\n\n**Start the site in `dev` mode.**\n\n```sh\npnpm dev\n```\n\n**Open the code in your IDE of choice and start editing!**\n\nYour site is now running at `http://localhost:4321`.\n\n## Scripts\n\n### `photos`\n\nDrop full size images (straight out of lightroom) into the `./.photos` directory. Its a smart idea to rename the files/slugs before running this script. Run the `pnpm photos` script to auto optimise, extract EXIF data, create a blurHash and save metadata to a boilerplate markdown file. This file will still require some edits, but most of the heavy lifting has been sorted.\n\nOnce completed, images will be moved to the `./.photos-completed` folder.\n\n### `ogs` (Open Graph Images)\n\nOG images use [puppeteer](https://pptr.dev/) under the hood to bypass to issues with [satori](https://github.com/vercel/satori/issues/656) and [satori-html](https://github.com/natemoo-re/satori-html/issues/20). This script will automatically generate Open Graph Images for all* pages on the site (blogs, photos and static pages).\n\nPaths used here map to the output of the content directories, so og images will sit next to their respective HTML output.\n\n\u003e [!NOTE]\n\u003e OG images are not regenerated unless they are removed\n\n## Patches\n\nWe are currently running some custom patches on the [`feed`](https://github.com/jpmonette/feed) package. These can be baked into your `./node_modules` by running:\n\n```bash\npnpm patch feed@4.2.2\n```\n\nPatch: You can now edit the package at:\n\n```\nPATH_TO_ROOT\\luke-secomb-simple\\node_modules\\.pnpm_patches\\feed@4.2.2\n```\n\nTo commit your changes, run:\n\n```bash\npnpm patch-commit \"PATH_TO_ROOT\\luke-secomb-simple\\node_modules\\.pnpm_patches\\feed@4.2.2\"\n```\n  \n`feed` fixes include:\n- add `stylesheet` support for both RSS and Atom feeds\n- add image support for Atom feeds ([feed/#195](https://github.com/jpmonette/feed/issues/195))\n\nFull patch can be found in [./patches/feed@4.2.2.patch](./patches/feed@4.2.2.patch).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukethacoder%2Fluke-secomb-simple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukethacoder%2Fluke-secomb-simple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukethacoder%2Fluke-secomb-simple/lists"}