Add template and HTML folder configuration options

Allow user to set the path for the website templates and
output folders in the site.cfg file.
This commit is contained in:
2023-03-09 20:25:25 -05:00
parent 14bafbc3ab
commit f65e892182
2 changed files with 9 additions and 4 deletions

View File

@@ -13,6 +13,11 @@
#user: hpr-generator (Suggested user with read-only privileges)
#password: ********* (Password for user)
# Configure the location of the templates and the generated HTML
[app_paths]
templates_path: ./templates
output_path: ./public_html
# Configure the root template page which pulls in the navigation and
# content templates used by each page. An optional baseurl property may
# be defined. This is useful when opening files directly from local