forked from HPR/hpr_generator
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:
5
site.cfg
5
site.cfg
@@ -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
|
||||
|
Reference in New Issue
Block a user