[PR #90] [MERGED] piosk website #98

Closed
opened 2026-03-03 11:14:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debloper/xiosk/pull/90
Author: @parthsidpara
Created: 7/23/2025
Status: Merged
Merged: 7/31/2025
Merged by: @debloper

Base: mainHead: piosk-website


📝 Commits (3)

📊 Changes

11 files changed (+2071 additions, -0 deletions)

View changed files

.github/workflows/astro.yml (+37 -0)
www/.gitignore (+24 -0)
www/README.md (+2 -0)
www/astro.config.mjs (+9 -0)
www/package.json (+15 -0)
www/src/assets/favicon.ico (+0 -0)
www/src/layouts/Layout.astro (+428 -0)
www/src/pages/docs.astro (+522 -0)
www/src/pages/index.astro (+613 -0)
www/src/pages/team.astro (+416 -0)
www/tsconfig.json (+5 -0)

📄 Description

This PR adds the official PiOSK website built with Astro
Demo: https://parthsidpara.github.io/piosk/


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/debloper/xiosk/pull/90 **Author:** [@parthsidpara](https://github.com/parthsidpara) **Created:** 7/23/2025 **Status:** ✅ Merged **Merged:** 7/31/2025 **Merged by:** [@debloper](https://github.com/debloper) **Base:** `main` ← **Head:** `piosk-website` --- ### 📝 Commits (3) - [`6777382`](https://github.com/debloper/xiosk/commit/6777382089577bcda9dafbf0aee2040c8bd8de53) piosk website - [`1125fbc`](https://github.com/debloper/xiosk/commit/1125fbca5a1af90eade039fa883c33bf6bba6fa2) add workflow and fix base - [`87df842`](https://github.com/debloper/xiosk/commit/87df8425ecc3fe932a0598a450ec110d8b1d38fd) simplify workflow and change the URL ### 📊 Changes **11 files changed** (+2071 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/astro.yml` (+37 -0) ➕ `www/.gitignore` (+24 -0) ➕ `www/README.md` (+2 -0) ➕ `www/astro.config.mjs` (+9 -0) ➕ `www/package.json` (+15 -0) ➕ `www/src/assets/favicon.ico` (+0 -0) ➕ `www/src/layouts/Layout.astro` (+428 -0) ➕ `www/src/pages/docs.astro` (+522 -0) ➕ `www/src/pages/index.astro` (+613 -0) ➕ `www/src/pages/team.astro` (+416 -0) ➕ `www/tsconfig.json` (+5 -0) </details> ### 📄 Description This PR adds the official PiOSK website built with Astro Demo: https://parthsidpara.github.io/piosk/ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:14:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/xiosk#98
No description provided.