feat: initial commit

This commit is contained in:
Cory Dransfeldt 2025-03-27 16:46:02 -07:00
commit e214116e40
No known key found for this signature in database
253 changed files with 17406 additions and 0 deletions

View file

@ -0,0 +1,22 @@
---
title: Albums this week
description: These are the albums I've been listening to this week. All of them are awesome.
pagination:
data: music.week.albums
size: 24
permalink: "/music/this-week/albums/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html"
schema: music-week-albums
updated: "now"
---
{% if pagination.pageNumber == 0 %}
<h2 class="page-title">Albums this week</h2>
<p>These are the albums I've been listening to this week. All of them are awesome. Listed in descending order from most plays to least.</p>
<p><mark>You can also take a look at</mark> the <a href="/music/this-month/artists">artists I've listened to this month</a>, <a href="/music/this-week/artists">the artists I've listened to this week</a> or <a href="/music/this-month/albums">the albums I've listened to this month</a>.</p>
<p><a href="/music/concerts" class="concerts">I also keep track of the concerts I've been to</a>.</p>
<hr />
{% endif %}
{% render "media/grid.liquid",
globals:globals,
data:pagination.items,
pagination:pagination
%}