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.
|
10 months ago | |
---|---|---|
builder | 10 months ago | |
static | 11 months ago | |
.gitignore | 12 months ago | |
LICENCE | 1 year ago | |
Makefile | 10 months ago | |
README.md | 1 year ago | |
config.json | 10 months ago | |
deploy.sh | 1 year ago | |
requirements.txt | 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 ?
-
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.