forked from rho_n/hpr_generator
Roan Horning
5cb694de14
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>
24 lines
527 B
INI
24 lines
527 B
INI
# 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
|
|
|
|
|