Make owned cards page optional

This commit is contained in:
mez 2024-12-08 11:38:19 +00:00
parent c5984b53d2
commit 12d3357dbd
4 changed files with 16 additions and 10 deletions

View file

@ -30,6 +30,7 @@ Python scripts to generate a mobile-friendly static site for tracking tcg cards
- =keepsig=: =True= if you always want to keep one copy of your signature, =False= if you want to make them all available for trading
- =tradestatement=: statement to place on your trading page
- =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
- =masscollect=: list (python dict) of series/themes being mass collected and which decks to include in each one
- Run the following:
#+BEGIN_SRC bash