From 13b19e4f319c19d3de0828562459932eae304601 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sat, 26 Oct 2019 21:25:18 +0000 Subject: [PATCH] Removing skill bars and making lists of skills --- config.toml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/config.toml b/config.toml index a80fc5b..161b640 100644 --- a/config.toml +++ b/config.toml @@ -119,13 +119,14 @@ theme = "sada" title = "Skills" [[params.skills.list]] - skill = "Bash/Shell Scripting, Python Scripting" - skillrating = 95 # out of 100 + skill = "Bash/Shell Scripting" + skill = "Python" [[params.skills.list]] - skill = "Git Source Control, Web Deployment, CI/CD" - skillrating = 80 + skill = "Git Source Control" + skill = "Continuous Integration/ Continuous Deployment with Gitlab" [[params.skills.list]] - skill = "C, Rust, Linux" - skillrating = 90 + skill = "C" + skill = "Rust" + skill = "Linux"