Aadhavan Srinivasan 1f05a69106 Fixed issues with concurrent document conversion
Before, the documents all used to have the same content due to a bug
in the concurrent conversion. I fixed this by creating a function,
'convert_file()', that converts an individual document. I then called
this function concurrently for each file that I want to convert. To
prevent race conditions, where two parallel conversions access the same
file, I ensured that each file gets placed into its own unique directory,
with a randomly-generated name.
2024-04-29 17:56:58 -04:00
Description
s4g is a Stupid Simple Static-Site Generator, written in Bash.
182 KiB
Languages
Shell 100%