diff options
author | Case Duckworth | 2015-04-14 16:36:17 -0700 |
---|---|---|
committer | Case Duckworth | 2015-04-14 16:36:17 -0700 |
commit | 9fce418b46c9f0894f429384ef9e3dabaeffbeb4 (patch) | |
tree | b2339220ee50cf48b8887f0cc1fed4813a95901b /trunk/islands.head | |
parent | Add toc metadata (diff) | |
download | autocento-9fce418b46c9f0894f429384ef9e3dabaeffbeb4.tar.gz autocento-9fce418b46c9f0894f429384ef9e3dabaeffbeb4.zip |
Change file hierarchy and rewrite makefile
- 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
Diffstat (limited to 'trunk/islands.head')
-rw-r--r-- | trunk/islands.head | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/trunk/islands.head b/trunk/islands.head new file mode 100644 index 0000000..ec04b14 --- /dev/null +++ b/trunk/islands.head | |||
@@ -0,0 +1,17 @@ | |||
1 | --- | ||
2 | title: Appendix I | ||
3 | subtitle: islands | ||
4 | id: islands | ||
5 | genre: list | ||
6 | |||
7 | project: | ||
8 | title: Appendices | ||
9 | class: appendices | ||
10 | next: | ||
11 | - title: Index of common titles | ||
12 | link: common-titles | ||
13 | prev: | ||
14 | - title: Index of hapax legomena | ||
15 | link: hapax | ||
16 | ... | ||
17 | |||