The Theme

  • We will create the presentation by using deplate’s htmlsite output formatter.
  • In order to apply the proper styles and to include the JavaScript magic, we use the theme presentation.html
  • A theme in deplate is a collection of
    • an ini file (THEME/theme.ini)
    • css files (THEME/css/...)
    • templates (THEME/templates/...)
    • a library (THEME/lib/...)
    • a prelude (THEME/prelude.txt)
    • additional resources (THEME/resources/*)
  • Edit Makefile.config and change the value of WEBSITE_DFLAGS:
    WEBSITE_DFLAGS=${HTML_PLUS} -d ${WEBSITE_DIR} -f htmlsite
    --theme=presentation.html