source code for html website at https://zachdecook.com
-rw-r--r--index.md15
-rw-r--r--posts/daily-driver.md2
-rw-r--r--posts/rms.md4
-rwxr-xr-xposts/script.sh2
-rwxr-xr-xscript.sh2
5 files changed, 18 insertions, 7 deletions
diff --git a/index.md b/index.md
index 9102a6b..c8f0144 100644
--- a/index.md
+++ b/index.md
@@ -20,7 +20,7 @@
What is a "Zach DeCook"? Most days software developer,
with interests in music, maths, and many other things.
-He's possibly best defined by the projects he spends time on.
+He's best defined by his identity in the Lord Jesus Christ, maybe second-best defined by the projects he spends time on.
## Recent Posts
@@ -55,10 +55,21 @@ February 2021
</aside>
</section>
+[more posts](/posts/)
+
## Selected Projects
<section markdown="1">
<aside markdown="1">
+### [MusicDir](http://musicdir.zachdecook.com)
+
+Download CC-licensed music as Alpine Linux packages.
+
+[![Saints share their music.](/musicdir.svg)](http://musicdir.zachdecook.com)
+
+</aside>
+<aside markdown="1">
+
### [Tight Change](posts/tightchange)
Coin-Holding device in card form-factor.
@@ -90,7 +101,9 @@ A collaboration of controllers that I programmed.
</main>
<footer markdown="1"><nav markdown="1">
+* [Chat with me on XMPP](https://zachdecook.com/chat/?xmpp:zach@zachdecook.com)
* [git.sr.ht repositories](https://git.sr.ht/~earboxer)
* [Librem Social microblogging](https://social.librem.one/@zachdecook)
* [Homepage on Gemini](gemini://gemini.zachdecook.com)
+
</nav></footer>
diff --git a/posts/daily-driver.md b/posts/daily-driver.md
index e2c70d6..fbefcb7 100644
--- a/posts/daily-driver.md
+++ b/posts/daily-driver.md
@@ -1,5 +1,5 @@
# Preface (for the uninitiated)
-The date is April the Fourth, in the year of my Lord, 2022. Common practice for adults and older teenagers is to use a smartphone either running an AOSP derivative (Google Android, LineageOS, etc), or iOS. [Pine64](https://pine64.com) ships a line of devices which run GNU/Linux by default, a development platform disguised as a smartphone.
+The date is April the Twenty-Fourth, in the year of my Lord, 2022. Common practice for adults and older teenagers is to use a smartphone either running an AOSP derivative (Google Android, LineageOS, etc), or iOS. [Pine64](https://pine64.com) ships a line of devices which run GNU/Linux by default, a development platform disguised as a smartphone.
# I now use the PinePhone as my daily driver
diff --git a/posts/rms.md b/posts/rms.md
index 1719ea0..b16ac2a 100644
--- a/posts/rms.md
+++ b/posts/rms.md
@@ -1,6 +1,4 @@
-<link rel="stylesheet" type="text/css" href="https://zachdecook.com/shared/devaultcss/base.css"/>
-
-[My Homepage](https://zachdecook.com)
+<!--link rel="stylesheet" type="text/css" href="https://zachdecook.com/shared/devaultcss/base.css"/-->
# Support RMS?
diff --git a/posts/script.sh b/posts/script.sh
index 5f94e1b..e0f5b02 100755
--- a/posts/script.sh
+++ b/posts/script.sh
@@ -5,7 +5,7 @@ mkdir -p tabs ststech rms verovio fonts
#pandoc common.md ststech.md -t html5 -s > ststech/index.html
#pandoc common.md tightchange.md -t html5 -s > tightchange/index.html
cat common.md tightchange.md | python3 -m markdown -o html5 > tightchange/index.html
-python3 -m markdown -o html5 < rms.md > rms/index.html
+cat common.md rms.md | python3 -m markdown -o html5 > rms/index.html
python3 -m markdown -o html5 < verovio.md > verovio/index.html
python3 -m markdown -o html5 -x attr_list < fonts.md > fonts/index.html
cat common.md daily-driver.md | python3 -m markdown -o html5 > daily-driver/index.html
diff --git a/script.sh b/script.sh
index 56601d6..6be93c3 100755
--- a/script.sh
+++ b/script.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
python3 -m markdown -o html5 -x md_in_html < index.md > index.html
mkdir -p 404