26 lines
705 B
Org Mode
26 lines
705 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~ or ~deck-neural.rb~ (if needed)
|
||
- run ~rake~ or build a deck using remote image sources with ~./deck-neural.rb -b~
|
||
- the cards should be in the ~_output~ directory
|
||
|
||
|
||
* testing
|
||
|
||
#+BEGIN_SRC text
|
||
./deck-neural.rb -b 160.79s user 10.48s system 35% cpu 8:00.43 total
|
||
#+END_SRC
|