Files
cutinews/test_tree/default_meta.ron
2025-10-12 22:35:17 -04:00

35 lines
682 B
Plaintext

(
// 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,
)