{"id":39609392,"url":"https://github.com/mtwmt/mtwmt.github.io","last_synced_at":"2026-01-18T08:04:00.657Z","repository":{"id":44934734,"uuid":"196859912","full_name":"mtwmt/mtwmt.github.io","owner":"mtwmt","description":"Mandy's blog","archived":false,"fork":false,"pushed_at":"2026-01-12T14:37:17.000Z","size":115350,"stargazers_count":6,"open_issues_count":10,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-12T21:16:43.603Z","etag":null,"topics":["astro","blog","tailwindcss","typescript","website"],"latest_commit_sha":null,"homepage":"http://mtwmt.com/","language":"Astro","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/mtwmt.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-07-14T16:34:44.000Z","updated_at":"2026-01-12T14:37:34.000Z","dependencies_parsed_at":"2024-06-09T20:46:55.474Z","dependency_job_id":"b61cd7a5-b752-42cb-ba7a-2bf98be85f34","html_url":"https://github.com/mtwmt/mtwmt.github.io","commit_stats":null,"previous_names":[],"tags_count":3,"template":true,"template_full_name":null,"purl":"pkg:github/mtwmt/mtwmt.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtwmt%2Fmtwmt.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtwmt%2Fmtwmt.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtwmt%2Fmtwmt.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtwmt%2Fmtwmt.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mtwmt","download_url":"https://codeload.github.com/mtwmt/mtwmt.github.io/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtwmt%2Fmtwmt.github.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28533768,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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":["astro","blog","tailwindcss","typescript","website"],"created_at":"2026-01-18T08:03:59.971Z","updated_at":"2026-01-18T08:04:00.640Z","avatar_url":"https://github.com/mtwmt.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Astro Theme - Mandy's Website\n\n![Typescript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n![GitHub](https://img.shields.io/github/license/satnaing/astro-paper?color=%232F3741\u0026style=for-the-badge)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits\u0026logoColor=white\u0026style=for-the-badge)](https://conventionalcommits.org)\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge)](http://commitizen.github.io/cz-cli/)\n\nThis is a minimal, responsive, accessible and SEO-friendly Astro blog theme. This theme is designed and crafted based on [my personal blog](https://mtwmt.com).\n\nThis theme follows best practices and provides accessibility out of the box. Light and dark mode are supported by default. Moreover\n\n\n## 🔥 Features\n\n- [x] type-safe markdown\n- [x] super fast performance\n- [x] accessible (Keyboard/VoiceOver)\n- [x] responsive (mobile ~ desktops)\n- [x] SEO-friendly\n- [x] light \u0026 dark mode\n- [x] fuzzy search\n- [x] draft posts \u0026 pagination\n- [x] sitemap \u0026 rss feed\n- [x] followed best practices\n- [x] highly customizable\n- [x] read time\n\n## 🚀 Project Structure\n\nInside of AstroPaper, you'll see the following folders and files:\n\n```bash\n├── public/\n├── src/\n│   ├── components/\n│   ├── content/\n│   ├── layouts/\n│   └── pages/\n├── astro.config.mjs\n├── README.md\n├── package.json\n└── tsconfig.json\n```\n\nAstro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.\n\nThere's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.\n\nThe `src/content/` directory contains \"collections\" of related Markdown and MDX documents. Use `getCollection()` to retrieve posts from `src/content/blog/`, and type-check your frontmatter using an optional schema. See [Astro's Content Collections docs](https://docs.astro.build/en/guides/content-collections/) to learn more.\n\nAny static assets, like images, can be placed in the `public/` directory.\n\nAll blog posts are stored in `src/content/blog` directory.\n\n## 💻 Tech Stack\n\n**Main Framework** - [Astro](https://astro.build/)  \n**Type Checking** - [TypeScript](https://www.typescriptlang.org/)  \n**Styling** - [TailwindCSS](https://tailwindcss.com/)  \n**Code Formatting** - [Prettier](https://prettier.io/)  \n**Linting** - [ESLint](https://eslint.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtwmt%2Fmtwmt.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmtwmt%2Fmtwmt.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtwmt%2Fmtwmt.github.io/lists"}