Skip to content

Releases: osteele/gojekyll

v0.2.6

23 Aug 19:20
1f4c1f5

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

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

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

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

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

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

v0.2.0

25 Jul 15:35

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

New Features

  • Themes
  • --incremental command-line option
  • --force_polling command-line option

Compatibility

  • Page drop supplies page.dir ,page.name
  • StaticFile drop supplies static_file.name, static_file.basename
  • highlight tag recognizes linenos argument

Plugin Emulation

  • emulate jekyll-default-layout plugin
  • partial emulation of jekyll-github-metadata plugin
  • randomize avatar plugin urls

Performance

  • 30% faster than before on jekyll/docs (now ~30x faster than Jekyll)

v0.1.1

19 Jul 17:50

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

Changelog

d19dfeb update goreleaser version varname target
00d3d97 Add README to tar
87e52f7 Give up on cache
26e76d2 Travis cache
631ede8 make target to build distro
b1c5533 Remove quote from README
7cffdff Try replacing goreleaser -> travis deploy
3b3e3dc Travis sets CGO_ENABLED
2732546 Rename travis goreleaser.yml to default
8165fa0 Goreleaser, take #n
84ed3e6 Build and report the BuildDate
0642963 buffer some channels


Partially automated with GoReleaser
Built with go version go1.8.3 darwin/amd64

v0.1.0

17 Jul 16:30

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Starting to come together.