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.
 
 
 
 
 
QuentinN42 a53c87dee5 Merge branch 'master' into master 10 months ago
builder feat: more padding 10 months ago
static Merge branch 'master' into master 11 months ago
.gitignore feat: mattermost fixed 12 months 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 Merge branch 'master' into master 10 months 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.