Clarify certain 'quirks' about script-generated files

This commit is contained in:
Lovetocode999 2021-03-01 06:55:50 -07:00
parent bf0a43941e
commit f3dd296290
1 changed files with 2 additions and 0 deletions

View File

@ -18,3 +18,5 @@ This script also creates three files in the specified HTML directory:
* style.css: This file controls the styling of the generated website.
* footer.html: Specifies a site-wide footer
* header.html: Specifies a site-wide header
After the first run these files will not be touched by the script again (unless they are deleted), thereby allowing the user to do whatever they like with them. Note that HTML has no way of `source`ing files, so the header and footer are inserted into the HTML when the script is run, meaning user-created files will not be affected and the changes to the header and footer will not show until the script is run again.