Skip to content

Commit 241932f

Browse files
(MAINT) Standardize frontmatter metadata
Prior to this change, the usage of frontmatter keys and formatting was messy, inconsistent, and difficult to understand. This change standardizes the metadata across the site and updates it where appropriate. Every file _must_ define: - `title` - Used in the page metadata and stands as the first header for any page. - `summary` - Used as the description in the metadata and for previewing the page in various circumstances, especially with the `section` shortcode and when paginating. Every blog post must also define: - `author` - the person who wrote the post - `date` - the published date for the post - `categories` - the post must fit under one or more categories Game texts must define `date` as the day they are done with editing and no longer considered WIP. This change also sets the **enableGitInfo** setting to `true`, which auto-populates the last modified date for any files with the date they were last committed.
1 parent e7bd7ad commit 241932f

48 files changed

Lines changed: 121 additions & 149 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module:
1818

1919
# Book configuration
2020
disablePathToLower: true
21-
# enableGitInfo: true
21+
enableGitInfo: true
2222

2323
# Needed for mermaid/katex shortcodes
2424
markup:

content/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Flagrant Garden
3-
description: A Garden of Play, Flagrantly Cultivated
3+
date: 2021-09-12
4+
summary: A Garden of Play, Flagrantly Cultivated
45
type: docs
56
---
67

content/cultivars.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Available Cultivars
3-
description: |
3+
date: 2022-01-04
4+
summary: |
45
A quick list of available texts and projects, flagrantly cultivated.
56
type: docs
67
---

content/cultivation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Flagrant Cultivation
3-
description: >
3+
date: 2021-09-12
4+
summary: >
45
Make kitbashable shit. Release as early as possible. Iterate and accelerate collaboration. Build
56
out, not up. Fuck hierarchies.
67
type: docs

content/games/66/_index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: "Flagrant66"
3-
description: "A d66 engine for attribute & domain games"
2+
title: Flagrant66
3+
date: 2021-09-12
4+
summary: A d66 engine for attribute & domain games
45
bookCollapseSection: true
56
weight: 10
67
---

content/games/66/engine.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: "Engine"
3-
description: "A d66 engine for attribute & domain games"
2+
title: Engine
3+
date: 2021-09-12
4+
summary: A d66 engine for attribute & domain games
45
weight: 10
56
---
67

content/games/66/publishing.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: "Publishing"
3-
description: "Publishing & Flagrant66"
2+
title: Publishing
3+
date: 2021-09-12
4+
summary: Publishing & Flagrant66
45
weight: 10
56
---
67

content/games/_index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: "Games"
3-
description: "Tools to help players flourish"
2+
title: Games
3+
date: 2021-09-12
4+
summary: Tools to help players flourish
45
bookFlatSection: true
56
weight: 10
67
---

content/games/factions/_index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: "Flagrant Factions"
3-
description: "A Fantastic Skirmish Wargame"
2+
title: Flagrant Factions
3+
date: 2021-09-12
4+
summary: A Fantastic Skirmish Wargame
45
bookCollapseSection: true
56
weight: 10
67
---

content/games/factions/companies.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: "Companies"
3-
description: "Sample companies to play in Flagrant Factions"
2+
title: Companies
3+
date: 2022-09-12
4+
summary: Sample companies to play in Flagrant Factions.
45
bookToC: false
56
weight: 60
67
---

0 commit comments

Comments
 (0)