commit daf84083f008acdbece1e47b82275dec24bb4950
parent 799bebe8989c992bc2d88fbe6dff1bbad5e5d6a5
Author: Beau <cbeauhilton@gmail.com>
Date: Thu, 9 Nov 2023 11:10:56 -0600
updates
Diffstat:
3 files changed, 23 insertions(+), 20 deletions(-)
diff --git a/index.json b/index.json
@@ -1,25 +1,5 @@
[
{
- "url": "/posts/history-egc",
- "page_file": "site/posts/history-egc.md",
- "nav_path": [
- "posts"
- ],
- "excerpt": "A couple of friends and I wrote a review article on the history of esophageal cancer.\nThe timeline was so interesting I thought I'd share it here, in a place where it can be easily found and updated.",
- "date": "2023-10-20",
- "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": [
diff --git a/site/posts/template.md.draft b/site/posts/template.md.draft
@@ -0,0 +1,23 @@
+# Fascinating title
+
+<time id="post-date">2999-12-31</time>
+
+<p id="post-excerpt">
+Text of the post-excerpt goes here.
+</p>
+
+## Heading
+
+Link example: [iFixit](https://www.ifixit.com/products/google-pixel-6-screen-genuine).
+
+Multiline script example:
+
+```sh
+# enable multilib - see link below
+paru # make sure things are up to date generally
+paru -S android-tools android-sdk-build-tools # includes adb and other goodies
+reboot
+```
+
+Image example: ![Source selection](/images/ncmpcpp-mopidy-selector.png)
+
diff --git a/site/posts/vimbook-org.md b/site/posts/vimbook-org.md.draft