From 2ee0921e1b9f5f59567e0b29ec19421307e84f54 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Mon, 11 Mar 2024 13:42:36 -0400 Subject: Add support for authoring gemtext posts Updating the build script to allow for posts to be .gmi files in addition .html files. I added a submodule to gmi2html so we can convert these on the fly and they'll write themselves to the build directory as the desired filename which then get hoisted into the www folder upon post creation - as normal! This should help with authoring more simple text posts that don't require complex markup like music stuff! This did require updating gmi2html to have more support for quote attribution however. So I should be mindful in the future of how that renders! --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..517c99f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "modules/gmi2html"] + path = modules/gmi2html + url = git@senders.io:utils/gmi2html -- cgit v1.2.3-54-g00ecf