Using config.json

This commit is contained in:
LucasVbr
2022-06-05 12:08:02 +02:00
parent 9b46b290e1
commit 9c959af699
12 changed files with 188 additions and 91 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"info": {
"name": "Lucàs",
"city": "Rodez"
},
"template_file": "index.md.jinja",
"output_file": "README.md",
"data_files": [
"data/tools.json",
"data/links.json",
"data/footer_badges.json"
]
}