mirror of https://github.com/nymea/nymea.git
21 lines
491 B
Plaintext
21 lines
491 B
Plaintext
# 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 = style.css
|
|
|
|
HTML.scripts =
|
|
|
|
# Include the style sheets and scripts used.
|
|
|
|
HTML.headerstyles = \
|
|
" <link rel=\"stylesheet\" type=\"text/css\" href=\"style/style.css\" />\n"
|
|
|
|
HTML.headerscripts =
|
|
|
|
HTML.endheader = \
|
|
"</head>\n" \
|
|
"<body>\n"
|