diff --git a/package-lock.json b/package-lock.json index 1fefbb58..b9122983 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "24.7.22", + "version": "24.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "24.7.22", + "version": "24.8.0", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.5.0", @@ -1743,9 +1743,9 @@ "license": "MIT" }, "node_modules/electron-to-chromium": { - "version": "1.5.20", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.20.tgz", - "integrity": "sha512-74mdl6Fs1HHzK9SUX4CKFxAtAe3nUns48y79TskHNAG6fGOlLfyKA4j855x+0b5u8rWJIrlaG9tcTPstMlwjIw==", + "version": "1.5.21", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.21.tgz", + "integrity": "sha512-+rBAerCpQvFSPyAO677i5gJuWGO2WFsoujENdcMzsrpP7Ebcc3pmpERgU8CV4fFF10a5haP4ivnFQ/AmLICBVg==", "dev": true, "license": "ISC" }, diff --git a/package.json b/package.json index b0c0f1a5..27f64cc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "24.7.22", + "version": "24.8.0", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "scripts": { diff --git a/src/includes/partials/blocks/badge-grid.liquid b/src/includes/partials/blocks/badge-grid.liquid index 984ea861..a53cee1e 100644 --- a/src/includes/partials/blocks/badge-grid.liquid +++ b/src/includes/partials/blocks/badge-grid.liquid @@ -2,16 +2,18 @@ {%- for badge in badges limit: 8 -%} {{ badge.image_alt }} {%- endfor -%} diff --git a/src/includes/partials/blocks/hero.liquid b/src/includes/partials/blocks/hero.liquid index ff4341db..fe6bf52c 100644 --- a/src/includes/partials/blocks/hero.liquid +++ b/src/includes/partials/blocks/hero.liquid @@ -1,19 +1,17 @@ {{ alt }} \ No newline at end of file diff --git a/src/includes/partials/media/grid.liquid b/src/includes/partials/media/grid.liquid index 3f4926da..8b36eeb6 100644 --- a/src/includes/partials/media/grid.liquid +++ b/src/includes/partials/media/grid.liquid @@ -20,39 +20,31 @@ {%- if shape == 'square' -%} {{ alt }} - {%- else -%} - {{ alt }} + {%- else -%} + {{ alt }} {%- endif -%} diff --git a/src/includes/partials/media/music/recent.liquid b/src/includes/partials/media/music/recent.liquid index 3099f8b4..20407cb1 100644 --- a/src/includes/partials/media/music/recent.liquid +++ b/src/includes/partials/media/music/recent.liquid @@ -5,12 +5,11 @@
{{ alt }} The Claw Webring {{ alt }} {% for book in bookData %} -{% capture alt %}{{ book.title }} by {{ book.authors }}{% endcapture %} -
- - {{ alt }} - -
+ {% capture alt %}{{ book.title }} by {{ book.authors }}{% endcapture %} +
-

{{ book.title }}

+ {{ alt }}
- {% if book.author %} -

By {{ book.author }}

- {% endif %} - {% if book.progress %} - {%- assign percentage = book.progress | append: '%' -%} - {% render "partials/media/progress-bar.liquid", percentage:percentage %} - {% endif %} - {% if book.description %}
{{ book.description | normalize_whitespace | markdown | truncatewords: 50 }}
{% endif %} -
-
+
+ +

{{ book.title }}

+
+ {% if book.author %} +

By {{ book.author }}

+ {% endif %} + {% if book.progress %} + {%- assign percentage = book.progress | append: '%' -%} + {% render "partials/media/progress-bar.liquid", percentage:percentage %} + {% endif %} + {% if book.description %}
{{ book.description | normalize_whitespace | markdown | truncatewords: 50 }}
{% endif %} +
+ {% endfor %} \ No newline at end of file diff --git a/src/pages/dynamic/music/artists/artist.html b/src/pages/dynamic/music/artists/artist.html index e1f696b3..e78ba79e 100644 --- a/src/pages/dynamic/music/artists/artist.html +++ b/src/pages/dynamic/music/artists/artist.html @@ -24,21 +24,19 @@ schema: artist
{{ alt }}

{{ artist.name }}

diff --git a/src/pages/dynamic/posts/post.html b/src/pages/dynamic/posts/post.html index 5dafa0e3..0b42c713 100644 --- a/src/pages/dynamic/posts/post.html +++ b/src/pages/dynamic/posts/post.html @@ -15,20 +15,22 @@ schema: blog {%- if post.image -%} {{ post.image_alt }} {%- endif -%} {{ post.content | markdown }} diff --git a/src/pages/dynamic/watching/movie.html b/src/pages/dynamic/watching/movie.html index 19b6849f..963d3835 100644 --- a/src/pages/dynamic/watching/movie.html +++ b/src/pages/dynamic/watching/movie.html @@ -14,22 +14,20 @@ schema: movie
{{ alt }}

{{ movie.title }}{%- if movie.year and not movie.rating %} ({{ movie.year }}){%- endif -%}

diff --git a/src/pages/dynamic/watching/show.html b/src/pages/dynamic/watching/show.html index a803367e..453fd005 100644 --- a/src/pages/dynamic/watching/show.html +++ b/src/pages/dynamic/watching/show.html @@ -15,22 +15,20 @@ schema: show
{{ alt }}

{{ show.title }}{%- if show.year %} ({{ show.year }}){%- endif -%}

diff --git a/src/pages/static/about.md b/src/pages/static/about.md index be9e7379..632bc138 100644 --- a/src/pages/static/about.md +++ b/src/pages/static/about.md @@ -8,25 +8,21 @@ permalink: /about.html {%- assign show = tv.recentlyWatched | first -%}
- {%- capture about_alt -%}{{ globals.site_name }} - image by @joel@fosstodon.org{%- endcapture -%} - {{ about_alt }} + {%- capture about_alt -%}{{ globals.site_name }} - image by @joel@fosstodon.org{%- endcapture -%} + {{ about_alt }}

Hi, I'm Cory