docs: test for consistent terms style #530 #531

This commit is contained in:
Sören Weber 2023-05-19 18:46:39 +02:00
parent b2243438e3
commit ace357eb4a
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
17 changed files with 25 additions and 20 deletions

View file

@ -1,5 +1,5 @@
+++
title = "Planks orrrganizat'n"
title = "planks orrrganizat'n"
weight = 1
+++
{{< piratify >}}

View file

@ -2,7 +2,7 @@
alwaysopen = false
descrption = "This be a demo child plank"
tags = ["children", "non-hidden"]
title = "Plank 1"
title = "plank 1"
weight = 10
+++
{{< piratify >}}

View file

@ -2,6 +2,6 @@
alwaysopen = true
descrption = "This be a demo child plank"
tags = ["children", "non-hidden"]
title = "Plank 1-1"
title = "plank 1-1"
+++
{{< piratify >}}

View file

@ -2,6 +2,6 @@
descrption = "This be a hidden demo child plank"
hidden = true
tags = ["children", "hidden"]
title = "Plank 1-1-1 (hidden)"
title = "plank 1-1-1 (hidden)"
+++
{{< piratify >}}

View file

@ -1,6 +1,6 @@
+++
descrption = "This be a non-hidden demo child plank o' a hidden parrrent plank"
tags = ["children", "hidden"]
title = "Plank 1-1-1-1"
title = "plank 1-1-1-1"
+++
{{< piratify >}}

View file

@ -2,6 +2,6 @@
descrption = "This be a hidden demo child plank"
hidden = true
tags = ["children", "hidden"]
title = "Plank 1-1-1-1-1 (hidden)"
title = "plank 1-1-1-1-1 (hidden)"
+++
{{< piratify >}}

View file

@ -1,6 +1,6 @@
+++
descrption = "This be a non-hidden demo child plank on a hidden parrrent plank"
tags = ["children", "hidden"]
title = "Plank 1-1-1-1-1-1"
title = "plank 1-1-1-1-1-1"
+++
{{< piratify >}}

View file

@ -1,6 +1,6 @@
+++
descrption = "This be a demo child plank"
tags = ["children", "non-hidden"]
title = "Plank 1-1-2"
title = "plank 1-1-2"
+++
{{< piratify >}}

View file

@ -1,6 +1,6 @@
+++
descrption = "This be a demo child plank"
tags = ["children", "non-hidden"]
title = "Plank 1-1-2-1"
title = "plank 1-1-2-1"
+++
{{< piratify >}}

View file

@ -1,6 +1,6 @@
+++
descrption = "This be a demo child plank"
tags = ["children", "non-hidden"]
title = "Plank 1-1-2-2"
title = "plank 1-1-2-2"
+++
{{< piratify >}}

View file

@ -1,6 +1,6 @@
+++
descrption = "This be a demo child plank"
tags = ["children", "non-hidden"]
title = "Plank 1-1-3"
title = "plank 1-1-3"
+++
{{< piratify >}}

View file

@ -1,7 +1,7 @@
+++
alwaysopen = false
tags = ["children", "non-hidden"]
title = "Plank 2"
title = "plank 2"
weight = 20
+++
{{< piratify >}}

View file

@ -2,7 +2,7 @@
alwaysopen = false
descrption = "This be a demo child plank"
tags = ["children", "non-hidden"]
title = "Plank 3"
title = "plank 3"
weight = 30
+++
{{< piratify >}}

View file

@ -1,6 +1,6 @@
+++
descrption = "This be a plain plank test nested 'n a parrrent"
tags = ["children", "non-hidden"]
title = "Plank 3-1"
title = "plank 3-1"
+++
{{< piratify >}}

View file

@ -3,7 +3,7 @@ alwaysopen = false
descrption = "This be a hidden demo child plank"
hidden = true
tags = ["children", "hidden"]
title = "Plank 4 (hidden)"
title = "plank 4 (hidden)"
weight = 40
+++
{{< piratify >}}

View file

@ -1,6 +1,8 @@
---
description: |
This is a plain page test, and the beginning of a YAML multiline description...
tags:
- "Children"
title: "page X"
weight: 1
---

View file

@ -1,6 +1,9 @@
+++
descrption = "This be a plain plank test"
title = "Plank X"
weight = 1
+++
---
description: |
This be a plain plank test, an' th' beginn'n o' a YAML multiline description…
tags:
- "Children"
title: "plank X"
weight: 1
---
{{< piratify >}}