Diagram added (Still some rendering issue)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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"];
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user