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! --- modules/gmi2html | 1 + 1 file changed, 1 insertion(+) create mode 160000 modules/gmi2html (limited to 'modules/gmi2html') diff --git a/modules/gmi2html b/modules/gmi2html new file mode 160000 index 0000000..a6c2523 --- /dev/null +++ b/modules/gmi2html @@ -0,0 +1 @@ +Subproject commit a6c2523aed55f01ce8390272619cfee0db7cc3a5 -- cgit v1.2.3-54-g00ecf