Skip to content

Releases: osteele/gojekyll

v0.2.10

21 Apr 11:22
Compare
Choose a tag to compare

What's Changed

  • Remove leading and trailing hyphens from slugs to match jekyll behavior by @sirwart in #56
  • Enable support for footnotes in markdown files to match jekyll behavior by @sirwart in #58

New Contributors

Full Changelog: v0.2.9...v0.2.10

v0.2.9

17 Nov 18:09
Compare
Choose a tag to compare

What's Changed

  • Serve extensionless URL /some-url from file /some-url.html by @chimbori in #54
  • Fix test, original author forgot to call function being tested: mustMarkdownString by @chimbori in #55
  • Bump deps

New Contributors

Full Changelog: v0.2.8...v0.2.9

v0.2.8

26 Aug 19:21
2fdf4ae
Compare
Choose a tag to compare

This release adds an official docker image for gojekyll, danog/gojekyll.

v0.2.7

26 Aug 16:13
1e4d794
Compare
Choose a tag to compare

This release switches to the native DART sass binary: this speeds up builds and adds support for many more platforms.

You have to install the dart sass binary from sass/dart-sass to make use of the improvements.

v0.2.6

23 Aug 19:20
1f4c1f5
Compare
Choose a tag to compare

What's Changed

  • Update Hugo matrix in README by @bep in #38
  • add support for go mod and blackfriday v2 by @mevdschee in #39
  • Add native chroma highlighting (~30x performance increase) by @danog in #42
  • Adapt to go 1.20 by @danog in #45
  • Update deps by @danog in #49

New Contributors

Full Changelog: v0.2.5...v0.2.6

v0.2.5

18 Aug 15:18
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release

New

  • implemented markdown=1
  • implemented jekyll.environment, jekyll.version
  • implemented post.title
  • plugins subcommand lists emulated plugins

Improved

  • page.excerpt extracts formatted text
  • More github metadata fields
  • iterating over page and collection drops produces keys instead of [key, value] pairs
  • uses Liquid v1.2.3

v0.2.4

10 Aug 16:11
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release

Compatibility

  • Render collections before posts
  • Render excerpts
  • Include non-collection pages in build
  • Implement page.previous, page.next

Bug Fixes

  • Destination directories can contain a dot

Other

  • Minify the SEO tag

v0.2.3

08 Aug 23:50
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

Bug Fixes

  • Reload all pages when an _include file changes
  • Built w/ Liquid v1.2.1. This fixes a couple of Liquid bugs; see the Liquid release notes

v0.2.2

03 Aug 14:20
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Plugins

  • github-metadata plugin observes the JEKYLL_GITHUB_TOKEN environment variable
  • feed, sitemap plugins minimize HTML

Bug Fixes

  • --watch is more accurate
  • Building a large site could run out of file descriptors
  • Fixed a race condition

Internal Changes

  • Replace cssmin -> minify package for CSS minimization
  • Built with liquid engine v1.2.1

v0.2.1

26 Jul 23:23
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
  • Improved dependency tracking
  • Improved error reporting
  • De-clutter livereloader output
  • github-metadata plugin uses environment variables