about summary refs log tree commit diff stats
path: root/dollywood.txt
Commit message (Collapse)AuthorAge
* Change file hierarchy and rewrite makefileCase Duckworth2015-04-14
| | | | | | | | | | | | | | | - File hierarchy is now as follows: - / - appendix/ < appendix source files - backlinks/ < backlink sources & builds - hapax/ < *.hapax source files - scripts/ < scripts, like *.js, *.hs, etc. - templates/ < templates for outputs - text/ < source files - trunk/ < assets, like css, images, heads, etc. - index.html - *.html - Makefile
* Add toc metadataCase Duckworth2015-04-06
|
* Flatten directory structureCase Duckworth2015-03-25
All content files (*.txt, *.html, *.river) are now in /. I did this to simplify the compilation step, and to make linking easier. I'm still thinking about whether I should move the contents of js/, img/, and lua/ into /, or into an 'assets' folder of some sort. We'll see.