diff options
author | Case Duckworth | 2015-03-25 21:49:45 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-25 21:54:26 -0700 |
commit | ecda49e0b20ad3bd52449356dccf2f8095ecfb70 (patch) | |
tree | 4789dd035fa827edf280fd8234d014b171de1c38 /src/snow.txt | |
parent | Fix makefile re: RIVER crashing (diff) | |
download | autocento-ecda49e0b20ad3bd52449356dccf2f8095ecfb70.tar.gz autocento-ecda49e0b20ad3bd52449356dccf2f8095ecfb70.zip |
Flatten directory structure
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.
Diffstat (limited to 'src/snow.txt')
-rw-r--r-- | src/snow.txt | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/src/snow.txt b/src/snow.txt deleted file mode 100644 index 20e2c8d..0000000 --- a/src/snow.txt +++ /dev/null | |||
@@ -1,55 +0,0 @@ | |||
1 | --- | ||
2 | title: Snow | ||
3 | id: snow | ||
4 | genre: prose | ||
5 | |||
6 | project: | ||
7 | title: "Buildings out of air: Paul in the Woods" | ||
8 | class: paul | ||
9 | order: 23 | ||
10 | next: | ||
11 | - title: Reports | ||
12 | link: reports | ||
13 | - title: Stagnant | ||
14 | link: stagnant | ||
15 | prev: | ||
16 | - title: Man | ||
17 | link: man | ||
18 | - title: Shed | ||
19 | link: shed | ||
20 | ... | ||
21 | |||
22 | _[I don't care if they burn][]_ he wrote on his last blank notecard. | ||
23 | He'd have to go to the Office Supply Store tomorrow after work. | ||
24 | |||
25 | He looked at what he'd written. | ||
26 | He'd been thinking about this for a while, felt the frustration build slowly like a [thundercloud][] in the back of his mind. | ||
27 | He thought he should write something else on the card, but everything he thought of seemed too confessional or too real compromising. | ||
28 | [He didn't want anyone, not even the notecards, to know what he was thinking.][thinking] | ||
29 | He decided to try for more of an interview with the paper. | ||
30 | |||
31 | _Why?_ asked the notecard. | ||
32 | _Because there is nothing important on any of them_ he wrote back. | ||
33 | _What do you mean? | ||
34 | You have some good stuff in that top drawer there._ | ||
35 | He looked in the top drawer. | ||
36 | It was stuffed full of notecards in no organization. | ||
37 | He could see bits and pieces of thoughts like leaves crunched underfoot in autumn. | ||
38 | _It will take so much organization_ he wrote. | ||
39 | |||
40 | _Why is organization important? | ||
41 | Remember the trees, [how they formed rows][] without trying. | ||
42 | No matter how the ideas fall, they make something. | ||
43 | [The snow][] [does that too][]_ he wrote. | ||
44 | _It doesn't try to make anything but it does._ | ||
45 | |||
46 | _No the snow is different_ the notecard was annoyed. | ||
47 | _The snow is a blank canvas that humans build into shapes or doppelgangers. | ||
48 | It makes nothing on its own._ | ||
49 | |||
50 | [I don't care if they burn]: fire.html | ||
51 | [thundercloud]: serengeti.html | ||
52 | [thinking]: lappel-du-vide.html | ||
53 | [how they formed rows]: axe.html | ||
54 | [The snow]: 100-lines.html | ||
55 | [does that too]: weplayedthosegamestoo.html | ||