Adding a syndicate pairing page with some notes

This commit is contained in:
2026-07-17 17:12:39 -04:00
parent 8fa0422be4
commit e64193639e
50 changed files with 1689 additions and 398 deletions
+1
View File
@@ -6,4 +6,5 @@ public class DocData
public string Category { get; init; } = "";
public string Content { get; init; } = "";
public Dictionary<string, string> Frontmatter { get; init; } = [];
public List<string>? Syndicates { get; init; }
}