Edit the JSON files in the data/ folder to change your site content. Save and refresh your browser — no build tools needed.
| File | What it controls |
|---|---|
data/site.json | Site name, header, CV button, sections list |
data/about.json | Biography / about text |
data/publications.json | Papers and articles |
data/research.json | Research interests |
data/education.json | Degrees and positions |
data/contact.json | Social links and contact info |
There are 6 JSON files inside the data/ folder. Each controls one section of your website.
data/
├── site.json ← MASTER CONTROLS (name, header, sections list)
├── about.json ← About Me section
├── publications.json ← Publications list
├── research.json ← Research interests
├── education.json ← Education history
└── contact.json ← Contact icons + info
Just edit the text inside the "" quotes. No coding needed.