chore: drop old files

This commit is contained in:
Cory Dransfeldt 2024-04-05 09:16:00 -07:00
parent 10b3488471
commit 3bad27b305
No known key found for this signature in database
5 changed files with 1 additions and 25 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "9.4.0",
"version": "9.4.1",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {

View file

@ -1,6 +0,0 @@
---
layout: null
permalink: /api/html/music/month-albums
eleventyExcludeFromCollections: true
---
{% render "partials/now/media-grid.liquid", data:musicCharts.month.albums, icon: "vinyl", title: "Albums", shape: "square", count: 8 %}

View file

@ -1,6 +0,0 @@
---
layout: null
permalink: /api/html/music/month-artists
eleventyExcludeFromCollections: true
---
{% render "partials/now/media-grid.liquid", data:musicCharts.month.artists, icon: "microphone-2", title: "Artists", shape: "square", count: 8, loading: "eager" %}

View file

@ -1,6 +0,0 @@
---
layout: null
permalink: /api/html/music/window-albums
eleventyExcludeFromCollections: true
---
{% render "partials/now/media-grid.liquid", data:music.albums, icon: "vinyl", title: "Albums", shape: "square", count: 8 %}

View file

@ -1,6 +0,0 @@
---
layout: null
permalink: /api/html/music/window-artists
eleventyExcludeFromCollections: true
---
{% render "partials/now/media-grid.liquid", data:music.artists, icon: "microphone-2", title: "Artists", shape: "square", count: 8, loading: "eager" %}