Expand test Site tests
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
name: Sections Test
|
||||
template: plain
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
type: article
|
||||
section: notes
|
||||
slug: first-note
|
||||
title: First Note
|
||||
date: 2026-08-28
|
||||
---
|
||||
First note.
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
type: article
|
||||
section: posts
|
||||
slug: first-post
|
||||
title: First Post
|
||||
date: 2026-08-28
|
||||
---
|
||||
First post.
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
type: article
|
||||
section: posts
|
||||
slug: second-post
|
||||
title: Second Post
|
||||
date: 2026-08-28
|
||||
---
|
||||
Second post.
|
||||
@@ -0,0 +1,2 @@
|
||||
name: Tags Test
|
||||
template: plain
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
type: article
|
||||
section: posts
|
||||
slug: no-tags
|
||||
title: No Tags
|
||||
date: 2026-08-28
|
||||
---
|
||||
No tags.
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
type: article
|
||||
section: posts
|
||||
slug: one-tag
|
||||
title: One Tag
|
||||
date: 2026-08-28
|
||||
tags: [python]
|
||||
---
|
||||
One tag.
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
type: article
|
||||
section: posts
|
||||
slug: two-tags
|
||||
title: Two Tags
|
||||
date: 2026-08-28
|
||||
tags: [python, testing]
|
||||
---
|
||||
Two tags.
|
||||
Reference in New Issue
Block a user