0023d8ec7fMade the document conversion multithreaded, to speed up the script (50% reduction in time)Aadhavan Srinivasan2024-04-28 17:38:40 -0400
554071f7f4Updated build script, so that 'Two More Cents' doesn't get adedd twice to the the title of the 'Site Map' pageAadhavan Srinivasan2024-04-23 12:01:17 -0400
cd891e38e9Updated build script to not throw an error if output directory doesn't existAadhavan Srinivasan2024-04-10 22:05:13 -0400
6701f5389bAdded code to only add the date to the metadata array if it isn't already presentAadhavan Srinivasan2024-01-13 15:14:03 -0500
93fe404571Switched to using associative arrays instead of two regular arrays for metadata, and ensured that the site map does not contain any file without a 'date-published' lineAadhavan Srinivasan2024-01-12 00:06:33 -0500
5e8445febfStarted working on converting the regular arrays into an associative arrayAadhavan Srinivasan2024-01-11 10:18:47 -0500
2ab303fb2eReversed sorting order so that the site map displays posts from newest to oldestAadhavan Srinivasan2024-01-09 17:26:15 -0500
ad2bc3a3adFinished code for generating index file; created a separate function for adding header and footer to index fileAadhavan Srinivasan2024-01-08 22:46:17 -0500
7d82d5ece3Working on generating index page; moved the generation of a sorted file list to a separate functionAadhavan Srinivasan2024-01-08 22:14:14 -0500
84cff5cfacChanged replace_vars to replace every occurence of a variable, not just the first occurence; Started working on generating index pageAadhavan Srinivasan2024-01-08 18:40:50 -0500
7605bd8b78Removed creation of 'output' directory, as it is deleted and re-created soon afterAadhavan Srinivasan2024-01-04 22:43:11 -0600
cc64d4482cFixed a bug where folder structure of 'source' is not preserved in 'output'Aadhavan Srinivasan2024-01-04 22:40:32 -0600
e1cd7ce290Added more error checking to build script, and deleted 'temp' directory at the endAadhavan Srinivasan2024-01-04 22:10:25 -0600