{"id":24056907,"url":"https://github.com/arnavk-09/token-template","last_synced_at":"2026-02-25T18:01:40.995Z","repository":{"id":271604969,"uuid":"912966814","full_name":"ArnavK-09/token-template","owner":"ArnavK-09","description":"🤍 Minimal Black \u0026 White Astro + Tailwind Portfolio Template....","archived":false,"fork":false,"pushed_at":"2025-03-18T16:57:42.000Z","size":1598,"stargazers_count":45,"open_issues_count":0,"forks_count":12,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-09T00:35:46.572Z","etag":null,"topics":["astro","black-white","blog","md","mdx","minimal","portfolio","static","tailwindcss","template","theme"],"latest_commit_sha":null,"homepage":"https://token-template.deno.dev","language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ArnavK-09.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}},"created_at":"2025-01-06T18:58:03.000Z","updated_at":"2025-05-07T09:47:47.000Z","dependencies_parsed_at":"2025-03-18T17:46:51.395Z","dependency_job_id":null,"html_url":"https://github.com/ArnavK-09/token-template","commit_stats":null,"previous_names":["arnavk-09/token-template"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArnavK-09%2Ftoken-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArnavK-09%2Ftoken-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArnavK-09%2Ftoken-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArnavK-09%2Ftoken-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArnavK-09","download_url":"https://codeload.github.com/ArnavK-09/token-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253750093,"owners_count":21958251,"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":["astro","black-white","blog","md","mdx","minimal","portfolio","static","tailwindcss","template","theme"],"created_at":"2025-01-09T05:27:29.992Z","updated_at":"2025-10-29T02:48:41.952Z","avatar_url":"https://github.com/ArnavK-09.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eToken\u003c/h1\u003e\n\u003ch2 align=\"center\"\u003eMinimal Astro + Tailwind CSS Starter\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"hero\" width=\"450\" src=\"public/image.png\" /\u003e\n\u003c/p\u003e\n\n\u003e [!NOTE]\n\u003e\n\u003e `token-template` is a modern and minimalistic Astro + Tailwind CSS starter designed for developers and creators. With a sleek black-and-white terminal-inspired design, it features support for Markdown (MD), MDX, RSS feeds, sitemaps, and fully static content, making it perfect for personal portfolios and blogs.\n\n## 🌟 Features\n\n\u003e **token-template** features intro:\n\n- **Minimalist Design** – Black-and-white terminal-inspired aesthetics with custom fonts.\n- **Astro + Tailwind CSS** – Built using Astro and styled with Tailwind CSS for easy customization.\n- **Content Support** – Write blog posts or documentation in Markdown (MD) and MDX.\n- **Static and Fast** – Fully static content optimized for performance.\n\n## 💻 Installation\n\n\u003e [!TIP]\n\u003e Remember to update [`src/consts.ts`](https://github.com/ArnavK-09/token-template/blob/main/src/consts.ts)\n\n###### terminal\n\n```bash\n# Clone the repository\ngit clone https://github.com/ArnavK-09/token-template.git my-portfolio\ncd my-portfolio\n\n# Install dependencies\nnpm install\n\n# Run the development server\nnpm run dev\n```\n\n## 📷 Screenshots\n\n\u003e Here's a working and expected screenshot of **token-template**\n\n| Landing Page                              |\n| ----------------------------------------- |\n| ![Demo](/public/screenshot.png) |\n\n| [Lighthouse Results](https://pagespeed.web.dev/analysis/https-token-template-deno-dev/o4lgrcn8pd?form_factor=desktop)                              |\n| ----------------------------------------- |\n| ![results](/public/lighthouse.png) |\n\n---\n\n## 💻 Contributing\n\n\u003e [!TIP]  \n\u003e We welcome contributions to improve **token-template**! If you have suggestions, bug fixes, or new feature ideas, follow these steps:\n\n1. **Fork the Repository**  \n   Click the **Fork** button at the top-right of the repo page.\n\n2. **Clone Your Fork**  \n   Clone the repo locally:\n\n   ```bash\n   git clone https://github.com/ArnavK-09/token-template.git\n   ```\n\n3. **Create a Branch**  \n   Create a new branch for your changes:\n\n   ```bash\n   git checkout -b your-feature-branch\n   ```\n\n4. **Make Changes**  \n   Implement your changes (bug fixes, features, etc.).\n\n5. **Commit and Push**  \n   Commit your changes and push the branch:\n\n   ```bash\n   git commit -m \"feat(scope): description\"\n   git push origin your-feature-branch\n   ```\n\n6. **Open a Pull Request**  \n   Open a PR with a detailed description of your changes.\n\n7. **Collaborate and Merge**  \n   The maintainers will review your PR, request changes if needed, and merge it once approved.\n\n## 🙋‍♂️ Issues\n\nFound a bug or need help? Please create an issue on the [GitHub repository](https://github.com/ArnavK-09/token-template/issues) with a detailed description.\n\n## 👤 Author\n\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n        \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/ArnavK-09\"\u003e\u003cimg src=\"https://github.com/ArnavK-09.png?s=100\" width=\"130px;\" alt=\"Arnav K\"/\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/ArnavK-09\"\u003ch4\u003e\u003cb\u003eArnav K\u003c/b\u003e\u003c/h3\u003e\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n---\n\n\u003ch2 align=\"center\"\u003e📄 License\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cstrong\u003etoken-template\u003c/strong\u003e is licensed under the \u003ccode\u003eISC\u003c/code\u003e License. See the \u003ca href=\"https://github.com/ArnavK-09/token-template/blob/main/LICENSE\"\u003eLICENSE\u003c/a\u003e file for more details.\n\u003c/p\u003e\n\n---\n\n\u003cp align=\"center\"\u003e\n    \u003cstrong\u003e🌟 If you find this project helpful, please give it a star on GitHub! 🌟\u003c/strong\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnavk-09%2Ftoken-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farnavk-09%2Ftoken-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnavk-09%2Ftoken-template/lists"}