slow structuring

This commit is contained in:
2026-02-17 21:11:03 -08:00
parent e230ebbc33
commit e4342e764f
14 changed files with 866 additions and 17 deletions

View File

@ -0,0 +1,11 @@
---
title: Sample
date: 2026-02-17
tags:
- test
image:
src: 2026/sample-0.jpg
alt: filler
---

View File

@ -0,0 +1,9 @@
export default {
permalink: function ({ title }) {
return `/${this.slugify(title)}/index.html`;
},
tags: [
"posts"
],
layout: "base.njk"
};