Skip to content

Releases: oliverfields/pagegen_site

Pagegen v3.3.3 half evil

06 Jan 14:26

Choose a tag to compare

v3.2.0 - 2021-12-30

Added

  • Added page header Exclude html minify, set to True to disable html minifying of the page
  • New command argument -s|--serve , builds and serves the envionment on localhost, rebuilds if content is changed. Will force base_url to localhos:8000 when serving

Changed

  • Moved deploy_scripts functionality to new deploy hook
  • Command line arguments changed. Environment must now be specified with -g or -s. --help argument added

Fixed

  • Executable content files where returning bytes instead of strings, this is python3 behaviour and has been fixed
  • Page header preserve file name now is enforced, before the file name could have the default extension added, if specified in site.conf'
  • Multiple variable in a line containing : where matching too much