Track mass decks and use them to build the collecting page
This commit is contained in:
parent
5a4de3d8cd
commit
6e3f617aba
7 changed files with 80 additions and 6 deletions
|
@ -20,7 +20,6 @@ Python scripts to generate a mobile-friendly static site for tracking tcg cards
|
|||
- =serverpath=: path to the site root on the server (with leading slash, without trailing slash)
|
||||
- =name=: the name you use in the game
|
||||
- =highpriority=: a list of high priority decks you’re collecting
|
||||
- =mediumpriority=: a list of other decks you’re collecting
|
||||
- =tradepost=: URL of your trade post on Dreamwidth
|
||||
- =faves=: a list of cards to showcase on the index page
|
||||
- =headerbackground=: an HTML colour to display behind your header image and set as a theme colour
|
||||
|
@ -31,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
|
||||
- =masscollect=: list (python dict) of series/themes being mass collected and which decks to include in each one
|
||||
- Run the following:
|
||||
#+BEGIN_SRC bash
|
||||
python3 setup.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue