{"id":20563113,"url":"https://github.com/statichunt/geeky-astro","last_synced_at":"2025-04-14T14:42:30.570Z","repository":{"id":186884704,"uuid":"675925719","full_name":"statichunt/geeky-astro","owner":"statichunt","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-10T06:33:54.000Z","size":19421,"stargazers_count":27,"open_issues_count":0,"forks_count":16,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-28T03:41:14.767Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://geeky-astro.vercel.app","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/statichunt.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}},"created_at":"2023-08-08T03:46:25.000Z","updated_at":"2025-03-21T20:56:23.000Z","dependencies_parsed_at":"2024-02-07T07:47:20.557Z","dependency_job_id":null,"html_url":"https://github.com/statichunt/geeky-astro","commit_stats":null,"previous_names":["statichunt/geeky-astro"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statichunt%2Fgeeky-astro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statichunt%2Fgeeky-astro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statichunt%2Fgeeky-astro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statichunt%2Fgeeky-astro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/statichunt","download_url":"https://codeload.github.com/statichunt/geeky-astro/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248898604,"owners_count":21179803,"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-16T04:16:36.626Z","updated_at":"2025-04-14T14:42:30.550Z","avatar_url":"https://github.com/statichunt.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=center\u003eGeeky Astro\u003c/h1\u003e\n\u003cp align=center\u003eGeeky is a free Astro personal blog template\u003c/p\u003e\n\u003ch2 align=\"center\"\u003e \u003ca target=\"_blank\" href=\"https://geeky-astro.vercel.app/\" rel=\"nofollow\"\u003eDemo\u003c/a\u003e | \u003ca  target=\"_blank\" href=\"https://pagespeed.web.dev/report?url=https%3A%2F%2Fgeeky-astro.vercel.app%2F\u0026form_factor=desktop\"\u003ePage Speed (100%)\u003c/a\u003e\n\u003c/h2\u003e\n\n\u003cp align=center\u003e\n  \u003ca href=\"https://github.com/withastro/astro/releases/tag/astro%404.3.3\" alt=\"Contributors\"\u003e\n    \u003cimg src=\"https://img.shields.io/static/v1?label=ASTRO\u0026message=4.3\u0026color=000\u0026logo=astro\" /\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/statichunt/geeky-astro/blob/main/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/statichunt/geeky-astro\" alt=\"license\"\u003e\u003c/a\u003e\n\n  \u003cimg src=\"https://img.shields.io/github/languages/code-size/statichunt/geeky-astro\" alt=\"code size\"\u003e\n\n  \u003ca href=\"https://github.com/statichunt/geeky-astro/graphs/contributors\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/contributors/statichunt/geeky-astro\" alt=\"contributors\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n![geeky](https://statichunt-images.netlify.app/themes/hugo-geeky.png)\n\n\n## Key Features\n\n- Google Page Speed score 100! (Desktop)\n- Supports Contact Form\n- Disqus Comment Support\n- Related Posts Suggestion\n- MDX Support with many built-in custom components\n- Semantic HTML Document Structure\n- Custom Logo Support\n- Includes All SCSS Files\n- Taxonomy Page Support\n- Images Optimized With @astro/image\n\n\u003c!-- installation --\u003e\n## Installation\n\nAfter downloading the template, you have some prerequisites to install. Then you can run it on your localhost. You can view the package.json file to see which scripts are included.\n\n### Install prerequisites (once for a machine)\n\n- **Node Installation:** [Install node js](https://nodejs.org/en/download/) [Recommended LTS version]\n\n### Local setup\n\nAfter successfully installing those dependencies, open this template with any IDE [[VS Code](https://code.visualstudio.com/) recommended], and then open the internal terminal of IDM [vs code shortcut \u003ccode\u003ectrl/cmd+\\`\u003c/code\u003e]\n\n- Install dependencies\n\n```\nnpm install\n```\n\n- Run locally\n\n```\nnpm run dev\n```\n\nAfter that, it will open up a preview of the template in your default browser, watch for changes to source files, and live-reload the browser when changes are saved.\n\n## Production Build\n\nAfter finishing all the customization, you can create a production build by running this command.\n\n```\nnpm run build\n```\n\n\u003c!-- reporting issue --\u003e\n## Reporting Issues\n\nWe use GitHub Issues as the official bug tracker for this Template. Please Search [existing issues](https://github.com/statichunt/geeky-astro/issues). It’s possible someone has already reported the same problem.\nIf your problem or idea has not been addressed yet, feel free to [open a new issue](https://github.com/statichunt/geeky-astro/issues).\n\n\u003c!-- licence --\u003e\n## License\n\nCopyright (c) 2019 - Present, Designed \u0026 Developed by [statichunt](https://statichunt.com)\n\n**Code License:** Released under the [MIT](https://github.com/statichunt/geeky-astro/blob/main/LICENSE) license.\n\n**Image license:** The images are only for demonstration purposes. They have their license, we don't have permission to share those images.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatichunt%2Fgeeky-astro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatichunt%2Fgeeky-astro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatichunt%2Fgeeky-astro/lists"}