Upload the test_tree files.

This commit is contained in:
Olivia Brooks
2025-10-12 22:35:17 -04:00
parent d9dcf43be8
commit 261e5f525b
8 changed files with 209 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
(
// og:title
title: "",
// og:description
description: "",
// article:tag
tags: [],
// og:site_name
site_name: "Cutieguwu.ca",
// og:locale
locale: "en_CA",
// og:type
type: "article",
authors: [
Author(
name: All( // Enum variant w/ fields
first: "Olivia",
last: "Brooks",
user: "Cutieguwu",
),
gender: Female,
),
],
// chrono::NaiveDate with custom deserialize from string.
// Here it will instead autofill with chrono::NaiveDate::default() values.
//
// "%Y-%m-%d"
date: Date(),
image: None,
)