{"id":48303178,"url":"https://github.com/devnyxie/devnyxie.com","last_synced_at":"2026-04-04T23:53:39.262Z","repository":{"id":338030740,"uuid":"1007360829","full_name":"devnyxie/devnyxie.com","owner":"devnyxie","description":"A lightweight blog template focused on speed, simplicity, and accessibility, with an advanced markdown pipeline for MDX, syntax highlighting, and type-safe content.","archived":false,"fork":false,"pushed_at":"2026-02-12T19:57:29.000Z","size":60010,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-11T10:58:58.236Z","etag":null,"topics":["nextjs","personal-blog","tailwindcss"],"latest_commit_sha":null,"homepage":"https://devnyxie.com","language":"TypeScript","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/devnyxie.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-23T21:54:56.000Z","updated_at":"2026-02-12T19:57:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/devnyxie/devnyxie.com","commit_stats":null,"previous_names":["devnyxie/devnyxie.com"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/devnyxie/devnyxie.com","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnyxie%2Fdevnyxie.com","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnyxie%2Fdevnyxie.com/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnyxie%2Fdevnyxie.com/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnyxie%2Fdevnyxie.com/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devnyxie","download_url":"https://codeload.github.com/devnyxie/devnyxie.com/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnyxie%2Fdevnyxie.com/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31419548,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"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":["nextjs","personal-blog","tailwindcss"],"created_at":"2026-04-04T23:53:39.204Z","updated_at":"2026-04-04T23:53:39.257Z","avatar_url":"https://github.com/devnyxie.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# devnyxie.com\n\n![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript\u0026logoColor=white)\n![Next.js](https://img.shields.io/badge/Next.js-000000?logo=nextdotjs\u0026logoColor=white)\n![Node.js](https://img.shields.io/badge/Node.js-339933?logo=nodedotjs\u0026logoColor=white)\n![ESLint](https://img.shields.io/badge/code%20style-eslint-4B32C3?logo=eslint\u0026logoColor=white)\n![License](https://img.shields.io/github/license/devnyxie/devnyxie.com)\n\n![Build](https://img.shields.io/github/actions/workflow/status/devnyxie/devnyxie.com/ci.yml?branch=main)\n\n\n\nA minimalist, fast, and accessible blog template built with `Next.js`, `Tailwind CSS` and `MDX`.\n\n\u003cimg src=\"screenshot.png\" alt=\"Screenshot of devnyxie.com\" /\u003e\n\n## Features\n\n- **Awesome Markdown Support**: Write your blog posts in Markdown with support for front matter, along with cool syntax highlighting and themes.\n- **Config Driven**: Easily manage **all** content of your blog through configuration files.\n- **SEO Optimized**: Built with SEO best practices in mind, almost everything is statically generated for optimal performance and minimal server load.\n\n## Dependencies Overview\n\n### Markdown Parsing\n\n- `unified` for processing markdown\n- `remark-parse` for parsing markdown\n- `remark-rehype` for converting markdown to HTML\n- `remark-breaks` for converting line breaks to `\u003cbr\u003e` tags\n- `remark-gfm` for GitHub Flavored Markdown support\n- `rehype-stringify` for converting HTML to strings\n- `rehype-slug` for adding slugs to headings\n- `rehype-autolink-headings` for adding links to headings\n- `@shikijs/rehype` for syntax highlighting\n- `shiki` for syntax highlighting engine\n- `next-mdx-remote` for MDX support in Next.js\n- `gray-matter` for parsing front matter\n- `js-yaml` for YAML parsing\n- `zod` for static content validation and typization\n\n### Components \u0026 UI\n\n- `tailwind-merge` for merging Tailwind CSS classes\n- `clsx` for conditional class names\n- `class-variance-authority` for managing component variants\n- `next-themes` for theme management\n- `@radix-ui/react-slot` for composable component slots\n- `@radix-ui/react-navigation-menu` for accessible navigation menus\n- `lucide-react` for React icon components\n- `@tabler/icons-react` for Tabler icon components\n\n### Animations \u0026 Interactions\n\n- `framer-motion` for animations and transitions\n- `embla-carousel-react` for carousel components\n- `embla-carousel-autoplay` for carousel autoplay functionality\n- `react-intersection-observer` for intersection observer hooks\n\n### Development \u0026 Data\n\n- `glob` for file pattern matching\n- `react-activity-calendar` for GitHub-style activity calendars\n\n## Roadmap\n\n- [ ] Overall Normalization of styles - paddings, margins, font sizes\n- [ ] Add **Search** functionality\n\n## Development\n\nWe are utilizing Node.js 24 LTS for this project, along with `pnpm` as our package manager. To set up the development environment, please follow these steps:\n\n## License\n\nThe project is licensed under the [MIT License](LICENSE), except for the two directories: `public/*` and `content/*`, which are not included in the license and are strictly prohibited from being used, copied, modified, or distributed in any form without explicit permission from the original author.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevnyxie%2Fdevnyxie.com","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevnyxie%2Fdevnyxie.com","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevnyxie%2Fdevnyxie.com/lists"}