From 134b40674146cefa5191f1699d835081996cee8f Mon Sep 17 00:00:00 2001 From: Emmanuel Lujan Date: Fri, 1 Jul 2022 13:40:19 -0400 Subject: [PATCH] css and other minor improvements --- _assets/author-badges.dat | 1 + _css/franklin.css | 4 ++++ _css/minimal-mistakes.css | 1 + news/2022/07/dagger_julius_benchmark.md | 13 ++++++++++--- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/_assets/author-badges.dat b/_assets/author-badges.dat index 6124f2f..36e86e6 100644 --- a/_assets/author-badges.dat +++ b/_assets/author-badges.dat @@ -1,2 +1,3 @@ Philip1: green-philip, red-philip Philip2: purple-philip, green-philip +Julian Samaroo: green-philip diff --git a/_css/franklin.css b/_css/franklin.css index d2b89cc..52a1f6e 100644 --- a/_css/franklin.css +++ b/_css/franklin.css @@ -186,6 +186,10 @@ td { margin: 10px 0; } +.franklin-content ul li { + font-size:16px; +} + .franklin-content a { color: #004de6; text-decoration: none; diff --git a/_css/minimal-mistakes.css b/_css/minimal-mistakes.css index 997572d..f772dce 100644 --- a/_css/minimal-mistakes.css +++ b/_css/minimal-mistakes.css @@ -2459,6 +2459,7 @@ th { .toc { font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif; + font-size: 16px; color: #7a8288; background-color: #fff; border: 1px solid #f2f3f3; diff --git a/news/2022/07/dagger_julius_benchmark.md b/news/2022/07/dagger_julius_benchmark.md index 10abe99..cbb273c 100644 --- a/news/2022/07/dagger_julius_benchmark.md +++ b/news/2022/07/dagger_julius_benchmark.md @@ -2,7 +2,7 @@ using Dates post_title = "Comments on the Julius Graph Engine Benchmark" short_descr = "Spurred by a performance benchmark published by Julius Technologies, we lead you through how Dagger's scheduler was optimized to perform more competitively on the benchmark." -post_author = "Philip1" +post_author = "Julian Samaroo" hascode = true date = Date(2022, 07, 01) rss = "Comments on the Julius Graph Engine Benchmark" @@ -14,8 +14,15 @@ tags = ["dagger", "benchmarks", "news"] ### Introduction -![Shipping goods over the sea via ocean freighter](https://thumbnails.production.thenounproject.com/GZSNSq5eKQqKDoHfKGOFmb5QT4s=/fit-in/1000x1000/photos.production.thenounproject.com/photos/6D93E0C1-DFF3-410B-8086-214D12A2D362.jpg) -##### Public domain image courtesy of https://thenounproject.com/carolhighsmith/ +\\ + +!["Shipping goods over the sea via ocean freighter."](https://thumbnails.production.thenounproject.com/GZSNSq5eKQqKDoHfKGOFmb5QT4s=/fit-in/1000x1000/photos.production.thenounproject.com/photos/6D93E0C1-DFF3-410B-8086-214D12A2D362.jpg) +~~~ +

+Public domain image courtesy of carolhighsmith +

+~~~ + Scheduling is a hard problem, but it's a necessary evil for modern civilization: