slow structuring
This commit is contained in:
11
src/posts/2026/2026-02-17-sample.md
Normal file
11
src/posts/2026/2026-02-17-sample.md
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
title: Sample
|
||||
date: 2026-02-17
|
||||
tags:
|
||||
- test
|
||||
image:
|
||||
src: 2026/sample-0.jpg
|
||||
alt: filler
|
||||
---
|
||||
|
||||
|
||||
9
src/posts/posts.11tydata.js
Normal file
9
src/posts/posts.11tydata.js
Normal file
@ -0,0 +1,9 @@
|
||||
export default {
|
||||
permalink: function ({ title }) {
|
||||
return `/${this.slugify(title)}/index.html`;
|
||||
},
|
||||
tags: [
|
||||
"posts"
|
||||
],
|
||||
layout: "base.njk"
|
||||
};
|
||||
Reference in New Issue
Block a user