Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

Releases: mythmon/wok

v1.1.1 - In which Travis rocks and OSULUG's website gets fixed.

30 Apr 03:31
Compare
Choose a tag to compare
  • Switch to awesome-slugify.
  • Fix the tests.
  • Improve the CI infrastructure.
  • Add important sites to CI infrastructure.

v1.1.0 - In which we all get on the same page.

30 Apr 03:32
Compare
Choose a tag to compare
  • Added site config as a parameter to all hooks. [Jonathan Goodson]
  • More robust slugification. [Joe Turner]
  • Don't remove dotfiles from output directories. [Joe Turner]
  • Better relative URL support in the form of url_subdir config. [stachern]
  • Experimental support to add extra configuration to Markdown. [stachern]
  • Universal newline support. [Catherine Devlin]
  • Fixed pagination on global site attributes. [abbgrade]

v1.0.0b - In which "The 'b' stands for 'bastard'."

30 Apr 03:34
Compare
Choose a tag to compare

This release was never well supported, and yet was in the wild for a long time.

  • The built in development server now auto reloads when files changes.
    [robatron].
  • A new contributed hook, wok.contrib.hooks.compile_sass, that does exactly
    what it says on the tin [robatron].
  • Add support for Jinja2 extensions.
  • Better unicode support.
  • Really use None for missing date/time values. [remram44]
  • Fix HeadingAnchors to write saner HTML [Hein-Pieter van Bramm]
  • Experimental support for relative links.
  • Improvements to pip-installability.
  • The hook site.output.post is now only run once, not once per file.

v0.9 - In which things get interesting.

30 Apr 03:34
Compare
Choose a tag to compare
Pre-release
  • Site hooks, for arbitrary inserting python code into the rendering process.
  • Add a documentation wok site.
  • New template variable, site.slugs, to access pages in a url-agnostic way.
  • Date, datetime, and time url variables.