Static GitHub Pages site for the GVS Robotics organization.
- 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.