diff options
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" |
