Paul-Riviere / mkdocs-curriculum-vitae

https://paul-riviere.github.io/mkdocs-curriculum-vitae/
MIT License
1 stars 1 forks source link

Add hobbies section #43

Closed pa-decarvalho closed 3 days ago

pa-decarvalho commented 1 week ago

Like experiences, create a hobbies sections :

  hobbies:
    - title: First hobby
      description: First hobby description
    - title: Second hobby
      description: Second hobby description
Paul-Riviere commented 6 days ago

Do hobbies really need description ? For now we could only add title (or another single keyword) because I think people could then describle in a few word in the same variable. For example :

  hobbies:
    - title: First hobby (some more infos)
    - title: First hobby (some more infos)
pa-decarvalho commented 6 days ago

Yes only the title is enought for now.