Create a website from a json.
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

Rezelator

Create a sample website from a json. Read the config.json file to configure the website.

How to add my website ?

  1. Fork this repository.

  2. Add this json in the config.json file.

    {
        "url": "https://TODO.fr",
        "image": "./static/TODO.png",
        "name": "TODO",
        "description": "TODO"
    }
    
  3. Add the image in the static folder.

  4. Commit and push.

  5. Create an MR on the master branch.