diff --git a/package.json b/package.json index 3d9675bf..617c8af4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "7.10.6", + "version": "7.10.7", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/pages/about.md b/src/pages/about.md index 5b58be1f..dee090ff 100644 --- a/src/pages/about.md +++ b/src/pages/about.md @@ -3,6 +3,9 @@ title: About layout: default permalink: /about.html --- +{%- assign artist = artists | first -%} +{%- assign book = books | first -%} +{%- assign show = tv | first -%} {% capture css %} {% render "../assets/styles/pages/about.css" %} {% endcapture %} @@ -15,7 +18,7 @@ permalink: /about.html -I'm a software developer based in Camarillo, California. I enjoy hanging out with my beautiful family and 4 rescue dogs, technology, automation, [music](https://coryd.dev/now#artists), writing, [reading](https://coryd.dev/now#books), [tv](https://coryd.dev/now#tv) and [movies](https://coryd.dev/now#movies). +I'm a software developer based in Camarillo, California. I enjoy hanging out with my beautiful family and 4 rescue dogs, technology, automation, [music](https://coryd.dev/now#artists), writing, [reading](https://coryd.dev/now#books), [tv](https://coryd.dev/now#tv) and [movies](https://coryd.dev/now#movies). Lately I've been{% if artist %} listening to a lot of {{ artist.title }},{% endif %} reading {{ book.title }} and watching {{ show.name }}. I build, maintain and design web applications. I've been coding professionally since 2010 with a focus on frontend technologies. I help organize [the Eleventy Meetup](https://11tymeetup.dev) and mentor through [Underdog Devs](https://www.underdogdevs.org).