1
0
forked from HPR/hpr_generator

Add baseurl feature

Allow an optional base url to be included in generation of html files.
This commit is contained in:
2022-07-31 19:25:56 -04:00
parent cf554571c8
commit 536f7cce03
3 changed files with 16 additions and 7 deletions

View File

@@ -7,9 +7,12 @@ user:
password:
# Configure the root template page which pulls in the navigation and
# content templates used by each page.
# content templates used by each page. An optional baseurl property may
# be defined. This is useful when opening files directly from local
# filesystem to allow relative paths to work.
[root_template]
content: page.tpl.html
#baseurl: OPTIONAL [i.e. file://<full path to local website directory>]
# Configure the navigation menu and the content templates for each page
# of the site: