{"id":13423848,"url":"https://github.com/rauchg/blog","last_synced_at":"2025-05-14T14:08:56.030Z","repository":{"id":15433666,"uuid":"77870371","full_name":"rauchg/blog","owner":"rauchg","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-03T20:35:56.000Z","size":55147,"stargazers_count":1300,"open_issues_count":13,"forks_count":193,"subscribers_count":17,"default_branch":"main","last_synced_at":"2025-04-12T14:15:30.793Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://rauchg.com","language":"MDX","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/rauchg.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":"2017-01-03T00:13:15.000Z","updated_at":"2025-04-06T18:07:39.000Z","dependencies_parsed_at":"2025-01-17T04:01:53.121Z","dependency_job_id":"7b9c1f40-a7ff-4850-a85c-8dcce9b49df1","html_url":"https://github.com/rauchg/blog","commit_stats":{"total_commits":171,"total_committers":22,"mean_commits":"7.7727272727272725","dds":0.216374269005848,"last_synced_commit":"a20122d93176ccce8f349aed1b13c3a7429cf4b3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rauchg%2Fblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rauchg%2Fblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rauchg%2Fblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rauchg%2Fblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rauchg","download_url":"https://codeload.github.com/rauchg/blog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254160025,"owners_count":22024567,"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-07-31T00:00:43.674Z","updated_at":"2025-05-14T14:08:51.020Z","avatar_url":"https://github.com/rauchg.png","language":"MDX","funding_links":[],"categories":["MDX","Apps","JavaScript"],"sub_categories":[],"readme":"# blog\n\nThis is the blog that powers `rauchg.com`, built on\n[next.js](https://nextjs.org/) and\ndeployed to the cloud via [Vercel](https://vercel.com).\n\n## How to run\n\nFirst, install [Vercel CLI](https://vercel.com/download).\n\n### Development\n\n```\nvc dev\n```\n\n### Deployment\n\n#### Staging\n\n```bash\nvc\n```\n\nThis is the equivalent of submitting a PR with the [GitHub integration](https://vercel.com/github)\n\n#### Production\n\n```bash\nvc --prod\n```\n\nThis is the equivalent of `git push` to `master` (or merging a PR to master)\n\n## Architecture\n\n### Pure components\n\nEvery stateless pure component is found under `./components`.\n\nEvery component that has to do with styling the post's markup\nis found under `./components/post/`\n\nThese components make up the _style guide_ of the application.\n\n### Blog posts\n\nEvery blog post is a static page hosted under `pages/$year/`.\n\nThis allows every post to load arbitrary modules, have custom layouts\nand take advantage of automatic code splitting and lazy loading.\n\nThis means that the bloat of a single post doesn't \"rub off on\" the\nrest of the site.\n\nAn index of all posts is maintained in JSON format as `./posts.json`\nfor practical reasons.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frauchg%2Fblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frauchg%2Fblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frauchg%2Fblog/lists"}