Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
c57d194
feat!: monorepo landing page
samfreund Apr 9, 2025
b590cc4
ugh linting
samfreund Apr 9, 2025
950bd5e
add fonts and videos to styleguide ignore
samfreund Apr 9, 2025
a84da24
format everything
samfreund Apr 9, 2025
855b3e0
remove videos 2, electric boogaloo
samfreund Apr 9, 2025
9c32b1a
I think that does it
samfreund Apr 9, 2025
2de1b2a
acutally, I don't think we need that
samfreund Apr 9, 2025
01f1a1a
Merge branch 'PhotonVision:main' into monorepo-website
samfreund Apr 9, 2025
7e501bd
remove port variable
samfreund Apr 9, 2025
26ea57b
update to use extant secrets
samfreund Apr 9, 2025
dcb6a71
remove user
samfreund Apr 9, 2025
1adc177
Update website.yml
samfreund Apr 10, 2025
dc9891b
Update website.yml
samfreund Apr 10, 2025
96d6b0f
update workflow
samfreund Apr 10, 2025
8be70ef
Update website.yml
samfreund Apr 10, 2025
e35bc6b
remove fonts and stuff from styleguide, add back later
samfreund Apr 10, 2025
177a7dc
monorepo
samfreund Apr 10, 2025
9961278
Merge branch 'monorepo-website' of github.com:samfreund/photonvision …
samfreund Apr 10, 2025
42d0b10
styleguide
samfreund Apr 10, 2025
b9906d0
Merge branch 'main' into monorepo-website
samfreund Apr 10, 2025
fdbdbbe
Update website.yml
samfreund Apr 10, 2025
0f1fc22
linterrrrrr
samfreund Apr 10, 2025
2528680
Merge branch 'monorepo-website' of github.com:samfreund/photonvision …
samfreund Apr 10, 2025
6a6c3e1
update in-action video
samfreund Apr 10, 2025
6c43d4a
alright, that's it
samfreund Apr 10, 2025
53ef498
Update main.css
samfreund Apr 11, 2025
3200408
lint
samfreund Apr 11, 2025
4facf63
Merge branch 'monorepo-website' of github.com:samfreund/photonvision …
samfreund Apr 11, 2025
3cf111b
oops, forgot to add those
samfreund Apr 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Website Build

on:
push:
# For now, run on all commits to main
branches: [ main ]
# and also all tags starting with v
tags:
- 'v*'

jobs:
rsync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
- name: Install packages
run: npm ci
- name: Build project
run: npm run build
- uses: up9cloud/[email protected]
env:
HOST: ${{ secrets.WEBMASTER_SSH_HOST }}
USER: ${{ secrets.WEBMASTER_SSH_USERNAME }}
KEY: ${{secrets.WEBMASTER_SSH_KEY}}
SOURCE: /website/dist/*
TARGET: /var/www/html/photonvision-website
3 changes: 3 additions & 0 deletions .styleguide
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ modifiableFileExclude {
\.webp$
\.ico$
\.rknn$
\.mp4$
\.ttf$
\.woff2$
gradlew
photon-lib/py/photonlibpy/generated/
photon-targeting/src/main/native/cpp/photon/constrained_solvepnp/generate/
Expand Down
3 changes: 3 additions & 0 deletions website/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# photovision-website

PhotonVision's landing page!
23 changes: 23 additions & 0 deletions website/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/images/PhotonVision-Icon-BG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/images/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/images/in-action.mp4
Binary file not shown.
Loading
Loading