diff --git a/package-lock.json b/package-lock.json index 7512117a..e07ea777 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "22.4.7", + "version": "22.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "22.4.7", + "version": "22.5.0", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.5.0", diff --git a/package.json b/package.json index fe8eb9f6..39789431 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "22.4.7", + "version": "22.5.0", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "scripts": { diff --git a/src/data/status.js b/src/data/status.js deleted file mode 100644 index 9e165fbd..00000000 --- a/src/data/status.js +++ /dev/null @@ -1,12 +0,0 @@ -import EleventyFetch from '@11ty/eleventy-fetch' - -export default async function () { - const url = 'https://api.omg.lol/address/cory/statuses/' - const res = EleventyFetch(url, { - duration: '1h', - type: 'json', - }).catch() - const status = await res - - return status['response']['statuses'][0] -} diff --git a/src/includes/partials/home/status.liquid b/src/includes/partials/home/status.liquid index a3011b04..e9e68c90 100644 --- a/src/includes/partials/home/status.liquid +++ b/src/includes/partials/home/status.liquid @@ -3,6 +3,5 @@ {%- assign show = tv.recentlyWatched | first -%}

I'm a software developer based in Camarillo, California. I enjoy hanging out with my beautiful family and 3 rescue dogs, technology, automation, music, writing, reading, tv and movies. Lately I've been listening to a lot of {{ artist.title }}, reading {{ book.title }} and watching {{ show.name }}.

-

{{ status.emoji }} {{ status.content }}

{% render "partials/blocks/now-playing.liquid", music:music %}
\ No newline at end of file