Commit Graph

30 Commits

Author SHA1 Message Date
Andrew Stryker 4d97d9ce50 Continue movement to making directories in recipes 2023-10-10 19:50:24 -07:00
Andrew Stryker dc7cc4ce8f Place directory making logic into recipes 2023-10-10 19:28:18 -07:00
Andrew Stryker 9aeee46e42 Remove directory creation as a recipe
Using directory modification times is fraught with peril. Since all we
need is to ensure that the directory is there, call `mkdir -p` prior to
writing a file.
2023-10-10 18:32:25 -07:00
Andrew Stryker 95c875b2b6 Add a space for clarity 2023-10-10 15:26:51 -07:00
Andrew Stryker 994a9ea35b Delete extra blank line 2023-10-10 08:53:38 -07:00
Andrew Stryker 5b08bb21c4 Remove old comment 2023-10-10 08:45:21 -07:00
Andrew Stryker 3912915917 Remove unused dependency 2023-10-10 08:44:42 -07:00
Andrew Stryker 768280a135 Complete the macro approach to defining variables 2023-09-21 10:08:47 -07:00
Andrew Stryker 1dfeffeb0f Get the section definition macro working 2023-09-20 21:20:00 -07:00
Andrew Stryker 93c4257149 Update ignore file to revised conventions 2023-09-20 09:28:26 -07:00
Andrew Stryker 08b270990d Tidy message 2023-09-20 09:09:15 -07:00
Andrew Stryker 00fc32829f Add build help message 2023-09-20 09:06:49 -07:00
Andrew Stryker 0316c89570 Abstract tagged index building to separate file
Stub only, not working yet.
2023-09-20 09:05:31 -07:00
Andrew Stryker f7e94e6a0f Correct self definition 2023-09-20 08:45:58 -07:00
Andrew Stryker 693c51bbe1 Define section variables as recursive 2023-09-20 08:45:11 -07:00
Andrew Stryker 9daaace86c Create a dependency list for templates 2023-09-19 12:24:44 -07:00
Andrew Stryker c390ea9cc2 Update formatting 2023-09-19 11:56:41 -07:00
Andrew Stryker 169684b251 Update show formating 2023-09-19 11:43:59 -07:00
Andrew Stryker b4614d5cb7 Delete unused variable reference 2023-09-16 13:43:11 +00:00
Andrew Stryker 755893a7ad Correct one upper case for site_env 2023-09-16 13:34:59 +00:00
Andrew Stryker 8caa1ea10e Correct variable case 2023-09-16 13:30:51 +00:00
Andrew Stryker 465e7f9579 Read site-env first
This may define environment variables, so we want to give the user
a chance to do that.
2023-09-16 13:26:58 +00:00
Andrew Stryker 4fa401d67b Grab the value, not the name, of self 2023-09-14 14:07:58 -07:00
Andrew Stryker a05c7ad652 Create a content directory if not present 2023-09-14 14:05:25 -07:00
Andrew Stryker efc989f237 Add site configuration site generator 2023-09-14 13:54:39 -07:00
Andrew Stryker 2f0e9afba4 Recover lost edits 2023-09-14 11:29:45 -07:00
Andrew Stryker c19ad72ecf Add help message generator 2023-09-14 10:41:18 -07:00
Andrew Stryker 03bbc3816d Add initial files 2023-09-14 10:39:45 -07:00
Andrew Stryker 2d0ca4ac82 Add initial Makefile 2023-09-14 10:38:40 -07:00
Andrew Stryker ce04c0e618 Add ignore file 2023-09-14 10:38:08 -07:00