From 656e055cd00f76d260b149e5e6630a409bce0015 Mon Sep 17 00:00:00 2001 From: Aadit Kamat Date: Sun, 4 Oct 2020 15:15:22 +0800 Subject: [PATCH] Add VuePress as a static site generator --- src/constants/skills.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/constants/skills.js b/src/constants/skills.js index 9a84ad1..43ab107 100644 --- a/src/constants/skills.js +++ b/src/constants/skills.js @@ -182,6 +182,7 @@ const categorizedSkills = { "scully", "sculpin", "sapper", + "vuepress" ], }, @@ -400,6 +401,8 @@ const icons = { "https://gist.githubusercontent.com/vivek32ta/c7f7bf583c1fb1c58d89301ea40f37fd/raw/1782aef8672484698c0dd407f900c4a329ed5bc4/sculpin.svg", sapper: "https://raw.githubusercontent.com/bestofjs/bestofjs-webui/master/public/logos/sapper.svg", + vuepress: + "https://raw.githubusercontent.com/vuejs/vuepress/master/packages/docs/docs/.vuepress/public/hero.png", unity: "https://www.vectorlogo.zone/logos/unity3d/unity3d-icon.svg" }