# Define the location of the templates to use. Style sheets and scripts are # specified relative to the template directory and will be copied into # subdirectories of the output directory. HTML.templatedir = . HTML.stylesheets = main.css \ main-dark.css HTML.scripts = main.js extraimages.HTML = images/logo.png \ images/favicon.ico \ # Include the style sheets and scripts used. HTML.headerstyles = \ " \n" \ " \n" \ " \n" \ " \n" \ " \n" \ " \n" \ " \n" \ " \n" \ " \n" \ " \n" \ " \n" \ " \n" \ " \n" \ " \n" \ " \n" \ " \n" \ " \n" \ " \n" \ " \n" \ " \n" \ " \n" \ " \n" \ HTML.headerscripts = HTML.endheader = \ "\n" \ "\n"