From 4326f5b77c8c63bd498a1064022e760136c9c214 Mon Sep 17 00:00:00 2001 From: Jens True Date: Sat, 30 Jan 2021 14:12:09 +0100 Subject: [PATCH] Diagram added (Still some rendering issue) --- config/_default/params.toml | 2 +- content/post/architectural-overview/index.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 3f9f22a..e2b1e31 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -52,7 +52,7 @@ description = "Personal site for Jens True" # Enable source code highlighting? true/false # Documentation: https://sourcethemes.com/academic/docs/writing-markdown-latex/#highlighting-options -highlight = true +highlight = false highlight_languages = ["r"] # Add support for highlighting additional languages # highlight_style = "github" # For supported styles, see https://cdnjs.com/libraries/highlight.js/ diff --git a/content/post/architectural-overview/index.md b/content/post/architectural-overview/index.md index e710808..0ca7541 100644 --- a/content/post/architectural-overview/index.md +++ b/content/post/architectural-overview/index.md @@ -11,7 +11,9 @@ date: 2020-02-27T22:10:31+01:00 lastmod: 2020-02-27T22:10:31+01:00 featured: false draft: false +math: false diagram: true +highlight: false # Featured image # To use, add an image named `featured.jpg/png` to your page's folder. @@ -71,7 +73,7 @@ All containers are automatically updated as is the host system. graph LR; WAN-->Router-->Server; Server-->FP["Traefik"]; - FP-->Nginx; + FP-->NGINX; FP-->OC["Other Containers"]; ```