Revert
15
assets/css/fonts.css
Normal file
@ -0,0 +1,15 @@
|
||||
@font-face {
|
||||
font-family: 'JetBrains Mono';
|
||||
src: url('/assets/font/JetBrainsMono-Regular.woff2') format('woff2'),
|
||||
url('/assets/font/JetBrainsMono-Regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
src: url('/assets/font/lato-regular-webfont.woff2') format('woff2'),
|
||||
url('/assets/font/lato-regular-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
119
assets/css/style.scss
Normal file
@ -0,0 +1,119 @@
|
||||
---
|
||||
---
|
||||
|
||||
// Import the theme rules
|
||||
@import "theme";
|
||||
|
||||
body {
|
||||
max-width: 100%;
|
||||
overflow-x: hidden;
|
||||
font-family: 'Lato', sans-serif;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
color: $gray;
|
||||
}
|
||||
|
||||
.separator {
|
||||
margin-right: .45rem;
|
||||
margin-left: .25rem;
|
||||
color: #000;
|
||||
&:after {
|
||||
content: '\00a0/';
|
||||
}
|
||||
}
|
||||
|
||||
header {
|
||||
padding-top: 80px;
|
||||
padding-bottom: 0;
|
||||
};
|
||||
|
||||
header h1,h2 {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.post-description {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.post-container a {
|
||||
color: #555;
|
||||
border-bottom-color: $gray;
|
||||
border-bottom-style: dotted;
|
||||
border-bottom-width: 1px;
|
||||
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
padding: 1px 1px;
|
||||
transition: color ease 0.3s;
|
||||
|
||||
&::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
width: 100%;
|
||||
height: 0%;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
background-color: $gray;
|
||||
transition: all ease 0.3s;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: #fff;
|
||||
border-bottom-style: solid;
|
||||
&::after {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
body pre {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
pre.highlight, code {
|
||||
font-family: 'JetBrains Mono', monospace;
|
||||
}
|
||||
|
||||
div.highlighter-rouge {
|
||||
// Default theme uses `width: 100vw`, which while cool, does cause the page
|
||||
// to exceed screen width and trigger horizontal scrolling. No bueno.
|
||||
width: 99vw;
|
||||
}
|
||||
|
||||
.post-date {
|
||||
// On the front page, make sure titles don't force wrapping the date box content
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
color: #555;
|
||||
right: 100px;
|
||||
margin-left: 0;
|
||||
padding-left: 1.8rem;
|
||||
border-left: 5px solid $gray;
|
||||
}
|
||||
|
||||
.post-nav {
|
||||
/* Insert your custom styling here. Example:
|
||||
|
||||
font-size: 14px;
|
||||
*/
|
||||
display: flex;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.post-nav div {
|
||||
/* flex-grow, flex-shrink, flex-basis */
|
||||
flex: 1 1 0;
|
||||
}
|
||||
.post-nav-next {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
th, td {
|
||||
border-bottom: 1px solid $gray;
|
||||
padding: 0.75em;
|
||||
}
|
BIN
assets/font/JetBrainsMono-Regular.woff
Normal file
BIN
assets/font/JetBrainsMono-Regular.woff2
Normal file
BIN
assets/font/lato-regular-webfont.woff
Normal file
BIN
assets/font/lato-regular-webfont.woff2
Normal file
BIN
assets/images/2018-05-28-bread.jpg
Normal file
After Width: | Height: | Size: 840 KiB |
BIN
assets/images/2018-05-28-rocks.jpg
Normal file
After Width: | Height: | Size: 926 KiB |
BIN
assets/images/2018-06-25-gravel-mound.jpg
Normal file
After Width: | Height: | Size: 165 KiB |
BIN
assets/images/2018-09-15-electron-percy-wasm.png
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
assets/images/2018-09-15-incorrect-MIME-type.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
assets/images/2018-10-heaptrack/heaptrack-after.png
Normal file
After Width: | Height: | Size: 71 KiB |
BIN
assets/images/2018-10-heaptrack/heaptrack-before.png
Normal file
After Width: | Height: | Size: 68 KiB |
BIN
assets/images/2018-10-heaptrack/heaptrack-closeup-after.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
assets/images/2018-10-heaptrack/heaptrack-closeup.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
assets/images/2018-10-heaptrack/heaptrack-dtparse-colorized.png
Normal file
After Width: | Height: | Size: 124 KiB |
BIN
assets/images/2018-10-heaptrack/heaptrack-flamegraph-after.png
Normal file
After Width: | Height: | Size: 145 KiB |
BIN
assets/images/2018-10-heaptrack/heaptrack-flamegraph-default.png
Normal file
After Width: | Height: | Size: 135 KiB |
BIN
assets/images/2018-10-heaptrack/heaptrack-flamegraph.png
Normal file
After Width: | Height: | Size: 138 KiB |
BIN
assets/images/2018-10-heaptrack/heaptrack-flamegraph.xcf
Normal file
BIN
assets/images/2018-10-heaptrack/heaptrack-main-colorized.png
Normal file
After Width: | Height: | Size: 98 KiB |
After Width: | Height: | Size: 134 KiB |
1
assets/images/2019-02-04-container-size.svg
Normal file
After Width: | Height: | Size: 426 KiB |
BIN
assets/images/2019-04-24-kung-fu.webp
Normal file
After Width: | Height: | Size: 304 KiB |
BIN
assets/images/2019-05-03-making-bread/final-product.jpg
Normal file
After Width: | Height: | Size: 344 KiB |
BIN
assets/images/2019-05-03-making-bread/shaped-loaves.jpg
Normal file
After Width: | Height: | Size: 296 KiB |
BIN
assets/images/2019-05-03-making-bread/shattered-glass.jpg
Normal file
After Width: | Height: | Size: 377 KiB |
After Width: | Height: | Size: 169 KiB |
After Width: | Height: | Size: 140 KiB |
BIN
assets/images/2019-05-03-making-bread/whole-wheat-not-rising.jpg
Normal file
After Width: | Height: | Size: 194 KiB |
BIN
assets/images/2022-11-20-video_mp2t.png
Normal file
After Width: | Height: | Size: 48 KiB |