The content of the Team section is managed through a local Excel spreadsheet. This method allows content updates without touching the source code.
-
Edit the Excel file locally:
File location: updateINFO/data/file_team.xlsx
-
Run the Python script to generate a JSON file:
cd updateINFO
python3 generate_team_json.pyThis will create a new file:
public/data/team.json
- Upload the JSON to the web server via SSH:
sftp put public/data/team.json username@websitedomain.ub:/public/data/