This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
coryd.dev-eleventy/src/pages/about.md

1.9 KiB

title layout permalink
About default /about.html

{%- assign artist = music.artists | first -%} {%- assign book = books | first -%} {%- assign show = tv | first -%} {% capture css %} {% render "../assets/styles/pages/about.css" %} {% endcapture %}

{%- capture about_alt -%}{{ meta.siteName }} - image by David Neal / @reverentgeek{%- endcapture -%} {% image './src/assets/img/avatar.png', about_alt, '', 'eager' %}

Hi, I'm Cory

I'm a software developer based in Camarillo, California. I enjoy hanging out with my beautiful family and 4 rescue dogs, technology, automation, music, writing, reading, tv and 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 and mentor through Underdog Devs.

I tend to write about whatever strikes me, with a focus on development, technology, automation or issues I run into with these things. This is all typically light on editing with and heavy on spur of the moment thoughts.

You can also see what I'm doing now, take a look at the links I've shared recently or check out the webrings I'm a member of.

{% render "partials/badge-grid.liquid" %}