{"id":16236447,"url":"https://github.com/openscript/astro-theme-international","last_synced_at":"2025-10-04T02:28:49.238Z","repository":{"id":247603367,"uuid":"820301192","full_name":"openscript/astro-theme-international","owner":"openscript","description":"An Astro theme demonstrating internationalization.","archived":false,"fork":false,"pushed_at":"2025-09-30T02:31:10.000Z","size":27792,"stargazers_count":31,"open_issues_count":11,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-30T04:19:03.719Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://openscript.github.io/astro-theme-international/","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/openscript.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-26T07:47:44.000Z","updated_at":"2025-09-24T18:53:06.000Z","dependencies_parsed_at":"2024-09-09T20:09:29.648Z","dependency_job_id":"1a0e8745-a040-4372-80d0-4c6928da2a6c","html_url":"https://github.com/openscript/astro-theme-international","commit_stats":null,"previous_names":["openscript/astro-i18n-demo","openscript/astro-theme-international"],"tags_count":23,"template":true,"template_full_name":null,"purl":"pkg:github/openscript/astro-theme-international","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openscript%2Fastro-theme-international","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openscript%2Fastro-theme-international/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openscript%2Fastro-theme-international/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openscript%2Fastro-theme-international/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openscript","download_url":"https://codeload.github.com/openscript/astro-theme-international/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openscript%2Fastro-theme-international/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278254677,"owners_count":25956647,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-10T13:30:56.509Z","updated_at":"2025-10-04T02:28:49.232Z","avatar_url":"https://github.com/openscript.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `astro-theme-international`\n\nAn Astro theme, focused on internationalization.\n\n[👀 **DEMO**](https://openscript.github.io/astro-theme-international)\n\n## Usage\n\n\u003cdetails\u003e\n\u003csummary\u003e🛠️ How to use this theme?\u003c/summary\u003e\n\n1. Use this repository as a template. \u003cbr\u003e [![Use this template](./res/use-this-template.png)](https://github.com/new?template_name=astro-theme-international\u0026template_owner=openscript)\n1. Enable Github Pages in the repository settings: \u003cbr\u003e ![Enable Github Pages](./res/enable-github-pages.png)\n1. Open the repository with Visual Studio Code.\n1. Make sure you have [Docker](https://docs.docker.com/desktop/) and the [Dev Containers extension](https://code.visualstudio.com/docs/devcontainers/containers#_installation) installed.\n1. Open the repository in a Dev Container.\n1. Start making changes.\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e🎁 How to contribute to this theme?\u003c/summary\u003e\n\n1. Fork the project.\n1. Make your changes.\n1. Open a pull request.\n\n\u003c/details\u003e\n\n## Features\n\n- Internationalization and Localization by using [astro-loader-i18n](https://github.com/openscript/astro-loader-i18n)\n  - UI translations\n  - Content translations\n  - Route translations\n  - Language switcher\n  - `hreflang` and others meta tags\n- Automated testing\n  - Unit and integration tests using [vitest](https://vitest.dev/)\n  - Coverage reports [![codecov](https://codecov.io/github/openscript/astro-theme-international/graph/badge.svg?token=JDCTMFS7NW)](https://codecov.io/github/openscript/astro-theme-international)\n- Opinionated pre-configured developer setup\n  - [Visual Studio Code Dev Containers](https://code.visualstudio.com/docs/remote/containers)\n  - Type-safe development with [Typescript](https://www.typescriptlang.org/)\n  - Pre-configured [Github Actions](https://github.com/features/actions) for CI/CD\n  - Compatible with [Github Pages](https://pages.github.com/)\n  - Works on a subpath (e.g. `http://example.com/my-cool-astro-site/`)\n  - MDX support [(@astrojs/mdx)](https://docs.astro.build/en/guides/mdx/)\n  - Release cycle including changelogs generation with [changesets](https://github.com/changesets/changesets)\n  - [.editorconfig](https://editorconfig.org/)\n- Connectivity\n  - RSS Feeds with i18n support [(@astrojs/rss)](https://docs.astro.build/en/guides/rss/)\n  - Sitemaps with i18n support [(@astrojs/sitemap)](https://docs.astro.build/en/guides/integrations-guide/sitemap/)\n  - Static search using [Pagefind](https://pagefind.app/)\n  - Inject infos from Git into frontmatter via custom remark plugin\n- Userfacing features\n  - Dark mode\n  - Pagination\n  - 404 page\n  - Favicons\n  - Custom fonts\n  - Responsivness\n  - Burger menu\n  - Markdown\n    - Autolink headings\n    - Table of Contents generation\n\n### Content types\n\n- Page (`pages`): A simple page with a title and content.\n- Post (`blog`): A blog post with a title, content, and date.\n\n### Layouts\n\n- DefaultLayout: Layout with a header, main and footer.\n\n### Sections\n\n## Resources\n\n- Fonts: https://fontsource.org/\n- Colors: https://colorhunt.co/palette/f8ededff8225b43f3f173b45\n- Icons: https://tabler.io/icons\n- Backgrounds: https://www.fffuel.co/\n- Favicon Generator: https://realfavicongenerator.net/\n- Data Protection: https://gdpr.eu/privacy-notice/\n- Images:\n  - https://unsplash.com/photos/desk-globe-on-table-nXt5HtLmlgE\n\n### Articles\n\n- https://dominuskelvin.dev/blog/understanding-astro-components\n- https://simonhearne.com/2021/layout-shifts-webfonts/\n- https://github.com/remarkjs/remark/blob/main/doc/plugins.md\n- https://github.com/rehypejs/rehype/blob/main/doc/plugins.md\n- https://danilafe.com/blog/blog_microfeatures/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenscript%2Fastro-theme-international","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenscript%2Fastro-theme-international","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenscript%2Fastro-theme-international/lists"}