{"id":28474679,"url":"https://github.com/tokiory/dev-tokiory","last_synced_at":"2025-07-01T10:31:31.621Z","repository":{"id":289382493,"uuid":"970061223","full_name":"tokiory/dev-tokiory","owner":"tokiory","description":"🦆 The third generation of my static blog","archived":false,"fork":false,"pushed_at":"2025-06-27T22:04:08.000Z","size":8477,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-27T22:26:37.249Z","etag":null,"topics":["blog","svelte","tailwind","typescript"],"latest_commit_sha":null,"homepage":"https://tokiory.vercel.app","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/tokiory.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}},"created_at":"2025-04-21T11:59:27.000Z","updated_at":"2025-06-27T22:04:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"ba90f6b5-3684-4f3e-ab75-0939a2932cd3","html_url":"https://github.com/tokiory/dev-tokiory","commit_stats":null,"previous_names":["tokiory/_dev_tokiory","tokiory/dev-tokiory"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tokiory/dev-tokiory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokiory%2Fdev-tokiory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokiory%2Fdev-tokiory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokiory%2Fdev-tokiory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokiory%2Fdev-tokiory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tokiory","download_url":"https://codeload.github.com/tokiory/dev-tokiory/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokiory%2Fdev-tokiory/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262944107,"owners_count":23388697,"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":["blog","svelte","tailwind","typescript"],"created_at":"2025-06-07T13:30:39.899Z","updated_at":"2025-07-01T10:31:31.609Z","avatar_url":"https://github.com/tokiory.png","language":"MDX","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./docs/assets/logo.png\" alt=\"Logo\" width=\"100\"\u003e\n\u003c/p\u003e\n\n\u003ch2 align=\"center\"\u003e/dev/tokiory\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n  Personal blog and portfolio website built with SvelteKit and MDX\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://vercel.com\"\u003e\u003cimg src=\"https://img.shields.io/badge/deployed%20on-Vercel-000000.svg\" alt=\"Deployed on Vercel\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://svelte.dev\"\u003e\u003cimg src=\"https://img.shields.io/badge/built%20with-SvelteKit-FF3E00.svg\" alt=\"Built with SvelteKit\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## 🚀 Features\n\n- **⚙️ Modern Tech Stack**: Built with SvelteKit, TypeScript, and UnoCSS\n- **📝 MDX Support**: Write articles in Markdown with embedded Svelte components\n- **🎨 Syntax Highlighting**: Code blocks with Shiki highlighter and custom transformers\n- **🔍 SEO Optimized**: Automatic sitemap generation and meta tags\n- **📱 Responsive Design**: Mobile-first design with UnoCSS\n- **⚡ Fast Performance**: Optimized builds and Vercel deployment\n- **🛡️ Type Safety**: Full TypeScript support throughout the codebase\n\n## 🛠️ Tech Stack\n\n- **Framework**: [SvelteKit](https://kit.svelte.dev/)\n- **Styling**: [UnoCSS](https://unocss.dev/) with custom presets\n- **Content**: [MDsveX](https://mdsvex.pngwn.io/) for MDX support\n- **Syntax Highlighting**: [Shiki](https://shiki.style/)\n- **Icons**: [Iconify](https://iconify.design/)\n- **Fonts**: Variable fonts from Fontsource\n- **Deployment**: [Vercel](https://vercel.com/)\n- **Package Manager**: [Bun](https://bun.sh/)\n\n## 📁 Project Structure\n\n```\n_dev_tokiory/\n├── content/\n│   └── articles/           # Blog articles in MDX format\n│       ├── drafts/         # Draft articles\n│       └── *.mdx           # Published articles\n├── src/\n│   ├── lib/\n│   │   ├── components/     # Reusable Svelte components\n│   │   └── modules/        # Feature modules\n│   ├── routes/\n│   │   ├── (standard)/     # Main site routes\n│   │   ├── (cv)/           # CV/Resume routes\n│   │   └── api/            # API endpoints\n│   └── styles/             # Global styles\n├── static/                 # Static assets\n└── docs/                   # Documentation and assets\n```\n\n## 🚦 Getting Started\n\n### Prerequisites\n\n- [Bun](https://bun.sh/) (recommended) or Node.js 18+\n- Git\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/tokiory/dev-tokiory.git\ncd dev-tokiory\n```\n\n2. Install dependencies:\n```bash\nbun install\n```\n\n3. Start the development server:\n```bash\nbun run dev\n```\n\n4. Open your browser and navigate to `http://localhost:5173`\n\n### Available Scripts\n\n- `bun run dev` - Start development server\n- `bun run build` - Build for production\n- `bun run preview` - Preview production build locally\n- `bun run check` - Run type checking and linting\n\n## 📝 Writing Articles\n\nArticles are written in MDX format and stored in the `content/articles/` directory. Each article should include frontmatter with metadata:\n\n```mdx\n---\ntitle: Your Article Title\ndescription: Brief description of the article\ndate: 2024-01-15\ntags:\n  - tag1\n  - tag2\n---\n\nYour article content here with support for:\n- Markdown syntax\n- Embedded Svelte components\n- Code blocks with syntax highlighting\n```\n\n### Code Highlighting\n\nThe project uses Shiki for syntax highlighting with custom transformers:\n- Focus notation: `// [!code focus]`\n- Diff notation: `// [!code ++]` and `// [!code --]`\n- Highlight notation: `// [!code highlight]`\n\n## 🎨 Styling\n\nThe project uses UnoCSS with:\n- Custom presets for icons and styling\n- CSS variables for theming\n- Responsive design utilities\n- Variable fonts (Manrope, Martian Mono, Podkova, Iosevka)\n\n## 🔧 Configuration\n\nKey configuration files:\n- `svelte.config.js` - SvelteKit and MDsveX configuration\n- `uno.config.ts` - UnoCSS configuration\n- `vite.config.ts` - Vite build configuration\n- `tsconfig.json` - TypeScript configuration\n\n## 📦 Deployment\n\nThe site is automatically deployed to Vercel on push to the main branch. The deployment configuration is handled by the Vercel adapter in `svelte.config.js`.\n\n### Manual Deployment\n\nTo deploy manually:\n\n1. Build the project:\n```bash\nbun run build\n```\n\n2. Deploy to Vercel:\n```bash\nvercel --prod\n```\n\n## 🤝 Contributing\n\nWhile this is a personal blog, suggestions and bug reports are welcome! Please:\n\n1. Fork the repository\n2. Create a feature branch\n3. Make your changes\n4. Submit a pull request\n\n## 📄 License\n\nThis project is open source and available under the [MIT License](LICENSE).\n\n## 🔗 Links\n\n- **Website**: [https://tokiory.vercel.app](https://tokiory.vercel.app)\n- **GitHub**: [https://github.com/tokiory](https://github.com/tokiory)\n\n---\n\n\u003cp align=\"center\"\u003e\n  Built with ❤️ by \u003ca href=\"https://github.com/tokiory\"\u003etokiory\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftokiory%2Fdev-tokiory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftokiory%2Fdev-tokiory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftokiory%2Fdev-tokiory/lists"}