Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove "Reading list for thesis" list item | Case Duckworth | 2015-07-06 |
| | |||
* | Add thesis defense list | Case Duckworth | 2015-04-20 |
| | |||
* | Revise abstract & add to index.html | Case Duckworth | 2015-04-17 |
| | |||
* | Revise index.html to reflect new appendices | Case Duckworth | 2015-04-14 |
| | |||
* | Fix backlinks compilation and index randomizelink | Case Duckworth | 2015-04-14 |
| | |||
* | Change file hierarchy and rewrite makefile | Case Duckworth | 2015-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 | ||
* | Some revision & TOC inclusion | Case Duckworth | 2015-04-04 |
| | |||
* | Add Islands for backlinkless files | Case Duckworth | 2015-04-02 |
| | |||
* | Change verse lines '$' -> '^| ' | Case Duckworth | 2015-03-27 |
| | |||
* | Add HAPAX LEGOMENA support & flatten structure | Case Duckworth | 2015-03-26 |
| | | | | | | | | | | The list of hapax legomena for this project is available at /hapax.html. In addition, the directory structure has been further flattened. All assets (javascript, lua, images, fonts) are in /trunk/. One other thing was to update the makefile. It compiles hapax.txt from rivers. | ||
* | Add new "About Autocento" project | Case Duckworth | 2015-03-25 |
| | | | | | | | | - Affects "About this project," "Index of common titles," "Index of first lines." - Add links to cycle through these three - Change "README." to "about." - Include a compile | ||
* | Fix cover page css link | Case Duckworth | 2015-03-24 |
| | |||
* | Change template and CSS for flatter structure | Case Duckworth | 2015-03-24 |
| | | | | | - Change CSS to one file - Change template to reflect CSS flattening | ||
* | Compile 3/19 | Case Duckworth | 2015-03-19 |
| | |||
* | Add about the author link to cover | Case Duckworth | 2015-03-19 |
| | |||
* | Change index.html to be a cover. | Case Duckworth | 2015-03-19 |
| | |||
* | Fix broken links in index | Case Duckworth | 2015-03-18 |
| | |||
* | Update index with new material | Case Duckworth | 2015-03-18 |
| | |||
* | Add README.txt in src/ | Case Duckworth | 2015-03-18 |
| | | | | | Added a README as an explanation: as to the motivations behind the site, technological considerations, and usage notes. | ||
* | Mostly fix #11: Dedication/epigraph alignment | Case Duckworth | 2015-03-14 |
| | | | | | | | | | | | | So the issue is solved in terms of how it looks, though it adds a gross extra div into every page and uses :only-child, which I don't think is super-supported. But it's the best I can do that I know of until we get to better flexbox support. Or you know, maybe later I can try doing some templating fixes-- injecting classes so that normally, .dedication is right-aligned but when an epigraph is present, change the class to .dedication-left or something. IDK. Either way is sort of ugly. :( | ||
* | Fix bug in previous/next navlinks | Case Duckworth | 2015-03-12 |
| | |||
* | Fix #9 - ekphrastisize some poems | Case Duckworth | 2015-03-12 |
| | | | | | | | | | | | | | | | | | | For ekphrastic articles, add `ekphrastic` node to YAML metadata. This node includes subnodes `image`, `title`, `alt`, `link`, and `class`. `image` provides a link to the local image--just include the file name with the extension, not the folder (all images should be in /img/.) `title` provides the title of the image, and the alt-text, if there is no `alt` node. `alt`, if it exists, provides the alt text for the image. `link`, if present, wraps the image in an `<a>` tag--it should point to the source web page of the ekphrastic image. `class`, if present, sets the class(es) for the image, for styling. In this commit, I've set `ekphrastic` on the four articles that have them so far: 'The Death Zone,' 'AMBER alert,' 'The moon is gone,' and 'Man.' I've also updated .template.html with the changes, and updated README.md to reflect the changes in YAML structure. | ||
* | Add a favicon and compile all files down | Case Duckworth | 2015-03-12 |
| | |||
* | Fix #8 - dedication bug - & change epigraph org | Case Duckworth | 2015-03-12 |
| | | | | | - Move the $endif$ for $if(epigraph.content)$ to before .dedication - Change `epigraph + epigraph-attrib` to `epigraph > attrib` | ||
* | Move dedication to before epigraph | Case Duckworth | 2015-03-10 |
| | |||
* | Compile 2015-03-10 | Case Duckworth | 2015-03-10 |
| | |||
* | HTML compile 2015-03-09 | Case Duckworth | 2015-03-09 |
| | |||
* | Fix styles for nav placement | Case Duckworth | 2015-03-03 |
| | |||
* | Revise index | Case Duckworth | 2015-03-03 |
| | |||
* | Versify index; add TODO to pages | Case Duckworth | 2015-03-03 |
| | |||
* | Make index an index of all files | Case Duckworth | 2015-03-03 |
| | |||
* | Add hyphens to prose things with Hyphenator.js | Case Duckworth | 2015-03-03 |
| | |||
* | Change language in all files to English | Case Duckworth | 2015-03-03 |
| | |||
* | Add genre, project js to template; add Georgia to css | Case Duckworth | 2015-03-03 |
| | |||
* | Attempt 2 to get css to work with GH pages | Case Duckworth | 2015-03-03 |
| | |||
* | Change <link>s to work with GH pages | Case Duckworth | 2015-03-03 |
| | |||
* | Add random page (lozenge) functionality) | Case Duckworth | 2015-03-02 |
| | |||
* | First CSS styles: _common, verse, prose | Case Duckworth | 2015-03-02 |
| | |||
* | Move dedication before epigraph | Case Duckworth | 2015-03-02 |
| | |||
* | Change width of webpages; streamline template | Case Duckworth | 2015-03-02 |
| | |||
* | Add thing class to pieces in template; recompile | Case Duckworth | 2015-03-02 |
| | |||
* | First complete compile | Case Duckworth | 2015-03-02 |
| | |||
* | Fix bad commit / other issues | Case Duckworth | 2015-02-09 |
| | |||
* | Update index to link to Github, README YAML spec | Case Duckworth | 2015-01-29 |
| | |||
* | Add links to Elegies; write TODO.txt | Case Duckworth | 2015-01-29 |
| | |||
* | Create README.html and link from index | Case Duckworth | 2015-01-28 |
| | |||
* | Add bare index | Case Duckworth | 2015-01-27 |