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