Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | Change 'Something's to use subtitles; add links | 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 |
| | |||
* | Remove > from .nextlink in template | 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 |
| | |||
* | 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 support for MathML | 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 |