From 29910bba98962dc53e123f923c51201156480ea5 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 21 Mar 2026 02:19:39 +1000 Subject: [PATCH 1/2] Clean up skills lists; clean up profiles --- src/_includes/bio.njk | 7 ++++--- src/index.njk | 6 ++++-- src/users/Leo-Chan01.yaml | 2 +- src/users/anderson-garcia.yaml | 2 +- src/users/ierfaaan.yaml | 2 +- src/users/majalian.yaml | 2 +- src/users/rtewari056.yaml | 4 +--- 7 files changed, 13 insertions(+), 12 deletions(-) diff --git a/src/_includes/bio.njk b/src/_includes/bio.njk index 962023d0..6ee5d708 100644 --- a/src/_includes/bio.njk +++ b/src/_includes/bio.njk @@ -82,15 +82,16 @@ + {% if languages is defined and languages is not null %}

Technologies

- {% set skills = languages.split(' ') %} - {% include "skills-list.njk" %} + {% set skills = languages.split(' ') %} + {% include "skills-list.njk" %}
+ {% endif %} - diff --git a/src/index.njk b/src/index.njk index f7b6707e..9b95d720 100644 --- a/src/index.njk +++ b/src/index.njk @@ -35,8 +35,10 @@ layout: false
- {% set skills = person.data.languages.split(' ') %} - {% include "skills-list.njk" %} + {% if person.data.languages is defined and person.data.languages is not null %} + {% set skills = person.data.languages.split(' ') %} + {% include "skills-list.njk" %} + {% endif %}
{% set bio = person.data.bio %} diff --git a/src/users/Leo-Chan01.yaml b/src/users/Leo-Chan01.yaml index 310412d8..20767fee 100644 --- a/src/users/Leo-Chan01.yaml +++ b/src/users/Leo-Chan01.yaml @@ -8,7 +8,7 @@ email: ephraimleo16@gmail.com # facebook: Ephraim leo country: Nigeria location: Ebonyi -languages: N/A +languages: role: Mobile Developer bio: | I have good experience in building mobile apps with authentication integration using firebase, payment methods, NFC and optimizations. diff --git a/src/users/anderson-garcia.yaml b/src/users/anderson-garcia.yaml index 0c2a0587..05dfaabb 100644 --- a/src/users/anderson-garcia.yaml +++ b/src/users/anderson-garcia.yaml @@ -5,6 +5,6 @@ email: aegiptogt@gmail.com country: Venezuela location: Valencia role: Translator, psychologist, text editor. -languages: N/A +languages: bio: | English Spanish Translator / Psychologist / Academic writer diff --git a/src/users/ierfaaan.yaml b/src/users/ierfaaan.yaml index ee2c8b4b..8988c9b5 100644 --- a/src/users/ierfaaan.yaml +++ b/src/users/ierfaaan.yaml @@ -9,5 +9,5 @@ facebook: country: Iran location: Tehran role: Web Developer -languages: javaScript PHP HTML CSS React mySql Python C +languages: javaScript PHP HTML CSS React mySql Python C bio: Hi my name is erfan diff --git a/src/users/majalian.yaml b/src/users/majalian.yaml index ae29cf70..dbfaeb68 100644 --- a/src/users/majalian.yaml +++ b/src/users/majalian.yaml @@ -7,7 +7,7 @@ twitter: https://mobile.twitter.com/majalian linkedin: https://www.linkedin.com/in/mujahidjbour/ country: Jordan location: Amman -languages: N/A +languages: role: Copywriter bio: | diff --git a/src/users/rtewari056.yaml b/src/users/rtewari056.yaml index b45e3099..ba703b74 100644 --- a/src/users/rtewari056.yaml +++ b/src/users/rtewari056.yaml @@ -11,9 +11,7 @@ location: West Bengal role: Full-Stack Developer languages: C C++ HTML CSS JavaScript Python bio: | - -
- ### Developer.gif About Me: + About Me: - 💻 I use daily `.js`, `.html`, `.css`, `.cpp`, `.py` From 8fb679316cb64fec63236886ae7b4114625cd853 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 21 Mar 2026 02:24:32 +1000 Subject: [PATCH 2/2] Fixups --- src/index.njk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/index.njk b/src/index.njk index 9b95d720..8e561f95 100644 --- a/src/index.njk +++ b/src/index.njk @@ -34,12 +34,12 @@ layout: false {% endif %} + {% if person.data.languages is defined and person.data.languages is not null %}
- {% if person.data.languages is defined and person.data.languages is not null %} - {% set skills = person.data.languages.split(' ') %} - {% include "skills-list.njk" %} - {% endif %} + {% set skills = person.data.languages.split(' ') %} + {% include "skills-list.njk" %}
+ {% endif %} {% set bio = person.data.bio %} {% if bio %}