{"id":39085565,"url":"https://github.com/13point5/blog","last_synced_at":"2026-01-17T18:37:42.347Z","repository":{"id":328295117,"uuid":"1114939796","full_name":"13point5/blog","owner":"13point5","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-12T22:49:36.000Z","size":407,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-13T15:58:56.303Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://blog-flax-zeta-76.vercel.app","language":"TypeScript","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/13point5.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":"2025-12-12T05:32:49.000Z","updated_at":"2025-12-12T14:18:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/13point5/blog","commit_stats":null,"previous_names":["13point5/blog"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/13point5/blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/13point5%2Fblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/13point5%2Fblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/13point5%2Fblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/13point5%2Fblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/13point5","download_url":"https://codeload.github.com/13point5/blog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/13point5%2Fblog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28516195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T18:28:00.501Z","status":"ssl_error","status_checked_at":"2026-01-17T18:28:00.150Z","response_time":85,"last_error":"SSL_read: 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":"2026-01-17T18:37:41.582Z","updated_at":"2026-01-17T18:37:42.339Z","avatar_url":"https://github.com/13point5.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a [Next.js](https://nextjs.org) project with comprehensive MDX, Markdown, and Math support.\n\n## ✨ Features\n\n- 📝 **Full Markdown Support** - All standard markdown elements\n- 🧮 **LaTeX Math Equations** - Both inline (`$...$`) and block (`$$...$$`) equations with KaTeX\n- 📊 **GitHub Flavored Markdown** - Tables, task lists, strikethrough, footnotes\n- 🎨 **Beautiful Styling** - Tailwind CSS with custom components\n- 🖼️ **Optimized Images** - Next.js Image component integration\n- 📚 **MDX Components** - Interactive React components in markdown\n\n### Math Support Examples\n\n- Inline: `$E = mc^2$` → $E = mc^2$\n- Block equations with full LaTeX support\n- Matrices, integrals, summations, and more\n\n### Markdown Features\n\n- All heading levels (H1-H6)\n- Lists (ordered, unordered, nested, task lists)\n- Tables with alignment\n- Code blocks with syntax highlighting\n- Blockquotes and collapsible sections\n- Footnotes and references\n- And much more!\n\n## 🚀 Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.\n\n## 📖 Sample Blog\n\nVisit `/blog` to see a comprehensive demonstration of all markdown and math features. The sample blog includes:\n\n- All markdown syntax elements\n- Mathematical equations (inline and block)\n- Complex tables and task lists\n- Code examples in multiple languages\n- Collapsible sections\n- Footnotes and references\n\nSee [MARKDOWN_MATH_GUIDE.md](./MARKDOWN_MATH_GUIDE.md) for detailed documentation on using all features.\n\n## 📦 Key Dependencies\n\n- `@next/mdx` - MDX support for Next.js\n- `remark-math` - Parse math in markdown\n- `rehype-katex` - Render math with KaTeX\n- `remark-gfm` - GitHub Flavored Markdown support\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F13point5%2Fblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F13point5%2Fblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F13point5%2Fblog/lists"}