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