Expand tests for Site
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
name: Draft Content Test
|
||||
template: plain
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
type: article
|
||||
section: posts
|
||||
slug: draft-post
|
||||
title: Draft
|
||||
date: 2026-08-28
|
||||
draft: true
|
||||
---
|
||||
Draft.
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
type: article
|
||||
section: posts
|
||||
slug: published
|
||||
title: Published
|
||||
date: 2026-08-28
|
||||
---
|
||||
Published.
|
||||
@@ -0,0 +1,2 @@
|
||||
name: Duplicate Slug Test
|
||||
template: plain
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
type: article
|
||||
section: posts
|
||||
slug: hello
|
||||
title: First
|
||||
date: 2026-08-28
|
||||
---
|
||||
First.
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
type: article
|
||||
section: posts
|
||||
slug: hello
|
||||
title: Second
|
||||
date: 2026-08-28
|
||||
---
|
||||
Second.
|
||||
Reference in New Issue
Block a user