💥 giving lume / deno a try
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-23 15:37:43 -04:00
parent 19f785af09
commit df332d5b2b
21 changed files with 1508 additions and 6028 deletions

5
posts/_data.yml Normal file
View File

@ -0,0 +1,5 @@
layout: layouts/post.njk
type: post
metas:
title: "=title"

View File

@ -1,11 +0,0 @@
---
pagination:
data: collections.posts
size: 1
alias: post
addAllPagesToCollections: true
layout: 'layouts/post.njk'
permalink: '{{ post.url }}'
---
{{ post.html | safe if post.html else "Post content not found" }}