Merge branch 'main' of git@github.com:cdransf/coryd.dev.git

This commit is contained in:
Cory Dransfeldt 2024-05-12 06:48:16 -07:00
commit 97703be171
27 changed files with 2334 additions and 488 deletions

View file

@ -15,7 +15,7 @@ permalink: "/books/index.html"
{% capture alt %}{{ book.title }} by {{ book.authors }}{% endcapture %}
<article class="book-entry">
<a href="{{ book.url }}">
<img src="https://coryd.dev/.netlify/images/?url={{ book.image }}&fm=webp&q=65&w=137&h=209&fit=cover" alt="{{ alt }}" loading="eager" decoding="async" width="137" height="209" />
<img src="https://coryd.dev/.netlify/images/?url={{ book.image }}&fm=webp&q=75&w=137&h=209&fit=cover" alt="{{ alt }}" loading="eager" decoding="async" width="137" height="209" />
</a>
<div class="book-meta">
<a href="{{ book.url }}">

View file

@ -5,7 +5,7 @@ permalink: /404.html
image: /assets/img/404.jpg
---
<div class="four-oh-four-wrapper">
<img src="https://coryd.dev/.netlify/images/?url=/assets/img/404.jpg&fm=webp&q=65&w=1000" alt="{{ alt }}" class="image-banner" loading="eager" decoding="async" width="1200" height="765" />
<img src="https://coryd.dev/.netlify/images/?url=/assets/img/404.jpg&fm=webp&q=75&w=1000" alt="{{ alt }}" class="image-banner" loading="eager" decoding="async" width="1200" height="765" />
<div class="text-centered">
<h2 class="page-header">{{ title }}</h2>
What kind of idiots do you have working here? <a href="/">Hurry up and skip out on the room service bill!</a>

View file

@ -49,7 +49,6 @@ Software and services that I use for work and my own enjoyment.
- [Meta](https://www.nightbirdsevolve.com/meta): the _best_ utility for tagging and organizing music files on macOS.
- [Permute](https://software.charliemonroe.net/permute): a useful utility for quickly converting files to different formats.
- [SoundSource](https://rogueamoeba.com/soundsource): a handy utility for better, more granular control on macOS.
- [Sleeve](https://replay.software/sleeve): a lightweight music controller (that also supports scrobbling).
<h3>Dev tools</h3>