eudicots / Cactus

Static site generator for designers. Uses Python and Django templates.
BSD 3-Clause "New" or "Revised" License
3.46k stars 314 forks source link

support for (or documentation for) adding directory structure #248

Open hagoss01 opened 8 years ago

hagoss01 commented 8 years ago

perhaps I don't have a good understanding of how this all works currently, however, it seems like it would be useful to be able to add a directory to be included with the built project.

My specific use case is creating a data directory. I could create this under static, I suppose, but I thought it belonged elsewhere. This data directory will be ultimately populated by an external process (lambda) to provide some content for some tables. I could throw it under the static directory but I was attempting to organize things differently and I didn't know if that was possible. I'm even willing to hack it if anyone has pointers on where to start looking for what controls this behavior. Thanks