Post #1886062
2026-03-04 19:49 UTC
@pelican@fosstodon.org
I haven't tried Pelican. Good to know.
Long ago I wrote a site generator that iterates a directory of text and markdown files and converts them to a themed HTML website with links to the binary files with hash digests for all the files so users can verify integrity.
Maybe I should dig it up and add digital signatures to the engine then share it. Would anyone use this sort of thing?
Replies (1)
-
@mitten@social.lol 2026-03-05 19:04
@octade FWIW, users verifying file integrity isn't really a need for me. I just want to make a website out of Markdown files. But maybe that's just me?