BartoszJarocki / cv

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

feat: add types, allow bullets for description #35

Closed OmitNomis closed 3 months ago

OmitNomis commented 6 months ago

Add and fix some types,

Closes #23

Allows use of string or an array of string for desc, using an array creates bullet points. the bullets can be customized.

This is what the config would look like:

image

Preview:

When no customBullet is provided

image

When customBullet is provided

image

vercel[bot] commented 6 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cv ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 31, 2023 7:41am
BartoszJarocki commented 3 months ago

I suggest keeping the changes in your own fork as I see maintaining the explicit types as not needed overhead.