Skip to content

Commit d3df376

Browse files
Merge pull request #15 from emmanuellujan/new-template
New template: css and other minor improvements
2 parents 62d3a13 + 134b406 commit d3df376

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

_assets/author-badges.dat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Philip1: green-philip, red-philip
22
Philip2: purple-philip, green-philip
3+
Julian Samaroo: green-philip

_css/franklin.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,10 @@ td {
186186
margin: 10px 0;
187187
}
188188

189+
.franklin-content ul li {
190+
font-size:16px;
191+
}
192+
189193
.franklin-content a {
190194
color: #004de6;
191195
text-decoration: none;

_css/minimal-mistakes.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2459,6 +2459,7 @@ th {
24592459

24602460
.toc {
24612461
font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
2462+
font-size: 16px;
24622463
color: #7a8288;
24632464
background-color: #fff;
24642465
border: 1px solid #f2f3f3;

news/2022/07/dagger_julius_benchmark.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using Dates
33
post_title = "Comments on the Julius Graph Engine Benchmark"
44
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."
5-
post_author = "Philip1"
5+
post_author = "Julian Samaroo"
66
hascode = true
77
date = Date(2022, 07, 01)
88
rss = "Comments on the Julius Graph Engine Benchmark"
@@ -14,8 +14,15 @@ tags = ["dagger", "benchmarks", "news"]
1414

1515
### Introduction
1616

17-
![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)
18-
##### Public domain image courtesy of https://thenounproject.com/carolhighsmith/
17+
\\
18+
19+
!["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)
20+
~~~
21+
<p style="text-align: center;">
22+
Public domain image courtesy of <a href="https://thenounproject.com/carolhighsmith/">carolhighsmith</a>
23+
</p>
24+
~~~
25+
1926

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

0 commit comments

Comments
 (0)