{"id":20586201,"url":"https://github.com/phocks/astro-ink","last_synced_at":"2026-04-20T15:05:40.139Z","repository":{"id":76889284,"uuid":"420958950","full_name":"phocks/astro-ink","owner":"phocks","description":"Will this work?","archived":false,"fork":false,"pushed_at":"2021-10-25T09:28:03.000Z","size":870,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-06T12:52:39.127Z","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/phocks.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":"2021-10-25T09:28:01.000Z","updated_at":"2021-10-25T09:28:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"e05ab539-78d4-4df8-a4d3-0b9bff0fe977","html_url":"https://github.com/phocks/astro-ink","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"one-aalam/astro-ink","purl":"pkg:github/phocks/astro-ink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phocks%2Fastro-ink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phocks%2Fastro-ink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phocks%2Fastro-ink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phocks%2Fastro-ink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phocks","download_url":"https://codeload.github.com/phocks/astro-ink/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phocks%2Fastro-ink/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32052566,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":"2024-11-16T07:10:40.952Z","updated_at":"2026-04-20T15:05:40.126Z","avatar_url":"https://github.com/phocks.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Astro - Ink\nCrisp, minimal, personal blog theme for Astro\n\n\u003cimg src=\"./public/astro-banner.png\" alt=\"Astro Banner\" /\u003e\n\n\nAstro 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.\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@next`__ - It uses Astro's [next](https://next.docs.astro.build/getting-started) APIs 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 (beta)__ - It supports dark mode, and 6+ color modes that could be configured using `tailwind.config.js`. Remember to restart when developing, and enable just one group of colors at a time. 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. (_Write-up coming soon!_)\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).(_Write-up coming soon!_)\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## Wanna learn Astro while building Ink?\nHead over to `aalam.in/blog` and learn\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphocks%2Fastro-ink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphocks%2Fastro-ink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphocks%2Fastro-ink/lists"}