{"id":13806654,"url":"https://github.com/JustGoodUI/dante-astro-theme","last_synced_at":"2025-05-13T22:30:34.219Z","repository":{"id":216701311,"uuid":"742011737","full_name":"JustGoodUI/dante-astro-theme","owner":"JustGoodUI","description":"Dante, a single-author blog and portfolio theme for Astro.js. ","archived":false,"fork":false,"pushed_at":"2024-10-16T05:57:48.000Z","size":3343,"stargazers_count":267,"open_issues_count":5,"forks_count":124,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-10-29T23:43:09.285Z","etag":null,"topics":["astro","astro-template","astro-theme","astrojs","blog","markdown","mdx","tailwind-theme","tailwindcss","theme"],"latest_commit_sha":null,"homepage":"https://dante-astro-theme.netlify.app/","language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JustGoodUI.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":"2024-01-11T15:23:14.000Z","updated_at":"2024-10-27T12:14:18.000Z","dependencies_parsed_at":"2024-01-12T05:02:59.300Z","dependency_job_id":"a48a7961-7d50-4c92-8a58-0f7bd00a6fad","html_url":"https://github.com/JustGoodUI/dante-astro-theme","commit_stats":{"total_commits":23,"total_committers":4,"mean_commits":5.75,"dds":"0.30434782608695654","last_synced_commit":"bf3694c0459f80440186ea9973ee2e399efaba40"},"previous_names":["justgoodui/dante-astro-theme"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustGoodUI%2Fdante-astro-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustGoodUI%2Fdante-astro-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustGoodUI%2Fdante-astro-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustGoodUI%2Fdante-astro-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JustGoodUI","download_url":"https://codeload.github.com/JustGoodUI/dante-astro-theme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225260748,"owners_count":17446098,"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","astro-template","astro-theme","astrojs","blog","markdown","mdx","tailwind-theme","tailwindcss","theme"],"created_at":"2024-08-04T01:01:14.395Z","updated_at":"2025-05-13T22:30:34.213Z","avatar_url":"https://github.com/JustGoodUI.png","language":"Astro","funding_links":[],"categories":["UI libraries, components \u0026 templates","Astro"],"sub_categories":[],"readme":"# Dante - Astro \u0026 Tailwind CSS Theme by justgoodui.com\n\nDante is a single-author blog and portfolio theme for Astro.js. Featuring a minimal, slick, responsive and content-focused design. For more Astro.js themes please check [justgoodui.com](https://justgoodui.com/).\n\n![Dante Astro.js Theme](public/dante-preview.jpg)\n\n[![Deploy to Netlify Button](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/JustGoodUI/dante-astro-theme)\n\nIf you click this☝️ button, it will create a new repo for you that looks exactly like this one, and sets that repo up immediately for deployment on Netlify.\n\n## Theme Features:\n\n- ✅ Dark and light color mode\n- ✅ Hero section with bio\n- ✅ Portfolio collection\n- ✅ Pagination support\n- ✅ Post tags support\n- ✅ Subscription form\n- ✅ View transitions\n- ✅ Tailwind CSS\n- ✅ Mobile-first responsive layout\n- ✅ SEO-friendly with canonical URLs and OpenGraph data\n- ✅ Sitemap support\n- ✅ RSS Feed support\n- ✅ Markdown \u0026 MDX support\n\n## Template Integrations\n\n- @astrojs/tailwind - https://docs.astro.build/en/guides/integrations-guide/tailwind/\n- @astrojs/sitemap - https://docs.astro.build/en/guides/integrations-guide/sitemap/\n- @astrojs/mdx - https://docs.astro.build/en/guides/markdown-content/\n- @astrojs/rss - https://docs.astro.build/en/guides/rss/\n\n## Project Structure\n\nInside of Dante Astro theme, you'll see the following folders and files:\n\n```text\n├── public/\n├── src/\n│   ├── components/\n│   ├── content/\n│   ├── data/\n│   ├── icons/\n│   ├── layouts/\n│   ├── pages/\n│   ├── styles/\n│   └── utils/\n├── astro.config.mjs\n├── package.json\n├── README.md\n└── tsconfig.json\n```\n\nAstro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.\n\nThere's nothing special about `src/components/`, but that's where we like to put any Astro (`.astro`) components.\n\nThe `src/content/` directory contains \"collections\" of related Markdown and MDX documents. Use `getCollection()` to retrieve posts from `src/content/blog/`, and type-check your frontmatter using an optional schema. See [Astro's Content Collections docs](https://docs.astro.build/en/guides/content-collections/) to learn more.\n\nAny static assets, like images, can be placed in the `public/` directory.\n\n## Astro.js Commands\n\nAll commands are run from the root of the project, from a terminal:\n\n| Command                   | Action                                           |\n| :------------------------ | :----------------------------------------------- |\n| `npm install`             | Installs dependencies                            |\n| `npm run dev`             | Starts local dev server at `localhost:4321`      |\n| `npm run build`           | Build your production site to `./dist/`          |\n| `npm run preview`         | Preview your build locally, before deploying     |\n| `npm run astro ...`       | Run CLI commands like `astro add`, `astro check` |\n| `npm run astro -- --help` | Get help using the Astro CLI                     |\n\n## Want to learn more about Astro.js?\n\nCheck out [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).\n\n## Credits\n\n- Demo content generate with [Chat GPT](https://chat.openai.com/)\n- Images for demo content from [Unsplash](https://unsplash.com/)\n\n## Astro Themes by Just Good UI\n\n- [Ovidius](https://github.com/JustGoodUI/ovidius-astro-theme) is a free single author blog theme.\n\n## License\n\nLicensed under the [GPL-3.0](https://github.com/JustGoodUI/dante-astro-theme/blob/main/LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJustGoodUI%2Fdante-astro-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJustGoodUI%2Fdante-astro-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJustGoodUI%2Fdante-astro-theme/lists"}