diff --git a/package-lock.json b/package-lock.json index eada1072..286db933 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "24.6.2", + "version": "24.6.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "24.6.2", + "version": "24.6.3", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.5.0", diff --git a/package.json b/package.json index 4d791eb1..c27fbd02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "24.6.2", + "version": "24.6.3", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "scripts": { diff --git a/src/assets/styles/base/index.css b/src/assets/styles/base/index.css index f3c7b044..59138f55 100644 --- a/src/assets/styles/base/index.css +++ b/src/assets/styles/base/index.css @@ -178,6 +178,17 @@ a:has(svg):focus-within { outline: none; } +a.icon-link:focus, +a.icon-link:focus-within { + outline: var(--outline-default); + border-radius: var(--border-radius-slight); + text-decoration: none; + + & svg { + outline: none; + } +} + a:hover, a:focus, a:active, diff --git a/src/assets/styles/components/modal.css b/src/assets/styles/components/modal.css index f6c9430b..ac6e771e 100644 --- a/src/assets/styles/components/modal.css +++ b/src/assets/styles/components/modal.css @@ -44,6 +44,7 @@ display: inline-flex; vertical-align: middle; + &:active svg, &:focus svg, &:focus-within svg { outline: var(--outline-default); diff --git a/src/assets/styles/feed.xsl b/src/assets/styles/feed.xsl index f84b8e03..ef2d9df2 100644 --- a/src/assets/styles/feed.xsl +++ b/src/assets/styles/feed.xsl @@ -98,6 +98,7 @@ /* borders */ --border-default: 1px solid var(--accent-color); + --border-gray: 1px solid var(--gray-light); } @media (prefers-color-scheme: dark) { @@ -339,7 +340,7 @@ font-family: var(--font-mono); background-color: var(--code-bg-color); color: var(--code-text-color); - border: 1px solid var(--border-color); + border: var(--border-gray); border-radius: var(--border-radius-slight); } diff --git a/src/includes/partials/home/posts.liquid b/src/includes/partials/home/posts.liquid index d0ba0cf4..780aa374 100644 --- a/src/includes/partials/home/posts.liquid +++ b/src/includes/partials/home/posts.liquid @@ -20,6 +20,6 @@ {%- endfor -%} {%- if postType != 'featured' -%} - View all posts {% tablericon "arrow-right" "View all posts" %} + View all posts {% tablericon "arrow-right" "View all posts" %} {%- endif -%} \ No newline at end of file diff --git a/src/pages/dynamic/books/book.html b/src/pages/dynamic/books/book.html index d94747ff..5dec24b8 100644 --- a/src/pages/dynamic/books/book.html +++ b/src/pages/dynamic/books/book.html @@ -11,7 +11,7 @@ schema: book {%- capture alt -%} {{ book.title }}{% if book.authors %}By {{ book.authors }}{% endif %} {%- endcapture -%} -{% tablericon "arrow-left" "Go back to the books index page" %} Back to books +{% tablericon "arrow-left" "Go back to the books index page" %} Back to books
{% tablericon "arrow-left" "Go back to the books index page" %} Back to books +{% tablericon "arrow-left" "Go back to the books index page" %} Back to books

{{ year.value }} / Books

{% if yearString == currentYearString %}

I've finished {{ bookData.size }} books this year.{%- if favoriteBooks %} Among my favorites are {{ favoriteBooks }}.{%- endif -%}

diff --git a/src/pages/dynamic/music/albums/3-months.html b/src/pages/dynamic/music/albums/3-months.html index 47e1f0df..76332c98 100644 --- a/src/pages/dynamic/music/albums/3-months.html +++ b/src/pages/dynamic/music/albums/3-months.html @@ -9,7 +9,7 @@ permalink: "/music/albums/three-months/{% if pagination.pageNumber > 0 %}{{ pagi image: music.threeMonth.artists[0].image schema: music --- -{% tablericon "arrow-left" "Go back to the music index page" %} Back to music +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music {% if pagination.pageNumber == 0 %}

{{ title }}

I've listened to {{ music.threeMonth.artists.size }} artists, {{ music.threeMonth.albums.size }} albums and {{ music.threeMonth.totalTracks }} tracks over the last 3 months. Most of that has been {{ music.threeMonth.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.

diff --git a/src/pages/dynamic/music/albums/this-month.html b/src/pages/dynamic/music/albums/this-month.html index 884123bc..90349321 100644 --- a/src/pages/dynamic/music/albums/this-month.html +++ b/src/pages/dynamic/music/albums/this-month.html @@ -9,7 +9,7 @@ permalink: "/music/albums/this-month/{% if pagination.pageNumber > 0 %}{{ pagina image: music.month.artists[0].image schema: music --- -{% tablericon "arrow-left" "Go back to the music index page" %} Back to music +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music {% if pagination.pageNumber == 0 %}

{{ title }}

I've listened to {{ music.month.artists.size }} artists, {{ music.month.albums.size }} albums and {{ music.month.totalTracks }} tracks this month. Most of that has been {{ music.month.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.

diff --git a/src/pages/dynamic/music/albums/this-week.html b/src/pages/dynamic/music/albums/this-week.html index 6fb5d84b..5c53c17c 100644 --- a/src/pages/dynamic/music/albums/this-week.html +++ b/src/pages/dynamic/music/albums/this-week.html @@ -9,7 +9,7 @@ permalink: "/music/albums/this-week/{% if pagination.pageNumber > 0 %}{{ paginat image: music.week.artists[0].image schema: music --- -{% tablericon "arrow-left" "Go back to the music index page" %} Back to music +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music {% if pagination.pageNumber == 0 %}

{{ title }}

I've listened to {{ music.week.artists.size }} artists, {{ music.week.albums.size }} albums and {{ music.week.totalTracks }} tracks this week. Most of that has been {{ music.week.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.

diff --git a/src/pages/dynamic/music/artists/3-months.html b/src/pages/dynamic/music/artists/3-months.html index a480f54b..7cc33b9a 100644 --- a/src/pages/dynamic/music/artists/3-months.html +++ b/src/pages/dynamic/music/artists/3-months.html @@ -9,7 +9,7 @@ permalink: "/music/artists/three-months/{% if pagination.pageNumber > 0 %}{{ pag image: music.threeMonth.artists[0].image schema: music --- -{% tablericon "arrow-left" "Go back to the music index page" %} Back to music +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music {% if pagination.pageNumber == 0 %}

{{ title }}

I've listened to {{ music.threeMonth.artists.size }} artists, {{ music.threeMonth.albums.size }} albums and {{ music.threeMonth.totalTracks }} tracks over the last 3 months. Most of that has been {{ music.threeMonth.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.

diff --git a/src/pages/dynamic/music/artists/artist.html b/src/pages/dynamic/music/artists/artist.html index c889fe2d..e1f696b3 100644 --- a/src/pages/dynamic/music/artists/artist.html +++ b/src/pages/dynamic/music/artists/artist.html @@ -19,7 +19,7 @@ schema: artist {%- endif -%} {%- endcapture -%} -{% tablericon "arrow-left" "Go back to the music index page" %} Back to music +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music
0 %}{{ pagin image: music.month.artists[0].image schema: music --- -{% tablericon "arrow-left" "Go back to the music index page" %} Back to music +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music {% if pagination.pageNumber == 0 %}

{{ title }}

I've listened to {{ music.month.artists.size }} artists, {{ music.month.albums.size }} albums and {{ music.month.totalTracks }} tracks this month. Most of that has been {{ music.month.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.

diff --git a/src/pages/dynamic/music/artists/this-week.html b/src/pages/dynamic/music/artists/this-week.html index 0ee8992f..deeb909a 100644 --- a/src/pages/dynamic/music/artists/this-week.html +++ b/src/pages/dynamic/music/artists/this-week.html @@ -9,7 +9,7 @@ permalink: "/music/artists/this-week/{% if pagination.pageNumber > 0 %}{{ pagina image: music.week.artists[0].image schema: music --- -{% tablericon "arrow-left" "Go back to the music index page" %} Back to music +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music {% if pagination.pageNumber == 0 %}

{{ title }}

I've listened to {{ music.week.artists.size }} artists, {{ music.week.albums.size }} albums and {{ music.week.totalTracks }} tracks this week. Most of that has been {{ music.week.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.

diff --git a/src/pages/dynamic/music/genre.html b/src/pages/dynamic/music/genre.html index badec0b6..9bb0eac7 100644 --- a/src/pages/dynamic/music/genre.html +++ b/src/pages/dynamic/music/genre.html @@ -18,7 +18,7 @@ schema: genre {%- endcapture -%} {%- assign mediaLinks = genre.artists | sortByPlaysDescending: "total_plays" | mediaLinks: "artist", 5 -%} -{% tablericon "arrow-left" "Go back to the music index page" %} Back to music +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music

{{ genre.name }}

{%- if mediaLinks -%} diff --git a/src/pages/dynamic/music/index.html b/src/pages/dynamic/music/index.html index 8ee0160d..02fbaf91 100644 --- a/src/pages/dynamic/music/index.html +++ b/src/pages/dynamic/music/index.html @@ -13,14 +13,14 @@ schema: music-index {% render "partials/blocks/now-playing.liquid", music:music %}

- + {% tablericon "microphone-2" "Artists" %} Artists

{% render "partials/media/grid.liquid", data:music.week.artists, shape: "square", count: 8, loading: "eager" %}

- + {% tablericon "vinyl" "Albums" %} Albums @@ -28,7 +28,7 @@ schema: music-index {% render "partials/media/grid.liquid", data:music.week.albums, shape: "square", count: 8 %}

- + {% tablericon "playlist" "Tracks" %} Tracks diff --git a/src/pages/dynamic/music/periods/3-months.html b/src/pages/dynamic/music/periods/3-months.html index 63b17642..39069a06 100644 --- a/src/pages/dynamic/music/periods/3-months.html +++ b/src/pages/dynamic/music/periods/3-months.html @@ -13,21 +13,21 @@ schema: music-period

You can also take a look at the concerts I've been to.


- + {% tablericon "microphone-2" "Artists" %} Artists

{% render "partials/media/grid.liquid", data:music.threeMonth.artists, shape: "square", count: 8, loading: "eager" %}

- + {% tablericon "vinyl" "Albums" %} Albums

{% render "partials/media/grid.liquid", data:music.threeMonth.albums, shape: "square", count: 8 %}

- + {% tablericon "playlist" "Tracks" %} Tracks diff --git a/src/pages/dynamic/music/periods/this-month.html b/src/pages/dynamic/music/periods/this-month.html index b121557f..f08e492f 100644 --- a/src/pages/dynamic/music/periods/this-month.html +++ b/src/pages/dynamic/music/periods/this-month.html @@ -13,21 +13,21 @@ schema: music-period

You can also take a look at the concerts I've been to.


- + {% tablericon "microphone-2" "Artists" %} Artists

{% render "partials/media/grid.liquid", data:music.month.artists, shape: "square", count: 8, loading: "eager" %}

- + {% tablericon "vinyl" "Albums" %} Albums

{% render "partials/media/grid.liquid", data:music.month.albums, shape: "square", count: 8 %}

- + {% tablericon "playlist" "Tracks" %} Tracks diff --git a/src/pages/dynamic/music/tracks/3-months.html b/src/pages/dynamic/music/tracks/3-months.html index 2d55dc69..264c8b8e 100644 --- a/src/pages/dynamic/music/tracks/3-months.html +++ b/src/pages/dynamic/music/tracks/3-months.html @@ -9,7 +9,7 @@ permalink: "/music/tracks/three-months/{% if pagination.pageNumber > 0 %}{{ pagi image: music.threeMonth.artists[0].image schema: music --- -{% tablericon "arrow-left" "Go back to the music index page" %} Back to music +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music {% if pagination.pageNumber == 0 %}

{{ title }}

I've listened to {{ music.threeMonth.artists.size }} artists, {{ music.threeMonth.albums.size }} albums and {{ music.threeMonth.totalTracks }} tracks over the last 3 months. Most of that has been {{ music.threeMonth.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.

diff --git a/src/pages/dynamic/music/tracks/this-month.html b/src/pages/dynamic/music/tracks/this-month.html index 7fe92c4e..62164de0 100644 --- a/src/pages/dynamic/music/tracks/this-month.html +++ b/src/pages/dynamic/music/tracks/this-month.html @@ -9,7 +9,7 @@ permalink: "/music/tracks/this-month/{% if pagination.pageNumber > 0 %}{{ pagina image: music.month.artists[0].image schema: music --- -{% tablericon "arrow-left" "Go back to the music index page" %} Back to music +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music {% if pagination.pageNumber == 0 %}

{{ title }}

I've listened to {{ music.month.artists.size }} artists, {{ music.month.albums.size }} albums and {{ music.month.totalTracks }} tracks this month. Most of that has been {{ music.month.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.

diff --git a/src/pages/dynamic/music/tracks/this-week.html b/src/pages/dynamic/music/tracks/this-week.html index ce5ec48c..99f627d5 100644 --- a/src/pages/dynamic/music/tracks/this-week.html +++ b/src/pages/dynamic/music/tracks/this-week.html @@ -9,7 +9,7 @@ permalink: "/music/tracks/this-week/{% if pagination.pageNumber > 0 %}{{ paginat image: music.week.artists[0].image schema: music --- -{% tablericon "arrow-left" "Go back to the music index page" %} Back to music +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music {% if pagination.pageNumber == 0 %}

{{ title }}

I've listened to {{ music.week.artists.size }} artists, {{ music.week.albums.size }} albums and {{ music.week.totalTracks }} tracks this week. Most of that has been {{ music.week.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.

diff --git a/src/pages/dynamic/watching/favorites/movies.html b/src/pages/dynamic/watching/favorites/movies.html index f20d30aa..b713f7c0 100644 --- a/src/pages/dynamic/watching/favorites/movies.html +++ b/src/pages/dynamic/watching/favorites/movies.html @@ -8,7 +8,7 @@ pagination: permalink: "/watching/favorite-movies/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: watching --- -{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching +{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching {% if pagination.pageNumber == 0 %}

{{ title }}

These are my favorite movies. There are many like them, but these are mine.

diff --git a/src/pages/dynamic/watching/favorites/shows.html b/src/pages/dynamic/watching/favorites/shows.html index b653060c..592b73ec 100644 --- a/src/pages/dynamic/watching/favorites/shows.html +++ b/src/pages/dynamic/watching/favorites/shows.html @@ -8,7 +8,7 @@ pagination: permalink: "/watching/favorite-shows/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: watching --- -{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching +{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching {% if pagination.pageNumber == 0 %}

{{ title }}

These are my favorite shows. There are many like them, but these are mine.

diff --git a/src/pages/dynamic/watching/index.html b/src/pages/dynamic/watching/index.html index ef42ea50..f5c1bd31 100644 --- a/src/pages/dynamic/watching/index.html +++ b/src/pages/dynamic/watching/index.html @@ -13,21 +13,21 @@ schema: watching {% render "partials/blocks/banners/rss.liquid", url: "/feeds/movies", text: "Subscribe to my movies feed or follow along on this page" %}

- + {% tablericon "movie" "Recent movies" %} Recent movies

{% render "partials/media/grid.liquid", data:movies.recentlyWatched, shape: "vertical", count: 6 %}

- + {% tablericon "device-tv-old" "Recent shows" %} Recent shows

{% render "partials/media/grid.liquid", data:tv.recentlyWatched, shape: "vertical", count: 6 %}

- + {% tablericon "star" "Favorite movies" %} Favorite movies @@ -35,7 +35,7 @@ schema: watching {% assign favoriteMovies = movies.favorites | featuredWatching: 6 %} {% render "partials/media/watching/grid.liquid", mediaItems:favoriteMovies, count: 6 %}

- + {% tablericon "star" "Favorite shows" %} Favorite shows diff --git a/src/pages/dynamic/watching/movie.html b/src/pages/dynamic/watching/movie.html index fc71d914..28f4d9ba 100644 --- a/src/pages/dynamic/watching/movie.html +++ b/src/pages/dynamic/watching/movie.html @@ -10,7 +10,7 @@ schema: movie {%- capture alt -%} {{ movie.title }} / {{ movie.year }}{% if move.rating %} ({{ movie.rating }}){% endif %} {%- endcapture -%} -{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching +{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching
0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: watching --- -{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching +{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching {% if pagination.pageNumber == 0 %}

{{ title }}

These are the movies I've watched recently. There are many like them, but these are mine. (Or well, all the movies I've watched — they're ordered latest watched, descending, hence the recent part).

diff --git a/src/pages/dynamic/watching/recent/shows.html b/src/pages/dynamic/watching/recent/shows.html index f57d7be5..08779191 100644 --- a/src/pages/dynamic/watching/recent/shows.html +++ b/src/pages/dynamic/watching/recent/shows.html @@ -8,7 +8,7 @@ pagination: permalink: "/watching/recent/shows/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: watching --- -{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching +{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching {% if pagination.pageNumber == 0 %}

{{ title }}

These are the shows I've watched recently. There are many like them, but these are mine. (Or well, all the movies I've watched — they're ordered latest watched, descending, hence the recent part).

diff --git a/src/pages/dynamic/watching/show.html b/src/pages/dynamic/watching/show.html index 77a48c8b..a803367e 100644 --- a/src/pages/dynamic/watching/show.html +++ b/src/pages/dynamic/watching/show.html @@ -11,7 +11,7 @@ schema: show {{ show.title }} / {{ show.year }} {%- endcapture -%} {% assign lastWatched = show | getLastWatched %} -{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching +{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching