New features

  • Added styles for sidebar blocks (also see the example for sidebar blocks in the AsciiDoc Showroom)

  • Added the navigation-left setting to _config.yml and default.html. This setting allows you to show the navigation on the left side and the main content on the right side (by default, the navigation is shown on the right side).

Updates, fixes and improvements

  • Standardized whitespace in SCSS files to use tabs for indentation.

  • Added setting timezone to _configData.yml. This prevents your posts from being accidentally assigned to a future date (and thus not being published). This can happen if your build server is in a different timezone than you expect.