Merge pull request #229 from aaditkamat/add-vuepress

[add]: VuePress as a static site generator
This commit is contained in:
Rahul Jain
2020-10-04 19:27:02 +05:30
committed by GitHub
+4
View File
@@ -184,6 +184,7 @@ const categorizedSkills = {
"scully",
"sculpin",
"sapper",
"vuepress"
],
},
@@ -406,6 +407,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/AliasIO/wappalyzer/master/src/drivers/webextension/images/icons/VuePress.svg",
unity:
"https://www.vectorlogo.zone/logos/unity3d/unity3d-icon.svg"
}
@@ -538,6 +541,7 @@ const skillWebsites = {
sculpin: "https://sculpin.io/",
"11ty": "https://www.11ty.dev/",
sapper: "https://sapper.svelte.dev/",
vuepress: "https://vuepress.vuejs.org/",
unity: "https://unity.com/"
}