{"id":13806641,"url":"https://github.com/JustGoodUI/ovidius-astro-theme","last_synced_at":"2025-05-13T22:30:33.653Z","repository":{"id":200345680,"uuid":"705312715","full_name":"JustGoodUI/ovidius-astro-theme","owner":"JustGoodUI","description":"Ovidius - a single-author blog theme for Astro.js.","archived":false,"fork":false,"pushed_at":"2024-10-29T13:19:28.000Z","size":1869,"stargazers_count":87,"open_issues_count":1,"forks_count":24,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-29T16:01:58.978Z","etag":null,"topics":["astro","astro-template","astro-theme","astrojs","blog","markdown","tailwind-theme","tailwindcss","theme"],"latest_commit_sha":null,"homepage":"https://ovidius-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":"CHANGELOG.md","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":"2023-10-15T17:05:06.000Z","updated_at":"2024-10-29T13:19:08.000Z","dependencies_parsed_at":"2023-11-21T11:49:21.907Z","dependency_job_id":"a68d5b00-08ca-45ad-942b-0aa516979954","html_url":"https://github.com/JustGoodUI/ovidius-astro-theme","commit_stats":null,"previous_names":["justgoodui/ovidius-astro-theme"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustGoodUI%2Fovidius-astro-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustGoodUI%2Fovidius-astro-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustGoodUI%2Fovidius-astro-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustGoodUI%2Fovidius-astro-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JustGoodUI","download_url":"https://codeload.github.com/JustGoodUI/ovidius-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","tailwind-theme","tailwindcss","theme"],"created_at":"2024-08-04T01:01:14.225Z","updated_at":"2024-11-18T22:32:24.780Z","avatar_url":"https://github.com/JustGoodUI.png","language":"Astro","funding_links":[],"categories":["UI libraries, components \u0026 templates"],"sub_categories":[],"readme":"# Ovidius - Astro \u0026 Tailwind CSS Theme by justgoodui.com\n\nOvidius is a single-author blog 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![Ovidius Astro.js Theme](public/ovidius-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/ovidius-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- ✅ Featured post support\n- ✅ Subscribe form\n- ✅ Tailwind CSS\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 Ovidius 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├── astro.config.mjs\n├── tailwind.config.cjs\n├── README.md\n├── package.json\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- [Dante](https://github.com/JustGoodUI/dante-astro-theme) is a free single-author blog and portfolio theme. \n\n## License\n\nLicensed under the [GPL-3.0](https://github.com/JustGoodUI/ovidius-astro-theme/blob/main/LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJustGoodUI%2Fovidius-astro-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJustGoodUI%2Fovidius-astro-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJustGoodUI%2Fovidius-astro-theme/lists"}