New post: Void on ZFS
This commit is contained in:
parent
ad22f3e282
commit
e68296e928
11 changed files with 1559 additions and 6 deletions
|
|
@ -35,7 +35,11 @@ html {
|
|||
color: #F1E9E5;
|
||||
}
|
||||
|
||||
li { margin-bottom: 10px; }
|
||||
li {
|
||||
margin-bottom: 15px;
|
||||
line-height: 2em;
|
||||
}
|
||||
ul { margin-top: 15px; }
|
||||
|
||||
p {
|
||||
margin: 30px;
|
||||
|
|
@ -57,7 +61,6 @@ h1 {
|
|||
font-size: 25px;
|
||||
font-weight: bold;
|
||||
color: #ccc;
|
||||
font-size: 25px;
|
||||
margin: 40px 0px 10px 20px;
|
||||
}
|
||||
|
||||
|
|
@ -65,8 +68,21 @@ h2 {
|
|||
font-size: 25px;
|
||||
font-weight: bold;
|
||||
color: #ccc;
|
||||
font-size: 25px;
|
||||
margin: 20px 0px 10px 20px;
|
||||
margin: 20px 0px 10px 0px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 21px;
|
||||
font-weight: bold;
|
||||
color: #ccc;
|
||||
margin: 20px 0px 10px 0px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 21px;
|
||||
font-weight: bold;
|
||||
color: #6a978b;
|
||||
margin: 20px 0px 10px 0px;
|
||||
}
|
||||
|
||||
.article p {
|
||||
|
|
@ -76,6 +92,38 @@ h2 {
|
|||
.sourceCode pre {
|
||||
color: #ccc;
|
||||
padding: 20px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
p code {
|
||||
background-color: #444;
|
||||
padding: 5px 6.5px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
li code {
|
||||
background-color: #444;
|
||||
padding: 5px 8px;
|
||||
border-radius: 6px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
color: #888;
|
||||
background-color: #1b1b1b;
|
||||
padding: 10px 40px;
|
||||
font-style: italic;
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
blockquote p code {
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
footer {
|
||||
|
|
|
|||
BIN
assets/img/posts/void-on-zfs/desk.jpg
Normal file
BIN
assets/img/posts/void-on-zfs/desk.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 152 KiB |
BIN
assets/img/posts/void-on-zfs/duo.jpg
Normal file
BIN
assets/img/posts/void-on-zfs/duo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 152 KiB |
BIN
assets/img/posts/void-on-zfs/karu-inside.jpg
Normal file
BIN
assets/img/posts/void-on-zfs/karu-inside.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 151 KiB |
BIN
assets/img/posts/void-on-zfs/notes.jpg
Normal file
BIN
assets/img/posts/void-on-zfs/notes.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 135 KiB |
BIN
assets/img/posts/void.tar.gz
Normal file
BIN
assets/img/posts/void.tar.gz
Normal file
Binary file not shown.
|
|
@ -9,6 +9,11 @@ function get_data() {
|
|||
}
|
||||
],
|
||||
"en": [
|
||||
{
|
||||
"title": "Void on ZFS",
|
||||
"slug": "void-on-zfs",
|
||||
"date": "June 9, 2024"
|
||||
},
|
||||
{
|
||||
"title": "Meeting the BSD Family",
|
||||
"slug": "meeting-the-bsd-family",
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<atom:link href="https://blog.jutty.dev/feed.rss" rel="self" type="application/rss+xml"/>
|
||||
<description>jutty.dev: Blog</description>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Mon, 20 May 2024 14:35:27 -0300</lastBuildDate>
|
||||
<lastBuildDate>Sun, 9 Jun 2024 17:36:20 -0300</lastBuildDate>
|
||||
<docs>https://www.rssboard.org/rss-specification</docs>
|
||||
<item>
|
||||
<title>Meeting the BSD Family</title>
|
||||
|
|
@ -15,5 +15,12 @@
|
|||
<guid>https://blog.jutty.dev/posts/meeting-the-bsd-family.html</guid>
|
||||
<author>juno@jutty.dev (Juno Takano)</author>
|
||||
</item>
|
||||
<item>
|
||||
<title>Void on ZFS</title>
|
||||
<pubDate>Sun, 9 Jun 2024 17:36:20 -0300</pubDate>
|
||||
<link>https://blog.jutty.dev/posts/void-on-zfs.html</link>
|
||||
<guid>https://blog.jutty.dev/posts/void-on-zfs.html</guid>
|
||||
<author>juno@jutty.dev (Juno Takano)</author>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue