summaryrefslogtreecommitdiff
path: root/build.sh
AgeCommit message (Collapse)Author
2024-03-11Add support for authoring gemtext postsSteph Enders
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!
2024-03-10Grant necessary file permissions after buildSteph Enders
2024-03-07Copy old files and update build.sh to generate it all!Steph Enders
This is a huge messy commit but :) sue me. I'm not at work I can do git badly for once!
2024-02-29Generate index files and fix page generation in build scriptSteph Enders
The previous commit had a partial implementation of this so the build script wouldn't work!
2024-02-29Initial rework commit: Build Script POC and CSS doneSteph Enders
I've created the main CSS layout and a proof of concept for the build script: this will actually build any "done" _post/ file and generate it as a workable HTML file. However, no index file generate, rss, or gemini is implemented