{"id":21518950,"url":"https://github.com/vortex-linux/website","last_synced_at":"2026-02-07T16:02:38.315Z","repository":{"id":253143639,"uuid":"842620404","full_name":"Vortex-Linux/website","owner":"Vortex-Linux","description":"This repo contains the code of the website of Vortex Linux","archived":false,"fork":false,"pushed_at":"2024-12-07T05:16:55.000Z","size":8072,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-20T22:22:57.085Z","etag":null,"topics":["community","documentation","hacktoberfest","linux","web-app","website"],"latest_commit_sha":null,"homepage":"https://vortexlinux.org","language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vortex-Linux.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-08-14T18:09:26.000Z","updated_at":"2025-03-12T05:34:05.000Z","dependencies_parsed_at":"2024-12-07T06:32:41.093Z","dependency_job_id":null,"html_url":"https://github.com/Vortex-Linux/website","commit_stats":null,"previous_names":["vortex-linux/website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vortex-Linux/website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vortex-Linux%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vortex-Linux%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vortex-Linux%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vortex-Linux%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vortex-Linux","download_url":"https://codeload.github.com/Vortex-Linux/website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vortex-Linux%2Fwebsite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29199519,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T14:35:27.868Z","status":"ssl_error","status_checked_at":"2026-02-07T14:25:51.081Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["community","documentation","hacktoberfest","linux","web-app","website"],"created_at":"2024-11-24T00:55:32.574Z","updated_at":"2026-02-07T16:02:38.297Z","avatar_url":"https://github.com/Vortex-Linux.png","language":"Astro","readme":"# Vortex Linux Website\nThis repo contains the code of the website of Vortexlinux, it is build with HTML, CSS, JavaScript (Astro.js) and Markdown.\n\n## 🧞 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## Features:\n\n- ✅ Minimal styling (make it your own!)\n- ✅ 100/100 Lighthouse performance\n- ✅ SEO-friendly with canonical URLs and OpenGraph data\n- ✅ Sitemap support\n- ✅ RSS Feed support\n- ✅ Markdown \u0026 MDX support\n\n## 🚀 Project Structure\n\nYou'll see the following folders and files:\n\n```text\n├── public/\n├── src/\n│   ├── components/\n│   ├── content/\n│   ├── layouts/\n│   └── pages/\n├── astro.config.mjs\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/React/Vue/Svelte/Preact 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### GitHub Pages\n\nThe website is built with Astro.js on GitHub Pages, a review will be required to make any changes to the website of contributions to ensure stability of the website and ensure there aren't any unecessary build minutes used.\n\n## 👀 Want to learn more?\n\nCheck out [Astro's documentation](https://docs.astro.build) or jump into Astro's [Discord server](https://astro.build/chat).\n\n## Credit\n\nThis theme is based off of the lovely [Bear Blog](https://github.com/HermanMartinus/bearblog/).\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvortex-linux%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvortex-linux%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvortex-linux%2Fwebsite/lists"}