Static GitHub Pages site for the GVS Robotics organization.
Copy all files in this package into the repository root without deleting the existing profile/ folder.
Then open repository Settings → Pages and select:
- Source: Deploy from a branch
- Branch: main
- Folder: / (root)
Because the repository is named .github, the default project-site URL will normally be:
https://gvsrobotics.github.io/.github/
For the cleaner organization URL https://gvsrobotics.github.io/, use a repository named GVSRobotics.github.io instead. The same files work there unchanged.
- Open
projects/projects.json. - Duplicate one project object and edit its fields. Give it a unique lowercase
slug, such asnew-project. - Copy
projects/_template/toprojects/new-project/. - In the copied
index.html, replacePROJECT_SLUGwithnew-project. - Commit and push. The landing-page card and project page will both appear automatically.
slug: URL folder namename: display namelanguage: badge textaccent: CSS colorshortDescription: landing-page card textkicker,description,body: project page copyfeatures: bullet listlinks: project buttonsfacts: three compact facts at the bottom
From this folder, run:
python3 -m http.server 8000Then visit http://localhost:8000.