{"id":15984747,"url":"https://github.com/jaredreisinger/turehounds.com","last_synced_at":"2026-02-12T18:32:47.117Z","repository":{"id":146779068,"uuid":"565053113","full_name":"JaredReisinger/turehounds.com","owner":"JaredReisinger","description":"The Ture Hounds website, now via 11ty.dev and hosted on Netlify!","archived":false,"fork":false,"pushed_at":"2025-11-20T00:59:04.000Z","size":90457,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-20T02:24:44.873Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://turehounds.com","language":"HTML","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/JaredReisinger.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-11-12T07:24:28.000Z","updated_at":"2025-11-20T00:59:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"397cb0ae-22ac-482f-953b-8e2afd41811f","html_url":"https://github.com/JaredReisinger/turehounds.com","commit_stats":{"total_commits":75,"total_committers":2,"mean_commits":37.5,"dds":"0.040000000000000036","last_synced_commit":"64828f949c8cd79a493c3c8ac2ec16a8dfce34d0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JaredReisinger/turehounds.com","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaredReisinger%2Fturehounds.com","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaredReisinger%2Fturehounds.com/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaredReisinger%2Fturehounds.com/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaredReisinger%2Fturehounds.com/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JaredReisinger","download_url":"https://codeload.github.com/JaredReisinger/turehounds.com/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaredReisinger%2Fturehounds.com/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29376895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T18:17:34.915Z","status":"ssl_error","status_checked_at":"2026-02-12T18:17:34.495Z","response_time":55,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-08T02:10:20.150Z","updated_at":"2026-02-12T18:32:47.095Z","avatar_url":"https://github.com/JaredReisinger.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ture Hounds website\n\nA static site, generated by [eleventy](https://11ty.dev), with some custom code and, with luck, streamlined Typescript support.\n\n## A note about Typescript\n\nEleventy is fundamentally a pure-Javascript tool, and relies on CJS-style `require()` statements to do its job. _**I**_ would much rather deal with ESM-like Typescript code. There are [solutions](https://www.jameshill.dev/articles/typescript-and-11ty/) for ways to accomplish this, but I really want a 100% end-to-end Typescript solution.\n\nTo me, having a distinct transpile step is completely acceptable; we assume the entire [`./src/`](./src) tree is in Typescript, and transpile it into a temporary `./_js` directory, which in-turn is being used by Eleventy (and potentially watched) from which it generates `./_site`. The only catch is making sure that Eleventy gets the “properly commingled” files that it expects. Eleventy doesn’t really separate code, templates, and data; it expects them all to live within the source (now `./_js`) directory.\n\n## `package.json` scripts\n\nThere are a lot of pieces to coordinate to get the site up and running: css, eleventy, search info (lunr), etc. To keep these steps rational, they are broken down by function (`css`, `eleventy`, `search`, `titles`), with `:`-suffixes for variants (`css: watch`, `eleventy: prod`), etc. There are roll-up scripts for common invocations that use `npm-run-all` to coordinate. Generally, these _**won’t**_ use `**`-style globbing, because order matters.\n\nTruly, we need full Make-style dependencies (that de-duplicate steps), but we'll live with hand-rolled \"just enough\" scripts.  (Perhaps something like `_`-prefixed scripts to indicate those that shouldn't be manually run?)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredreisinger%2Fturehounds.com","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaredreisinger%2Fturehounds.com","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredreisinger%2Fturehounds.com/lists"}