feat: data storage

This commit is contained in:
Cory Dransfeldt 2024-05-07 17:09:47 -07:00
parent bcc6ea0987
commit d8137dca96
No known key found for this signature in database
29 changed files with 428 additions and 14449 deletions

View file

@ -1,7 +1,7 @@
---
layout: default
---
{% render "partials/home/now.liquid" status:status, artists:music.artists, books:books, tv:tv %}
{% render "partials/home/now.liquid" status:status, artists:music.week.artists, books:books, tv:tv %}
{% render "partials/home/posts.liquid" icon: "star", title: "Featured", postData:collections.posts, postType: "featured" %}
{% assign posts = collections.posts | reverse %}
{% render "partials/home/posts.liquid" icon: "clock-2", title: "Recent posts", postData:posts %}