mirror of
https://github.com/debloper/xiosk.git
synced 2026-04-27 05:45:54 +03:00
[PR #90] [MERGED] piosk website #98
Labels
No labels
bug
bug
documentation
enhancement
enhancement
feature request
good first issue
good first issue
help wanted
invalid
priority: high
priority: low
priority: medium
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/xiosk#98
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:piosk-website📝 Commits (3)
6777382piosk website1125fbcadd workflow and fix base87df842simplify workflow and change the URL📊 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.