forked from Rezel/rezelator
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
463 B
463 B
Rezelator
Create a sample website from a json.
Read the config.json
file to configure the website.
How to add my website ?
-
Fork this repository.
-
Add this json in the
config.json
file.{ "url": "https://TODO.fr", "image": "./static/TODO.png", "name": "TODO", "description": "TODO" }
-
Add the image in the
static
folder. -
Commit and push.
-
Create an MR on the
master
branch.