summaryrefslogtreecommitdiff
path: root/publish-blog.sh
AgeCommit message (Collapse)Author
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
2022-12-31RSS Blog and Generate RSS Feed!Bill
2022-11-18Generate blog index from mdBill
2022-11-06Add script for blog publishingBill
Since a blog is written to the index.html its fairly easy to provide just the date and the md file. There still requires the line writing to the Blog Index. Also suppress warning exit from tidy which outputs a 1 if warnings and a 2 if errors were present. This method allows tidy.sh to be scriptable making warnings only return a 0 as well (so I can still use set -e in the scripts)