cssitegen/Testing/cssitegen.json
Robert Morrison af1e340816
feat: Add SiteName replacer
Now the string `%SITENAME%` can be replaced with a value stored in the
`cssitegen.json` file of a project.
2024-06-03 03:22:41 +01:00

7 lines
99 B
JSON

{
"Source" : "./src",
"Destination" : "./dst",
"BaseUrl" : null,
"SiteName" : "Example Town"
}