Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | Remove > from .nextlink in template | Case Duckworth | 2015-03-10 |
| | |||
* | Fix alignment bugs with template, .prose, .verse | Case Duckworth | 2015-03-10 |
| | |||
* | Re write .thing into #container > .content | 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 |
| | |||
* | Change compile method to utilize hidden files | Case Duckworth | 2015-03-03 |