Skip to content

Commit d5e444e

Browse files
authored
Merge pull request #16 from Slavetomints/posts/add-demo-posts to close #14
Create more demo posts
2 parents f830a05 + 03e460f commit d5e444e

7 files changed

Lines changed: 714 additions & 6 deletions

File tree

_config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,11 @@ collections:
2424
output: true
2525
permalink: /:name/
2626
sort_by: order
27+
28+
defaults:
29+
- scope:
30+
path: ""
31+
type: posts
32+
values:
33+
layout: post
34+
permalink: /posts/:title/
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
title: Markdown Showcase
3-
layout: post
2+
title: Post Showcase
43
author: Slavetomints
54
date: 2026-01-02
65
categories: [Demos]
76
tags: [demo, markdown]
8-
description: Showcase of the how markdown looks on this site
7+
description: Showcase of the how posts look on this site
98
---
109

1110
## Headers

0 commit comments

Comments
 (0)