Make it possible to include single cards in mass collects
This commit is contained in:
parent
f9961bf6d4
commit
bb33cc084d
6 changed files with 56 additions and 17 deletions
|
@ -32,7 +32,7 @@ Python scripts to generate a mobile-friendly static site for tracking tcg cards
|
|||
- =maxmastered=: maximum number of most recently mastered decks to show on the index page
|
||||
- =ownedpage=: =True= if you want a page displaying your entire collection, =False= otherwise
|
||||
- =firstmasteries=: a list of decks you mastered first
|
||||
- =masscollect=: list (python dict) of series/themes being mass collected and which decks to include in each one
|
||||
- =masscollect=: list (python dict) of series/themes being mass collected, each containing a dict which contains at least one of ="decks"= specifying a list of decks, or ="singles"= specifying a list of individual cards
|
||||
- Run the following:
|
||||
#+BEGIN_SRC bash
|
||||
python3 setup.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue