-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
51a14d3
commit b7ffba5
Showing
13 changed files
with
593 additions
and
2,159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
5 changes: 3 additions & 2 deletions
5
articles/1984-08-01_ken-thompson_reflections-on-trusting-trust.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
433 changes: 4 additions & 429 deletions
433
articles/1984-08-01_ken-thompson_reflections-on-trusting-trust.html
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
articles/2012-08-15_rob-pike_the-best-programming-advice-i-ever-got.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
:stylesdir: ../css | ||
|
||
= The Best Programming Advice I Ever Got | ||
|
||
(Aug 15, 2012) | ||
|
429 changes: 2 additions & 427 deletions
429
articles/2012-08-15_rob-pike_the-best-programming-advice-i-ever-got.html
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
@import url("asciidoctor-default.css"); | ||
|
||
/* override color definitions ; TODO: this should be finished! */ | ||
|
||
body { | ||
background: #0d1117; | ||
color: rgb(232 230 227 / 0.8); | ||
} | ||
|
||
a { | ||
color: #72ace3; | ||
} | ||
|
||
#header > h1:first-child, | ||
.paragraph.lead > p, | ||
/**/ | ||
#preamble > .sectionbody > [class=paragraph]:first-of-type p, | ||
/**/ | ||
.quoteblock blockquote, | ||
.quoteblock p, | ||
/**/ | ||
#header .details span.email a { | ||
color: rgb(255 255 255 / 0.85); | ||
} | ||
|
||
#header > h1:only-child, | ||
body.toc2 #header > h1:nth-last-child(2) { | ||
border-bottom-color: #7a7a7c; | ||
} | ||
|
||
#header .details { | ||
border-bottom-color: #7a7a7c; | ||
color: rgb(255 255 255 / 0.7); | ||
} | ||
|
||
#toc { | ||
border-bottom-color: #404042; | ||
} | ||
|
||
hr { | ||
border-color: #404042; | ||
} | ||
|
||
.sect1+.sect1 { | ||
border-top-color: #404042; | ||
} | ||
|
||
h1, | ||
h2, | ||
h3, | ||
#toctitle, | ||
.sidebarblock > .content > .title, | ||
h4, | ||
h5, | ||
h6, | ||
/**/ | ||
#content h1 > a.link, | ||
h2 > a.link, | ||
h3 > a.link, | ||
#toctitle > a.link, | ||
.sidebarblock > .content > .title > a.link, | ||
h4 > a.link, | ||
h5 > a.link, | ||
h6 > a.link { | ||
color: #dd6552; | ||
} | ||
|
||
.quoteblock blockquote::before { | ||
color: #e68d7f; | ||
text-shadow: 0 1px 2px rgb(255 255 255 / 0.1); | ||
} | ||
|
||
.subheader, | ||
.admonitionblock td.content > .title, | ||
.audioblock > .title, | ||
.exampleblock > .title, | ||
.imageblock > .title, | ||
.listingblock > .title, | ||
.literalblock > .title, | ||
.stemblock > .title, | ||
.openblock > .title, | ||
.paragraph > .title, | ||
.quoteblock > .title, | ||
table.tableblock > .title, | ||
.verseblock > .title, | ||
.videoblock > .title, | ||
.dlist > .title, | ||
.olist > .title, | ||
.ulist > .title, | ||
.qlist > .title, | ||
.hdlist > .title { | ||
color: #e68d7f; | ||
} | ||
|
||
.literalblock pre, | ||
.listingblock > .content > pre:not(.highlight), | ||
.listingblock > .content > pre[class=highlight], | ||
.listingblock > .content > pre[class^="highlight "] { | ||
background: #1a1a1a; | ||
} | ||
|
||
code, | ||
pre { | ||
color: rgb(255 255 255 / 0.9); | ||
} | ||
|
||
table tr th, | ||
table tr td { | ||
color: rgb(255 255 255 / 0.8); | ||
} | ||
|
||
/* monospace font is too large, make it smaller */ | ||
.literalblock pre, | ||
.listingblock > .content > pre { | ||
font-size: 0.8125em; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.