{"id":20513517,"url":"https://github.com/microwebstacks/bug-frontmatter-variable","last_synced_at":"2025-10-25T13:02:43.356Z","repository":{"id":162853157,"uuid":"568352069","full_name":"MicroWebStacks/bug-frontmatter-variable","owner":"MicroWebStacks","description":"used for bug report purpose","archived":false,"fork":false,"pushed_at":"2022-11-20T09:03:25.000Z","size":10480,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-29T14:22:11.516Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Astro","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/MicroWebStacks.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}},"created_at":"2022-11-20T08:59:46.000Z","updated_at":"2022-11-20T09:08:39.000Z","dependencies_parsed_at":"2023-07-05T11:00:24.522Z","dependency_job_id":null,"html_url":"https://github.com/MicroWebStacks/bug-frontmatter-variable","commit_stats":{"total_commits":2,"total_committers":2,"mean_commits":1.0,"dds":0.5,"last_synced_commit":"e5ed275f24a853096f6c266d3adb9cae9abb3b86"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":"one-aalam/astro-ink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroWebStacks%2Fbug-frontmatter-variable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroWebStacks%2Fbug-frontmatter-variable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroWebStacks%2Fbug-frontmatter-variable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroWebStacks%2Fbug-frontmatter-variable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MicroWebStacks","download_url":"https://codeload.github.com/MicroWebStacks/bug-frontmatter-variable/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242117717,"owners_count":20074438,"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":[],"created_at":"2024-11-15T21:11:36.662Z","updated_at":"2025-10-25T13:02:43.283Z","avatar_url":"https://github.com/MicroWebStacks.png","language":"Astro","readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"./public/astro-ink-logo.png\" height=\"140px\" title=\"Astro Ink\" /\u003e\n\u003c/div\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003eAstro Ink is a minimal theme created to serve minimalistic markdown-based blog needs. It ships with almost all the basic Astro components that you might need while creating light-weight, performant, personal blogs, that focus on shipping less Javascript by default.\u003c/div\u003e\n\u003cbr /\u003e\n\n\u003cbr/\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/static/v1?label=PRs\u0026message=welcome\u0026style=flat-square\u0026color=5e17eb\u0026labelColor=000000\" alt=\"PRs welcome!\" /\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/one-aalam/astro-ink?style=flat-square\u0026color=5e17eb\u0026labelColor=000000\"\u003e\n  \u003ca href=\"https://twitter.com/intent/follow?screen_name=aftabbuddy\"\u003e\n    \u003cimg src=\"https://img.shields.io/twitter/follow/aftabbuddy?style=flat-square\u0026color=5e17eb\u0026labelColor=000000\" alt=\"Follow @aftabbuddy\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\n\n\u003cimg src=\"./public/astro-banner.png\" alt=\"Astro Banner\" /\u003e\n\nIt's hugely inspired by [Hugo](https://github.com/knadh/hugo-ink)'s Ink theme and strives to remain light, while providing the basis for a beautiful, minimal blog.\n\n## Features\n- __Minimal, Crisp, Markdown-Blog Ready__\n- __Uses `astro 1.1.5`__ - It uses Astro's latest `1.1.5` release under the hood\n- __Svelte Ready__ - In its effort to remain light-weight, performant, and more approachable from Astro's POV, Svelte is used for interactive components like the theme switcher\n- __Modular__ - The structure is highly modular, with components doing just one job, and one job well.\n- __Collection + Dynamic Pages__ - It's ready with Next.js like dynamic pages, to support a tag-based classification system with paginated results, all configurable\n- __Dark Mode \u0026 Color Codes__ - It supports dark mode, and __6+__ color modes that's selected using `tailwind.config.js`. You can pass `THEME_KEY` with the `dev` or `build` script/commands ex: `THEME_KEY=purpleheart astro build/dev` to change the color theme being used. All the available themes can be found in [tailwind.theme.config.js](./tailwind.theme.config.js). To customize the blog section, add any of the Tailwind Typography's `prose-{color}` classes as referred [here](./src/components/Prose.astro)\n- __Netlify CMS\u003csup\u003e*NEW\u003c/sup\u003e__ - Add/Edit/Update all the posts in the `/blog` directory by visiting `your-site.netlify.com/admin` ex: [astro-ink.netlify.app/admin](https://astro-ink.netlify.app/admin) with your Netlify credentials. It needs Netlify Identity(https://app.netlify.com/sites/your-site/settings/identity#registration\n) and Git Gateway(https://app.netlify.com/sites/your-site/settings/identity#services) enabled.\n- __Future Posts\u003csup\u003e*NEW\u003c/sup\u003e__(with Github Actions) - Create posts in the `/src/drafts` directory with a future `date` in the `YYYY-MM-DD` format, and let a specially crafted [Github Action](https://github.com/marketplace/actions/ssg-publish-drafts) take care of auto-publishing it on your specified date. You can configure the check interval in [Github Action](https://github.com/one-aalam/astro-ink/blob/main/.github/workflows/main.yml).\n- __Client-Side Search\u003csup\u003e*NEW\u003c/sup\u003e__ - Allow your users get to your blog posts quickly with client-side search feat. Lunr.js\n\n## How to start?\nThere's not much to know about commands. Just clone this template, and start working from your clone. You have all the common NPM commands at your disposal like `dev`, `build`, etc. Refer [package.json](./package.json) to see a list of all the available commands.\n\n## Built with Astro Ink\n- [jamesperkins.dev](https://www.jamesperkins.dev/) - Personal site of developer, YouTube instructor [James R Perkins](https://twitter.com/james_r_perkins)\n- [highlandcows.github.io](https://highlandcows.github.io/) [Nick Jacob](https://github.com/njacobs5074)'s personal blog\n\n\u003e know a site built with Astro Ink? Let me know on [Twitter](https://twitter.com/aftabbuddy)\n\n## Wanna learn Astro while building Ink?\nThis theme was initially built with first an alpha, and then a beta version of the `Astro` Framework. If you're just starting with `Astro`, you can actually learn `Astro` while building this very theme by following a series of blogs I've written that teaches you Astro ground-up!\n\nHead over to `aalam.in/blog` and know\n- [How to set Astro up and get it running with essential defaults for styling, prototyping, and incremental deployments](https://aalam.in/blog/astro-get-up-and-running)\n- [Managing presentational components and creating Astro pages](https://aalam.in/blog/astro-and-site-strcuture)\n- [Feeding local as well as remote data to the Astro pages](https://aalam.in/blog/astro-and-data)\n- [Putting interactivity where you absolutely cannot do without it in Astro](https://aalam.in/blog/astro-and-interactivity)\n- [Creating data-driven, dynamic pages and paginated results in Astro](https://aalam.in/blog/astro-and-dynamic-pages)\n- [Author your Astro site's content with Git-based CMSs](https://aalam.in/blog/astro-and-git-cms-netlify)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrowebstacks%2Fbug-frontmatter-variable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrowebstacks%2Fbug-frontmatter-variable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrowebstacks%2Fbug-frontmatter-variable/lists"}