From 9744378a9b9071872182edb4f151f915ecfa8643 Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Fri, 13 Sep 2024 20:22:52 -0400 Subject: added tags, working out themeing --- content/persons/_index.md | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) (limited to 'content/persons/_index.md') diff --git a/content/persons/_index.md b/content/persons/_index.md index 7fa307c..71330c5 100755 --- a/content/persons/_index.md +++ b/content/persons/_index.md @@ -1,17 +1,37 @@ --- title: "Persons" nested: true -seo: - title: "" # custom title (optional) - description: "" # custom description (recommended) - canonical: "" # custom canonical URL (optional) - noindex: false # false (default) or true +modules: ["mermaid"] --- ## Relational Entity Map +```text +%%{ + init: { + 'theme': 'base', + 'themeVariables': { + 'darkmode': false, + 'fontSize': '16px', + 'background': '#CCCCCC', + 'primaryColor': '#180D58', + 'primaryTextColor': '#fff', + 'primaryBorderColor': '#7C0000', + 'lineColor': '#F8B229', + 'secondaryColor': '#006100', + 'tertiaryColor': '#fff' + } + } +}%% +``` + ```mermaid +%%{ + init: { + 'theme': 'dark', + } +}%% erDiagram abernathy["A. B. Abernathy"] { Position Factor "Connecting Factor" -- cgit v1.2.3