1
0

Diagram added (Still some rendering issue)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jens True 2021-01-30 14:12:09 +01:00
parent 102adc41d5
commit 4326f5b77c
2 changed files with 4 additions and 2 deletions

@ -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/

@ -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"];
```