Skip to content

Releases: norberteder/gullap

1.2.0

16 Oct 19:43
Compare
Choose a tag to compare

This version includes the following featuers:

  • Markdown and HTML files (html, htm) can be mixed. HTML files won't be parsed, just copied.
  • Added support of blog posts
  • Updated command line argument handling
  • Generate single files using the parameter -f
  • Added parameter -v for handling console output

1.1.0

23 Sep 17:46
Compare
Choose a tag to compare

This release includes some breaking changes to improve the overall handling.

  • Support of YAML Front Matter - the old "headers" are not valid any more
  • Added site configuration
  • Information of all pages is available in templates now (introduced site and current page variables)
  • MenuBuilder has been removed as this isn't necessary any more

Please see the documentation for furhter information.

1.0.1

18 Jul 15:46
Compare
Choose a tag to compare

In this version some metatags where introduced:

  • Date: The creation/update date of the post
  • Keywords: Keywords that can be used in your templates to render
  • Directory: Define the output directory of your page