mirror of
https://github.com/MunGell/awesome-for-beginners.git
synced 2026-01-24 04:19:06 -08:00
Moved README template to different filename to avoid being used as the repo README
This commit is contained in:
2
.github/scripts/render-readme.py
vendored
2
.github/scripts/render-readme.py
vendored
@@ -3,7 +3,7 @@ import json
|
||||
|
||||
DATAFILE = "./data.json"
|
||||
TEMPLATEPATH = "./.github/"
|
||||
TEMPLATEFILE = "README.j2"
|
||||
TEMPLATEFILE = "README-template.j2"
|
||||
TARGETFILE = "./README.md"
|
||||
|
||||
technologies = {}
|
||||
|
||||
Reference in New Issue
Block a user