Tracking things using static site generators
Find a file
2024-02-18 22:38:53 +00:00
build Rebuild in modular fashion 2024-02-18 22:38:53 +00:00
.gitignore Rebuild in modular fashion 2024-02-18 22:38:53 +00:00
backlog.py Rebuild in modular fashion 2024-02-18 22:38:53 +00:00
cardstring.py Rebuild in modular fashion 2024-02-18 22:38:53 +00:00
COPYING Working script for game tracking 2024-01-27 12:46:39 +00:00
gamesort.py Rebuild in modular fashion 2024-02-18 22:38:53 +00:00
generate.py Rebuild in modular fashion 2024-02-18 22:38:53 +00:00
history.py Rebuild in modular fashion 2024-02-18 22:38:53 +00:00
library.py Rebuild in modular fashion 2024-02-18 22:38:53 +00:00
README.org Rebuild in modular fashion 2024-02-18 22:38:53 +00:00
skeleton.py Rebuild in modular fashion 2024-02-18 22:38:53 +00:00
sublibrary.py Rebuild in modular fashion 2024-02-18 22:38:53 +00:00
variables-template.py Rebuild in modular fashion 2024-02-18 22:38:53 +00:00

Trackers

Tracking games with a backloggery clone

Rename variables-template.py to variables.py and edit:

  • endlessgames: a list of “endless” games in the format title (console)
  • orgpath: absolute path to the root directory in which .org files are stored, including trailing slash
  • localpath: absolute path to this directory, including trailing slash
  • serverpath: path to directory on the server where files will be uploaded, including trailing slash
  • description: content for the “about” section (can include HTML tags)
  • consoles: add or remove consoles following the format provided (.png images must be added to the build directory with a filename corresponding with the value of "img" for each console)