Skip to content

Releases: fladd/StuffPages

StuffPages 0.7.4

14 Jul 20:22
Compare
Choose a tag to compare
  • new value in config.py: ignore_dirs
  • lifted restrictions on where output_dir can be in relation to input directory
  • ask for confirmation when output_dir contains input directory

StuffPages 0.7.3

14 Nov 21:28
Compare
Choose a tag to compare
  • StuffPages can now be installed via pipx

StuffPages 0.7.2

06 Jul 23:49
Compare
Choose a tag to compare
  • Fix for not copying config.py when installing
  • Dark theme added
  • Documentation fixes

StuffPages 0.7.1

17 Oct 20:11
Compare
Choose a tag to compare
  • Fix for favicon in config
  • Fix for relative links
  • Fixes for Windows paths

StuffPages 0.7.0

05 Sep 22:20
Compare
Choose a tag to compare
  • new template system (string.Template) using $variable notation instead of {{variable}}
  • output_dir is now relative to _stuffpages directory
  • internal links fixes
  • html output fixes
  • default theme CSS improvements and fixes
  • 4 new themes: selenized-light, selenized-dark, selenized-white, selenized-black
  • switched to different code highlighting plugin (pymdownx.highlight)
  • updated config default settings

StuffPages 0.6.2

31 Mar 23:23
Compare
Choose a tag to compare
  • Small fixes
  • CSS improvements (figure, figcaption, table, iframe)
  • Examples update

StuffPages 0.6.1

25 Mar 22:32
Compare
Choose a tag to compare

StuffPages 0.6.0

04 Jan 14:44
Compare
Choose a tag to compare
  • Python 3 compatibility
  • Properly installable with pip
  • New stuffpages command
  • New breadcrumb listing
  • New syntax for pages listing (reverse sort, sort by any defaults/meta data)
  • Build only pages that have actually changed
  • New _resource directory for linked files and resources (default is global)
  • Copy files with absolute links into unique directories in _resources
  • Pages are not self-contained by default
  • New selfcontained setting (to have local _resources directory for each page)
  • No index setting needed anymore (index.md as filename suffices)
  • New html_head, html_nav, html_header, html_footer sections in config.py
  • New nonav setting
  • Hacks to fix HTML errors from the markdown package, footnote position and permalink symbol position

StuffPages 0.5.2

21 Aug 21:54
Compare
Choose a tag to compare
  • Added option to sort pages list by descriptions instead of titles
  • New "Simple blog" example

StuffPages 0.5.1

11 Aug 23:04
Compare
Choose a tag to compare
  • fixed a bug with page names in page listings
  • files that include page listings are now always rebuilt during update