forked from HPR/hpr_generator
Initial add of site-generator app and config file
A Perl program which uses Template Toolkit to generate static html files for Hacker Public Radio. Signed-off-by: Roan Horning <roan.horning@gmail.com>
This commit is contained in:
23
site.cfg
Normal file
23
site.cfg
Normal file
@@ -0,0 +1,23 @@
|
||||
# Configure the navigation menu and the content templates for each page
|
||||
# of the site:
|
||||
# [page_name]
|
||||
# navigation: <name of navigation template>
|
||||
# content: <name of page content template>
|
||||
|
||||
[index]
|
||||
naviation: navigation-main.tpl.html
|
||||
content: content-index.tpl.html
|
||||
|
||||
[about]
|
||||
navigation: navigation-about.tpl.html
|
||||
content: content-about.tpl.html
|
||||
|
||||
[correspondents]
|
||||
navigation: navigation-about.tpl.html
|
||||
content: content-correspondents.tpl.html
|
||||
|
||||
[contact]
|
||||
navigation: navigation-about.tpl.html
|
||||
content: content-contact.tpl.html
|
||||
|
||||
|
Reference in New Issue
Block a user