You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.2 KiB
1.2 KiB
Trackers
Dependencies
python3
orgparse
(install via pip)rclone
(for syncing to the server)
Tracking games with a backloggery clone
Setup
Setting the variables
Rename variables-template.py
to variables.py
and edit:
endlessgames
: a list of “endless” games in the formattitle (console)
orgpath
: absolute path to the root directory in which.org
files are stored, including trailing slashlocalpath
: absolute path to this directory, including trailing slashserverpath
: path to directory on the server where files will be uploaded (followingrclone
syntax, this will start with the name of the server, followed by a colon)description
: content for the “about” section (can include HTML tags)hue
: theme colour expressed as a hue from 0 to 360consoles
: 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)
The rest
- Run
python3 init.py
and thenchmod +x build.sh
. - Create the directory on the server.
Generating the files
- Run
python3 generate.py local
to build in the localbuild
directory. - Run
./build.sh
to build and upload to the server.