Skip to content

Commit bfb3c2d

Browse files
Update views
1 parent 29dcbd5 commit bfb3c2d

4 files changed

Lines changed: 31 additions & 30 deletions

File tree

layouts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ <h1 class="post-title">{{ .Title }}</h1>
5555
<div class="more blogs">
5656
<span class="more">More blogs from MySQL experts</span>
5757
<hr>
58+
<div><a href="https://database.news/">database.news</a></div>
5859
<div><a href="https://lefred.be/">Frédéric "lefred" Descamps</a></div>
5960
<div><a href="https://jfg-mysql.blogspot.com/">Jean-François "J-F" Gagné</a></div>
6061
<div><a href="https://smalldatum.blogspot.com/">Mark Callaghan</a></div>

layouts/partials/nav.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
<time>{{ .Date.Format "2006-01-02" }}</time>&nbsp;<a href="{{ .Permalink }}">{{ .Title }}</a><br>
4141
{{ end }}
4242
<div class="subtitle">Most Popular</div>
43-
<span class="views">9,802 views</span>
43+
<span class="views">10k+</span>
4444
<a href="{{ ref . "book-2" }}">MySQL EXPLAIN ANALYZE</a><br>
45-
<span class="views">6,209 views</span>
45+
<span class="views">&nbsp;6k+</span>
4646
<a href="{{ ref . "mysql-threads-running-how-hard-is-mysql-working" }}">MySQL Threads Running: How Hard is MySQL Working?</a><br>
47-
<span class="views">5,092 views</span>
47+
<span class="views">&nbsp;5k+</span>
4848
<a href="{{ ref . "commit-latency-aurora-vs-rds-mysql-8.0" }}">COMMIT Latency: Aurora vs. RDS MySQL 8.0</a><br>
49-
<span class="views">4,210 views</span>
49+
<span class="views">&nbsp;4k+</span>
5050
<a href="{{ ref . "are-aurora-performance-claims-true" }}">Are Aurora Performance Claims True?</a><br>
51-
<span class="views">4,081 views</span>
51+
<span class="views">&nbsp;4k+</span>
5252
<a href="{{ ref . "book-5" }}">I Don't Want to Shard (MySQL)</a><br>
5353
<div class="subtitle">Watch and Learn</div>
5454
<a href="/path/">An Efficient Path to Learning MySQL Performance</a><br>

src/hackmysql.css

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ nav#menu > a:hover { text-decoration: none; }
341341
.submenu time { color: lightgray; }
342342
.subtitle { color: hotpink; }
343343
.subtitle:not(:first-child) { margin-top: 1rem; }
344-
.views { display: inline-block; color: lightgray; }
344+
.views { color: lightgray; font-family: mono; font-size: 0.8rem; margin-right: 0.5em; }
345345

346346
div.page {
347347
display: grid;
@@ -543,9 +543,9 @@ pre code {
543543
}
544544
/* Background */ .bg { color: #f8f8f2; background-color: #272822; }
545545
/* PreWrapper */ .chroma { color: #f8f8f2; background-color: #272822; }
546-
/* Other */ .chroma .x { }
546+
/* Other .chroma .x {} */
547547
/* Error */ .chroma .err { color:red; /*color: #960050;*/ background-color: #1e0010 }
548-
/* CodeLine */ .chroma .cl { }
548+
/* CodeLine .chroma .cl {} */
549549
/* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit }
550550
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
551551
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
@@ -560,27 +560,27 @@ pre code {
560560
/* KeywordPseudo */ .chroma .kp { color: #66d9ef }
561561
/* KeywordReserved */ .chroma .kr { color: #66d9ef }
562562
/* KeywordType */ .chroma .kt { color: #66d9ef }
563-
/* Name */ .chroma .n {}
563+
/* Name .chroma .n {} */
564564
/* NameAttribute */ .chroma .na { color: #a6e22e }
565-
/* NameBuiltin */ .chroma .nb {}
566-
/* NameBuiltinPseudo */ .chroma .bp {}
565+
/* NameBuiltin .chroma .nb {} */
566+
/* NameBuiltinPseudo .chroma .bp {} */
567567
/* NameClass */ .chroma .nc { color: #a6e22e }
568568
/* NameConstant */ .chroma .no { color: #66d9ef }
569569
/* NameDecorator */ .chroma .nd { color: #a6e22e }
570-
/* NameEntity */ .chroma .ni { }
570+
/* NameEntity .chroma .ni {} */
571571
/* NameException */ .chroma .ne { color: #a6e22e }
572572
/* NameFunction */ .chroma .nf { color: #a6e22e }
573-
/* NameFunctionMagic */ .chroma .fm { }
574-
/* NameLabel */ .chroma .nl { }
575-
/* NameNamespace */ .chroma .nn { }
573+
/* NameFunctionMagic .chroma .fm {} */
574+
/* NameLabel .chroma .nl {} */
575+
/* NameNamespace .chroma .nn {} */
576576
/* NameOther */ .chroma .nx { color: #a6e22e }
577-
/* NameProperty */ .chroma .py { }
577+
/* NameProperty .chroma .py {} */
578578
/* NameTag */ .chroma .nt { color:lightgreen; /* #f92672 */}
579-
/* NameVariable */ .chroma .nv {}
580-
/* NameVariableClass */ .chroma .vc {}
581-
/* NameVariableGlobal */ .chroma .vg {}
582-
/* NameVariableInstance */ .chroma .vi {}
583-
/* NameVariableMagic */ .chroma .vm {}
579+
/* NameVariable .chroma .nv {} */
580+
/* NameVariableClass .chroma .vc {} */
581+
/* NameVariableGlobal .chroma .vg {} */
582+
/* NameVariableInstance .chroma .vi {} */
583+
/* NameVariableMagic .chroma .vm {} */
584584
/* Literal */ .chroma .l { color: #ae81ff }
585585
/* LiteralDate */ .chroma .ld { color: #FAEBD7 }
586586
/* LiteralString */ .chroma .s { color: #FAEBD7; }
@@ -606,23 +606,23 @@ pre code {
606606
/* LiteralNumberOct */ .chroma .mo { color: #ae81ff }
607607
/* Operator */ .chroma .o { color: hotpink; /*#f92672*/ }
608608
/* OperatorWord */ .chroma .ow { color: #f92672 }
609-
/* Punctuation */ .chroma .p {}
609+
/* Punctuation .chroma .p {} */
610610
/* Comment */ .chroma .c { color: lightpink; }
611611
/* CommentHashbang */ .chroma .ch { color: lightpink; }
612612
/* CommentMultiline */ .chroma .cm { color: lightpink; }
613613
/* CommentSingle */ .chroma .c1 { color: lightpink; }
614614
/* CommentSpecial */ .chroma .cs { color: lightpink; }
615615
/* CommentPreproc */ .chroma .cp { color: lightpink; }
616616
/* CommentPreprocFile */ .chroma .cpf { color: lightpink; }
617-
/* Generic */ .chroma .g {}
617+
/* Generic .chroma .g {} */
618618
/* GenericDeleted */ .chroma .gd { color: #f92672 }
619619
/* GenericEmph */ .chroma .ge { font-style: italic }
620-
/* GenericError */ .chroma .gr {}
621-
/* GenericHeading */ .chroma .gh {}
620+
/* GenericError .chroma .gr {} */
621+
/* GenericHeading .chroma .gh {} */
622622
/* GenericInserted */ .chroma .gi { color: #a6e22e }
623-
/* GenericOutput */ .chroma .go {}
623+
/* GenericOutput .chroma .go {} */
624624
/* GenericStrong */ .chroma .gs { font-weight: bold }
625625
/* GenericSubheading */ .chroma .gu { color: #75715e }
626-
/* GenericTraceback */ .chroma .gt {}
627-
/* GenericUnderline */ .chroma .gl {}
628-
/* TextWhitespace */ .chroma .w {}
626+
/* GenericTraceback .chroma .gt {} */
627+
/* GenericUnderline .chroma .gl {} */
628+
/* TextWhitespace .chroma .w {} */

0 commit comments

Comments
 (0)