Selaa lähdekoodia

add vite to skills, fix wordpress tags

Aneurin Barker Snook 1 vuosi sitten
vanhempi
commit
184ef728e5
1 muutettua tiedostoa jossa 7 lisäystä ja 2 poistoa
  1. 7 2
      public/data/skills.json

+ 7 - 2
public/data/skills.json

@@ -314,6 +314,11 @@
     "tags": ["platform"],
     "description": "Sometimes, often for privacy reasons, Google Analytics isn't the right choice for your organisation, but that doesn't mean you have to miss out on analytics. Umami is a strong, responsible, and open-source option for understanding your users' behaviour."
   },
+  {
+    "name": "Vite",
+    "tags": ["js", "operations"],
+    "description": "Vite eliminates practically all of the complexity of frontend tooling and makes it incredibly easy to start, maintain, and build a web project. One of my favourite creations of recent years."
+  },
   {
     "name": "Vue.js",
     "tags": ["js", "framework"],
@@ -330,12 +335,12 @@
   },
   {
     "name": "WooCommerce",
-    "tags": ["php", "js", "ecommerce", "framework", "platform"],
+    "tags": ["php", "ecommerce", "framework", "platform"],
     "description": "A solid option for small online shops that need a high degree of customisation without the cost of hosted solutions. I have built and maintained WooCommerce stores for several clients."
   },
   {
     "name": "WordPress",
-    "tags": ["php", "js", "ecommerce", "framework", "platform"],
+    "tags": ["php", "framework", "platform"],
     "description": "The granddaddy of CMS. Say what you will about coding in WordPress, but its versatility and huge variety of plugins has kept it relevant and viable for over two decades. I have extensive experience customising and integrating WordPress for a wide range of clients."
   }
 ]