diff --git a/src/_includes/partials/home/now.liquid b/src/_includes/partials/home/status.liquid similarity index 79% rename from src/_includes/partials/home/now.liquid rename to src/_includes/partials/home/status.liquid index bce5bbbd..cee88362 100644 --- a/src/_includes/partials/home/now.liquid +++ b/src/_includes/partials/home/status.liquid @@ -2,7 +2,7 @@ {%- assign book = books | bookStatus: 'started' | reverse | first -%} {%- 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 }}.

+

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 }}.

{% render "partials/now/status.liquid", status:status %} {% render "partials/widgets/now-playing.liquid" %}
\ No newline at end of file diff --git a/src/index.html b/src/index.html index 14cfde40..73b09056 100644 --- a/src/index.html +++ b/src/index.html @@ -1,7 +1,7 @@ --- layout: default --- -{% render "partials/home/now.liquid" status:status, artists:music.week.artists, books:books, tv:tv %} +{% render "partials/home/status.liquid" status:status, artists:music.week.artists, books:books, tv:tv %} {% render "partials/home/posts.liquid" icon: "star", title: "Featured", postData:collections.posts, postType: "featured" %} {% assign posts = collections.posts | reverse %} {% render "partials/home/posts.liquid" icon: "clock-2", title: "Recent posts", postData:posts %} \ No newline at end of file diff --git a/src/pages/main/about.md b/src/pages/main/about.md index fa03ee73..be0f9fb4 100644 --- a/src/pages/main/about.md +++ b/src/pages/main/about.md @@ -14,7 +14,7 @@ permalink: /about.html -I'm a software developer based in Camarillo, California. I enjoy hanging out with my beautiful family and 3 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 listening to a lot of {{ artist.title }}, reading {{ book.title }} and watching {{ show.name }}. +I'm a software developer based in Camarillo, California. I enjoy hanging out with my beautiful family and 3 rescue dogs, technology, automation, [music](https://coryd.dev/music), writing, [reading](https://coryd.dev/books), [tv](https://coryd.dev/watching#tv) and [movies](https://coryd.dev/watching#movies). Lately I've been listening to a lot of {{ artist.title }}, 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).