Releases: osteele/gojekyll
Releases · osteele/gojekyll
v0.2.6
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
- @bep made their first contribution in #38
- @mevdschee made their first contribution in #39
- @danog made their first contribution in #42
Full Changelog: v0.2.5...v0.2.6
v0.2.5
New
- implemented
markdown=1 - implemented
jekyll.environment,jekyll.version - implemented
post.title pluginssubcommand lists emulated plugins
Improved
page.excerptextracts 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
v0.2.3
Bug Fixes
- Reload all pages when an
_includefile changes - Built w/ Liquid v1.2.1. This fixes a couple of Liquid bugs; see the Liquid release notes
v0.2.2
Plugins
github-metadataplugin observes theJEKYLL_GITHUB_TOKENenvironment variable- feed, sitemap plugins minimize HTML
Bug Fixes
--watchis 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
v0.2.0
New Features
- Themes
--incrementalcommand-line option--force_pollingcommand-line option
Compatibility
- Page drop supplies
page.dir,page.name - StaticFile drop supplies
static_file.name,static_file.basename highlighttag recognizeslinenosargument
Plugin Emulation
- emulate
jekyll-default-layoutplugin - partial emulation of
jekyll-github-metadataplugin - randomize avatar plugin urls
Performance
- 30% faster than before on jekyll/docs (now ~30x faster than Jekyll)
v0.1.1
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