Rebuild in modular fashion

This commit is contained in:
mez 2024-02-18 22:38:53 +00:00
parent cfd5b0ca34
commit 3b5cb360d5
28 changed files with 1238 additions and 694 deletions

View file

@ -1,12 +1,10 @@
#+TITLE: Trackers
* Roadmap
** Books
- something goodreads or storygraph-esque; goodreads relies heavily on cover art, storygraph on genre and other user-submitted data so neither is brilliant for this tbh
- not started
** Films
- letterboxd, but … a text-only version?
- not started
** Games
- backloggery beta version: see [[https://backloggery.club/demo][here]]
- basic script is created
* 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)