Go to file
Xaloc cff299c8a9 migrate tab title to title csv 2022-09-23 17:50:13 +02:00
LICENSE first commit 2022-09-23 15:58:23 +02:00
README.md first commit 2022-09-23 15:58:23 +02:00
gencode.py migrate tab title to title csv 2022-09-23 17:50:13 +02:00
index.html migrate tab title to title csv 2022-09-23 17:50:13 +02:00
links.csv first commit 2022-09-23 15:58:23 +02:00
script.js add a line return 2022-09-23 16:03:30 +02:00
styles.css first commit 2022-09-23 15:58:23 +02:00
title.csv migrate tab title to title csv 2022-09-23 17:50:13 +02:00

README.md

GNLT is NOT LinkTree

This is a very crude way of generating a static website to list multiple links to other websites. Edit the csv files to put the links (DO NOT CHANGE THE FIRST LINE) or the description. To add a logo/image in the link button put the name of the image in the logo column and make sure the image is in the same folder as index.html.

To generate the code just run python gencode.py after modifying the csv files.

Customisation

The looks of the page can be modified by changing the styles.css files. If you make changes to either script.js or index.html they will be rewritten the next time the python script is run.