diff --git a/components/Badge.vue b/components/Badge.vue index 0446650..618480c 100644 --- a/components/Badge.vue +++ b/components/Badge.vue @@ -48,6 +48,7 @@ "threejs": { name: "Three.js", color:"background-color : white", icon: "img/badges/three.png"}, "steam": { name: "Steam API", color:"background-color : white", icon: "img/badges/steam.png"}, "prototype":{name: "Prototype", color:"background-color : CornflowerBlue", icon:"img/badges/prototype.png"}, + "rust":{name: "Rust", color:"background-color : White", icon:"img/badges/rust.png"}, }; // i wanna add some sort of data here, likely a dictionary, that matches a string to a Display name, Icon and Color for a badge diff --git a/pages/index.vue b/pages/index.vue index f5c2f33..23674cd 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -83,6 +83,21 @@ var { data } = await useAsyncData('home', () => queryContent('blog').where({hidd