From 42a88cbe7af7421cf672c2d11b1f50bf37c31fda Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 4 Aug 2023 19:20:20 +0200 Subject: Update: Styles --- config.yaml | 2 +- ...23-08-01-make-b-w-svg-charts-with-matplotlib.md | 2 +- templates/base.html | 31 ++++++++++++++-------- templates/index.html | 14 +++++----- 4 files changed, 29 insertions(+), 20 deletions(-) diff --git a/config.yaml b/config.yaml index 1f65ca3..6fcd3bd 100644 --- a/config.yaml +++ b/config.yaml @@ -5,7 +5,7 @@ language: "en-us" # Code highlighting. # https://swapoff.org/chroma/playground/ -highlighting: "vs" +highlighting: "pygments" # Minifies output HTML (including inline CSS, JS). minify: true diff --git a/content/notes/2023-08-01-make-b-w-svg-charts-with-matplotlib.md b/content/notes/2023-08-01-make-b-w-svg-charts-with-matplotlib.md index c3fef57..4a8f4f4 100644 --- a/content/notes/2023-08-01-make-b-w-svg-charts-with-matplotlib.md +++ b/content/notes/2023-08-01-make-b-w-svg-charts-with-matplotlib.md @@ -15,7 +15,7 @@ pip install pandas Example of data being used. -```csv +```text Epoch,Connect (NLB),Processing (NLB),Waiting (NLB),Total (NLB),Connect (ALB),Processing (ALB),Waiting (ALB),Total (ALB) 1,57.7,315.7,309.4,321.6,9,104.4,98.3,105.7 2,121.9,114.4,100.3,176.9,5.8,99.1,97.1,101.1 diff --git a/templates/base.html b/templates/base.html index 60652ef..8447a9e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -16,10 +16,11 @@