commit 147dd21bfc8573eabf4f1493f1b994506a88e1a3
parent c2f9da6f2184d2892f471dfb2249442d14c02f3f
Author: beau hilton <cbeauhilton@gmail.com>
Date: Fri, 20 Oct 2023 14:19:45 -0500
fix dates
Diffstat:
3 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/index.json b/index.json
@@ -1,15 +1,5 @@
[
{
- "url": "/posts/add-zfs-mirror",
- "page_file": "site/posts/add-zfs-mirror.md",
- "nav_path": [
- "posts"
- ],
- "excerpt": "tl;dr: <code>zpool attach data /dev/disk/by-partlabel/zfs-3a1xx /dev/sdx0</code>. Adjust for your own pool and disks.",
- "date": "2023-10-22",
- "title": "How to add a mirror to a single ZFS disk"
- },
- {
"url": "/posts/history-egc",
"page_file": "site/posts/history-egc.md",
"nav_path": [
@@ -20,13 +10,23 @@
"title": "A timeline of esophageal cancer"
},
{
+ "url": "/posts/add-zfs-mirror",
+ "page_file": "site/posts/add-zfs-mirror.md",
+ "nav_path": [
+ "posts"
+ ],
+ "excerpt": "tl;dr: <code>zpool attach data /dev/disk/by-partlabel/zfs-3a1xx /dev/sdx0</code>. Adjust for your own pool and disks.",
+ "date": "2023-10-19",
+ "title": "How to add a mirror to a single ZFS disk"
+ },
+ {
"url": "/posts/yt-dlp",
"page_file": "site/posts/yt-dlp.md",
"nav_path": [
"posts"
],
"excerpt": "yt-dlp is an incredibly useful and customizable tool \nfor downloading online videos\nfrom YouTube and elsewhere.\nHere's my setup \n(declared in Nix, but easily generalizable).",
- "date": "2023-10-19",
+ "date": "2023-10-18",
"title": "yt-dlp Nix config"
},
{
diff --git a/site/posts/add-zfs-mirror.md b/site/posts/add-zfs-mirror.md
@@ -1,6 +1,6 @@
# How to add a mirror to a single ZFS disk
-<time id="post-date">2023-10-22</time>
+<time id="post-date">2023-10-19</time>
<p id="post-excerpt">
tl;dr: <code>zpool attach data /dev/disk/by-partlabel/zfs-3a1xx /dev/sdx0</code>. Adjust for your own pool and disks.
diff --git a/site/posts/yt-dlp.md b/site/posts/yt-dlp.md
@@ -1,6 +1,6 @@
# yt-dlp Nix config
-<time id="post-date">2023-10-19</time>
+<time id="post-date">2023-10-18</time>
<p id="post-excerpt">
yt-dlp is an incredibly useful and customizable tool