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.
 
 
 
 
 
n4n5 8a900d1909 Update 'config.json' 2 weeks ago
builder fix: push 2 weeks ago
static Upload files to 'static' 2 weeks ago
.gitignore feat: mattermost fixed 1 year ago
LICENCE feat: licence 1 year ago
Makefile chore: refactor makefile 10 months ago
README.md feat: document how to contribute 1 year ago
config.json Update 'config.json' 2 weeks ago
deploy.sh fix: pull in the () 1 year ago
requirements.txt feat: base builder 1 year ago

README.md

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.