From 1b204da0fffd3dc3dce07880aeef4f56aa67f7a9 Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Tue, 7 May 2024 20:48:12 -0400 Subject: [PATCH] chore: update whoami data --- src/_data/whoami.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/_data/whoami.js b/src/_data/whoami.js index de2a4595..cdd5d5fd 100644 --- a/src/_data/whoami.js +++ b/src/_data/whoami.js @@ -4,9 +4,7 @@ export default { name: site.author.name, website: site.url, occupation: 'Student', - location: 'United States', - languages: ['JavaScript', 'TypeScript', 'Rust', 'Python', 'HTML', 'CSS'], - frameworks: ['SolidJS', 'Eleventy', 'TailwindCSS'], - interests: ['Web Development', 'Software Development', 'Open Source'], - learning: ['Rust', 'Vue', 'Fortran', 'Swift'], + languages: ['JavaScript', 'TypeScript', 'Rust', 'HTML/CSS'], + stack: ['Vue', 'Solid', 'Eleventy', 'TailwindCSS'], + learning: ['Fortran', 'Swift'], };