diff --git a/pages/_data/resume.json b/pages/_data/resume.json index a1f7f6a..09e9368 100644 --- a/pages/_data/resume.json +++ b/pages/_data/resume.json @@ -282,17 +282,15 @@ { "name": "GitHub", "summary": "Regular GitHub user and tinkerer.", - "keywords": [ - "GitHub", - "git", + "tags": [ + "Git", "Open Source" ] }, { "name": "Electronics", "summary": "Maker at heart.", - "keywords": [ - "Electronics", + "tags": [ "Arduino", "PCB Design" ] @@ -300,40 +298,35 @@ { "name": "Archery", "summary": "Practiced for a couple years the art of precision & accuracy.", - "keywords": [ - "Archery", - "Bow", - "Arrow", + "tags": [ "Precision", - "Accuracy" - ] - }, - { - "name": "Climbing", - "summary": "A nice way to relieve stress", - "keywords": [ - "Climbing", - "Strength" - ] - }, - { - "name": "Aquariums", - "summary": "Tamagochis but with real responsabilities.", - "keywords": [ - "Aquarium", - "Water", - "Fish", + "Accuracy", "Patience" ] }, { - "name": "Plants", - "summary": "The environnement is a cool thing", - "keywords": [ - "Plants", - "Trees", - "Gardening", - "Ecological" + "name": "Climbing", + "summary": "A nice way to relieve stress.", + "tags": [ + "Strength", + "Perseverance" + ] + }, + { + "name": "Aquariums", + "summary": "Tamagochis, but with real responsabilities.", + "tags": [ + "Patience", + "Perfectionism" + ] + }, + { + "name": "Gardening", + "summary": "The environnement is kinda useful.", + "tags": [ + "Flowers", + "Cacti", + "Ecology" ] } ] diff --git a/pages/resume/index.njk b/pages/resume/index.njk index 0b047cf..383050e 100644 --- a/pages/resume/index.njk +++ b/pages/resume/index.njk @@ -63,6 +63,11 @@ username: Laureηt

{{ interest.name }}

{{ interest.summary }}

+
{% endfor %}