| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
- Change CSS to one file
- Change template to reflect CSS flattening
|
|
|
|
|
|
|
|
|
|
|
|
| |
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. :(
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
- Move the $endif$ for $if(epigraph.content)$ to before .dedication
- Change `epigraph + epigraph-attrib` to `epigraph > attrib`
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|