19 lines
507 B
Org Mode
19 lines
507 B
Org Mode
# -*- mode: org; coding: utf-8; -*-
|
||
* a proposition
|
||
|
||
* structure
|
||
|
||
- ~deck.rb~ - design logic
|
||
- ~cards.csv~ - list of cards and their properties
|
||
- ~layout-space-*.yml~ - layout description
|
||
- ~cards-verbs.txt~ - text for ’verb’ cards
|
||
- ~cards-occasions.txt~ - text for ’O’ cards
|
||
- ~cards-qualifiers.txt~ - text for ’Q’ cards
|
||
- ~img/~ - folder for images (etc)
|
||
|
||
* build
|
||
|
||
- in this directory
|
||
- edit ~deck.rb~ (if needed)
|
||
- run ~rake~
|
||
- the cards should be in the ~_output~ directory
|