Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duckwork/autocento
Website for Autocento experiment (thesis)
https://github.com/duckwork/autocento
Last synced: about 1 month ago
JSON representation
Website for Autocento experiment (thesis)
- Host: GitHub
- URL: https://github.com/duckwork/autocento
- Owner: duckwork
- Created: 2015-01-23T20:15:32.000Z (almost 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-01-23T17:07:20.000Z (almost 7 years ago)
- Last Synced: 2023-02-26T07:41:45.851Z (almost 2 years ago)
- Language: HTML
- Homepage: http://duckwork.github.io/autocento
- Size: 21.6 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Autocento of the breakfast table: a README
==========================================Part I: in which our hero explains the goal
-------------------------------------------The goal in this book, *Autocento of the breakfast table*, is to explore the workings of revision and recursion through words, both in the head and on paper.
It's a hypertextual imagining of how things could have been, in all of their possibilities.Part II: How to use this repo
-----------------------------This project uses John McFarlane's wonderful program [pandoc][], and its markdown flavor, to encode the poems and stories and things contained within.
To see the source text files, navigate to the [src/](autocento.me/src/) folder.At the top of each file, there is a YAML metadata block that looks something like this:
````yaml
---
title: Title of article
id: file-name-without-extension
subtitle: Subtitle # optional
genre: verse # verse or proseepigraph: # optional
content: 'Content of epigraph' # req'd if epigraph exists
link: 'http://link-to-epigraph-source/' # optional
attrib: 'Epigraph attribution' # optionaldedication: my mother # optional
ekphrastic: # optional image ekphrastic
image: 'link-to-image.ext'
title: 'Text for title text of image'
link: 'http://link-to-host-of-original/'
class: css class(es) for the imageproject:
title: Original project name
order: 1 # page number, optional
prev: # optional
- title: Title of previous thing in original project
link: link to that thing
- title: Title of other previous thing
link: link to that thing
next: #optional
- title: Title of next thing in original project
link: link to that thing
- title: Title of other next thing
link: link to that thing
...
````To compile all the markdown into glorious, glorious HTML (visible at ), run `make all` in the src directory of this repository.
(Windows users: get a UNIX shell.
I'm over it.)[pandoc]: http://johnmacfarlane.net/pandoc/