diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-09-13 20:22:52 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-09-13 20:23:11 -0400 |
| commit | 9744378a9b9071872182edb4f151f915ecfa8643 (patch) | |
| tree | a8c9b8de8e223f6edbecc91b899c2f2a196c712e /content/persons/_index.md | |
| parent | 5e0f93a81672bacbfd583cfe8cc40f24282af031 (diff) | |
added tags, working out themeing
Diffstat (limited to 'content/persons/_index.md')
| -rwxr-xr-x | content/persons/_index.md | 30 |
1 files changed, 25 insertions, 5 deletions
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" |
