{"id":50405665,"url":"https://github.com/mrlemoos/mrlemoos.dev","last_synced_at":"2026-05-31T01:30:29.525Z","repository":{"id":143775554,"uuid":"562294402","full_name":"mrlemoos/mrlemoos.dev","owner":"mrlemoos","description":"My personal portfolio + blog 😊","archived":false,"fork":false,"pushed_at":"2026-05-18T23:28:02.000Z","size":773,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-19T01:40:09.832Z","etag":null,"topics":["blog","eslint","markdown","mdx","nextjs","portfolio","postcss","reactjs","renovate","tailwindcss"],"latest_commit_sha":null,"homepage":"https://mrlemoos.dev","language":"Astro","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrlemoos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null},"funding":{"github":["mrlemoos"],"buy_me_a_coffee":"leolemos"}},"created_at":"2022-11-05T22:15:13.000Z","updated_at":"2026-05-18T23:28:05.000Z","dependencies_parsed_at":"2025-10-17T00:50:17.546Z","dependency_job_id":null,"html_url":"https://github.com/mrlemoos/mrlemoos.dev","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mrlemoos/mrlemoos.dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrlemoos%2Fmrlemoos.dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrlemoos%2Fmrlemoos.dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrlemoos%2Fmrlemoos.dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrlemoos%2Fmrlemoos.dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrlemoos","download_url":"https://codeload.github.com/mrlemoos/mrlemoos.dev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrlemoos%2Fmrlemoos.dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33716338,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"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":["blog","eslint","markdown","mdx","nextjs","portfolio","postcss","reactjs","renovate","tailwindcss"],"created_at":"2026-05-31T01:30:26.804Z","updated_at":"2026-05-31T01:30:29.497Z","avatar_url":"https://github.com/mrlemoos.png","language":"Astro","funding_links":["https://github.com/sponsors/mrlemoos","https://buymeacoffee.com/leolemos"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./assets/frame_safari_light.png\" alt=\"mrlemoos.dev blog — The AI Design System You Should Actually Build, dark theme with serif headings and sans body copy\" width=\"900\" /\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003emrlemoos.dev\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Personal portfolio and blog — Astro, TypeScript, and Tailwind CSS — deployed on Vercel.\n\u003c/p\u003e\n\n## About\n\nSource for [mrlemoos.dev](https://mrlemoos.dev): a prerendered portfolio with a content-driven blog. Posts live in Astro content collections under `src/content/blog`; MDX supports maths via remark-math and rehype-katex. Typography uses Geist for body and UI, Instrument Serif for headings, with a grey-first palette and light motion for a calm, editorial feel.\n\n## Features\n\n- Astro 6 with the Vercel adapter (`@astrojs/vercel`), hybrid/server output and dynamic routes where needed\n- Blog and MDX with KaTeX-ready markdown pipeline\n- Tailwind CSS v4 via the Vite plugin\n- Dynamic Open Graph images (`@vercel/og`)\n- Sitemap integration (`@astrojs/sitemap`)\n- TypeScript and ESLint\n\n## Tech stack\n\n| Area        | Choice                                      |\n| ----------- | ------------------------------------------- |\n| Framework   | Astro 6                                     |\n| Language    | TypeScript                                  |\n| Styling     | Tailwind CSS v4, `@tailwindcss/typography`  |\n| Content     | MDX, Astro content collections              |\n| Fonts       | Geist Sans / Mono, Instrument Serif (npm)   |\n| Analytics   | Vercel Analytics                            |\n| Deployment  | Vercel                                      |\n\n## Prerequisites\n\n- Node.js 24.x or newer\n- [pnpm](https://pnpm.io/) (version pinned in `package.json`)\n\n## Getting started\n\n```bash\ngit clone https://github.com/mrlemoos/mrlemoos.dev.git \u0026\u0026 cd mrlemoos.dev\npnpm install\npnpm dev\n```\n\nOpen [http://localhost:4321](http://localhost:4321) (Astro’s default dev port).\n\n## Scripts\n\n| Command       | Description              |\n| ------------- | ------------------------ |\n| `pnpm dev`    | Start Astro dev server   |\n| `pnpm build`  | Production build         |\n| `pnpm preview`| Preview production build |\n| `pnpm lint`   | Run ESLint               |\n| `pnpm check`  | Run `astro check`        |\n\n## Project structure\n\n```\nsrc/\n├── content/blog/     # MDX posts (content collections)\n├── pages/            # Routes (including `og` route)\n├── layouts/          # Page shells\n├── components/       # Astro components\n├── lib/              # SEO, OG image, data, helpers\n└── styles/           # Global CSS\n```\n\n## Customisation\n\n- Site URL and build options: `astro.config.mjs`\n- New posts: add MDX under `src/content/blog/` and match the collection schema in `content.config.ts`\n- Shared layout and metadata: `src/layouts/BaseLayout.astro`, `src/lib/seo.ts`\n- Home and listing pages: `src/pages/index.astro`, `src/pages/blog/`\n\n## Contributing\n\nContributions are welcome. Please open a pull request with a short description of the change.\n\n## Licence\n\nApache License 2.0 — see [LICENSE](LICENSE).\n\n## Acknowledgments\n\n- [Astro](https://astro.build/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [Vercel](https://vercel.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrlemoos%2Fmrlemoos.dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrlemoos%2Fmrlemoos.dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrlemoos%2Fmrlemoos.dev/lists"}