Use projects to highlight selected work from your portfolio.
Edit data/terminal/commands/projects.yaml:
name: projects
label: Projects
description: View my portfolio projects
quick: true
weight: 40
items:
- name: E-Commerce Platform API
type: Work
role: Technical lead — initial design and development
tech:
- Go
- PostgreSQL
- Docker
description: A REST API with authentication, payments, and caching.
url: https://github.com/gopher/ecommerce-api
- name: CLI Task Manager
type: Personal
tech:
- Go
- SQLite
description: A terminal app for tasks, time tracking, and reports.
url: https://github.com/gopher/cli-task
Each project supports:
name: project title.type: optional project category such asWorkorPersonal.role: optional note describing your role or contribution.tech: short list of technologies.description: one-line project summary.url: link to code, demo, case study, or docs.
Use a small number of strong projects so the terminal output stays readable.