feat: add catalogue page
This commit is contained in:
parent
26f802ef28
commit
4e0c778025
8 changed files with 32 additions and 28 deletions
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
title: Here is my test book
|
||||
subtitle: An Author
|
||||
date: 2023-02-02
|
||||
rating: 5
|
||||
image: https://cdn.wonderfulfrog.com/jim-butcher-peace-talks.jpeg
|
||||
---
|
||||
|
||||
Here we go!!
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Here is my test game
|
||||
subtitle: The Nintensixty
|
||||
date: 2024-02-08
|
||||
---
|
||||
|
||||
|
|
|
@ -4,4 +4,6 @@ permalink: /catalogue/index.html
|
|||
title: Catalogue
|
||||
---
|
||||
|
||||
Here be the catalogue page.
|
||||
<h1>Catalogue yo</h1>
|
||||
{% set items = collections.catalogue %}
|
||||
{% include "partials/archive.html" %}
|
||||
|
|
|
@ -4,9 +4,9 @@ layout: base
|
|||
title: Posts
|
||||
---
|
||||
|
||||
{% set posts = collections.posts | organizeByDate %}
|
||||
<h1>All posts</h1>
|
||||
<p>
|
||||
View all <a href="/tags">tags</a>
|
||||
</p>
|
||||
{% include "partials/posts.html" %}
|
||||
{% set items = collections.posts %}
|
||||
{% include "partials/archive.html" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue