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 293ad07697 Merge pull request 'adding tsm website' (#17) from codex/rezelator:master into master 1 month ago
builder feat: more padding 8 months ago
static adding tsm website 1 month ago
.gitignore feat: mattermost fixed 9 months ago
LICENCE feat: licence 10 months ago
Makefile chore: refactor makefile 8 months ago
README.md feat: document how to contribute 10 months ago
config.json adding tsm website 1 month ago
deploy.sh fix: pull in the () 10 months ago
requirements.txt feat: base builder 11 months 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.