-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
This could be used to automatically generate a Compound-suitable directory structure, along with a simple shell script. The command would generate a directory structure thus:
./
┠ compile.sh
└─┐ raw
│ └─ index.c.html
│
└┐ res
┠─ img (dir)
┠─ js (dir)
┠─ css (dir)
└┐ transcludes
└─ meta.html
where compile.sh contains:
compound ./raw -b . -m -c --css --jsmeta.html would contain standard meta tags, and index.c.html would contain standard boilerplate (and a meta.html transclusion).