Skip to content

Releases: vorce/gonz

4.0.0

16 Jan 11:48
aa23ed1
Compare
Choose a tag to compare
  • Require elixir 1.13
  • Upgrade dependencies (biggest ones: plug, cowboy)

3.1.1

07 Feb 20:46
Compare
Choose a tag to compare

Bugfix: Add meta description to index files (#41) - The description is based on the first post
for the index.

3.1.0

31 Jan 18:41
42d5504
Compare
Choose a tag to compare
  • Add posts-per-page option for gonz.build (#40)

This allows users to decide on how many posts
should be visible on the index page before
starting the pagination.

Default is set to 10.

3.0.0

19 Jul 11:31
Compare
Choose a tag to compare

Breaking changes ahead:

  • Require elixir 1.9
  • Remove support for nav_item boolean in front matter. This has been replaced with a categories list. To mark a page/post as a nav_item: categories: [:nav_item]
  • Rename document category (used to indicate index, page, post, etc) to type

Upgrade a theme from 2.x to 3.x: https://github.com/vorce/gonz#upgrading-themes-from-2x-to-3x

You can see an example of upgrading a gonz site+theme here: vorce/forvillelser#22

2.2.0

02 Jun 16:31
Compare
Choose a tag to compare
  • Add front matter as assign, so it is available to the layout template. This enables themes to for example add meta description tags. See the default theme's layout.eex for reference. (#19)

2.1.0

21 Sep 16:42
Compare
Choose a tag to compare
  • Add new task mix gonz.serve to serve the built site locally - should be used to browse your site while doing development
  • Copy site specific assets from ./assets into build dir

2.0.0

17 Sep 20:11
Compare
Choose a tag to compare

Breaking changes to the build output.

  • Filename for post html will only contain date prefix, instead of datetime
  • Pages are now output into the root build directory instead of under a "pages" subdir.

1.3.0

11 Sep 17:58
Compare
Choose a tag to compare
  • Use microformats.org to mark up default theme
  • Add task for creating a new post: gonz.post <title>
  • Truncate date-time prefix (to seconds) for markdown post file names
  • Extract and document the available data for templates (#8)

1.2.0

20 Aug 19:33
de5b242
Compare
Choose a tag to compare

Add .html suffix to filenames.

1.1.0

20 Aug 18:39
Compare
Choose a tag to compare

Add output dir as optional argument to mix gonz.build task.

Ex: mix gonz.build mytheme build