Skip to content

0.4.0

Compare
Choose a tag to compare
@josegonzalez josegonzalez released this 06 Dec 11:35
· 566 commits to master since this release

Deprecations:

  • scaffold.brand is deprecated in favor of setting scaffold.site_title
  • scaffold.disable_sidebar is deprecated in favor of setting scaffold.sidebar_navigation to false

Changes:

  • 38b9172: Updated documentation site
  • #151: Support for customizing the site title with an image and link, and deprecate scaffold.brand
  • #152 #154: Utility navigation (top-right) customization support via scaffold.utility_navigation
  • #153: Sidebar navigation customization support via scaffold.sidebar_navigation
  • #155: Add the ability to completely customize index pages via scaffold.index_type
  • #156: Deprecate the scaffold.disable_sidebar config option