{"id":19600482,"url":"https://github.com/shurcool/home","last_synced_at":"2025-09-08T12:32:01.047Z","repository":{"id":57479268,"uuid":"55930476","full_name":"shurcooL/home","owner":"shurcooL","description":"home is Dmitri Shuralyov's personal website.","archived":false,"fork":false,"pushed_at":"2024-02-24T20:48:36.000Z","size":119445,"stargazers_count":76,"open_issues_count":8,"forks_count":2,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-12-31T17:50:02.770Z","etag":null,"topics":["go","indieweb","personal","website"],"latest_commit_sha":null,"homepage":"https://dmitri.shuralyov.com","language":"Go","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/shurcooL.png","metadata":{"files":{"readme":"README.md","changelog":"changes.go","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":"2016-04-11T00:41:26.000Z","updated_at":"2024-04-07T01:18:04.000Z","dependencies_parsed_at":"2024-02-24T21:47:55.232Z","dependency_job_id":null,"html_url":"https://github.com/shurcooL/home","commit_stats":{"total_commits":564,"total_committers":2,"mean_commits":282.0,"dds":0.4113475177304965,"last_synced_commit":"c8586946c6ee9394cb069e42de62d884ac887a02"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shurcooL%2Fhome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shurcooL%2Fhome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shurcooL%2Fhome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shurcooL%2Fhome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shurcooL","download_url":"https://codeload.github.com/shurcooL/home/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232308555,"owners_count":18503119,"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":["go","indieweb","personal","website"],"created_at":"2024-11-11T09:14:55.505Z","updated_at":"2025-01-03T08:11:17.187Z","avatar_url":"https://github.com/shurcooL.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"home\n====\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/shurcooL/home.svg)](https://pkg.go.dev/github.com/shurcooL/home)\n\nhome is Dmitri Shuralyov's personal website.\n\nInstallation\n------------\n\n```sh\ngo install github.com/shurcooL/home@latest\n```\n\nDirectories\n-----------\n\n| Path                                                                                               | Synopsis                                                                                                             |\n|----------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|\n| [assets](https://pkg.go.dev/github.com/shurcooL/home/assets)                                       | Package assets contains assets for home.                                                                             |\n| [cmd/githook/pre-receive](https://pkg.go.dev/github.com/shurcooL/home/cmd/githook/pre-receive)     | pre-receive is a pre-receive git hook for use with home's git server.                                                |\n| [component](https://pkg.go.dev/github.com/shurcooL/home/component)                                 | Package component contains individual components that can render themselves as HTML.                                 |\n| [http](https://pkg.go.dev/github.com/shurcooL/home/http)                                           | Package http contains service implementations over HTTP.                                                             |\n| [httphandler](https://pkg.go.dev/github.com/shurcooL/home/httphandler)                             | Package httphandler contains API handlers used by home.                                                              |\n| [httputil](https://pkg.go.dev/github.com/shurcooL/home/httputil)                                   | Package httputil is a custom HTTP framework created specifically for home.                                           |\n| [indieauth](https://pkg.go.dev/github.com/shurcooL/home/indieauth)                                 | Package indieauth implements building blocks for the IndieAuth specification (https://indieauth.spec.indieweb.org/). |\n| [internal/code](https://pkg.go.dev/github.com/shurcooL/home/internal/code)                         | Package code implements a Go code service backed by a repository store.                                              |\n| [internal/code/httpclient](https://pkg.go.dev/github.com/shurcooL/home/internal/code/httpclient)   | Package httpclient contains issues.Service implementation over HTTP.                                                 |\n| [internal/code/httphandler](https://pkg.go.dev/github.com/shurcooL/home/internal/code/httphandler) | Package httphandler contains an API handler for issues.Service.                                                      |\n| [internal/code/httproute](https://pkg.go.dev/github.com/shurcooL/home/internal/code/httproute)     | Package httproute contains route paths for httpclient, httphandler.                                                  |\n| [internal/mod](https://pkg.go.dev/github.com/shurcooL/home/internal/mod)                           | Package mod exposes select functionality related to module mechanics.                                                |\n| [internal/page/blog](https://pkg.go.dev/github.com/shurcooL/home/internal/page/blog)               | Package blog contains functionality for rendering /blog page.                                                        |\n| [internal/page/idiomaticgo](https://pkg.go.dev/github.com/shurcooL/home/internal/page/idiomaticgo) | Package idiomaticgo contains functionality for rendering /idiomatic-go page.                                         |\n| [internal/page/resume](https://pkg.go.dev/github.com/shurcooL/home/internal/page/resume)           | Package resume contains functionality for rendering /resume page.                                                    |\n| [internal/route](https://pkg.go.dev/github.com/shurcooL/home/internal/route)                       | Package route specifies some route paths used by home.                                                               |\n| [presentdata](https://pkg.go.dev/github.com/shurcooL/home/presentdata)                             | Package presentdata contains static data for present format.                                                         |\n\nLicense\n-------\n\n-\t[MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshurcool%2Fhome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshurcool%2Fhome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshurcool%2Fhome/lists"}