BartoszJarocki / cv

Print-friendly, minimalist CV page
https://cv.jarocki.me
MIT License
8.79k stars 934 forks source link

Feature request: Add certifications section #17

Open phucht21 opened 7 months ago

phucht21 commented 7 months ago

I think it would be great to have a certifications section, hope you consider it.

ianhobbs commented 7 months ago

You can easily add new sections. I added a custom section by :

  1. Adding a new node in resume-data.tsx
  2. Populating the data.
  3. Edit the /app/page.tsx to render the additional data in a new section.

Just follow the patterns present to add your own custom data.