- feat: upgrade liquid template engine, support
linktag, support sass/scss by @cyjake in #24 - feat: consume defaults in _config.yml by @cyjake in #25
Full Changelog: https://github.com/cyjake/darko/compare/v0.3.7...v0.3.8
- fix: serve static files with proper content-type by @cyjake in #21
- build: publish with github actions by @cyjake in #22
Full Changelog: https://github.com/cyjake/darko/compare/v0.3.6...v0.3.7
- Fix issue #12 about
darko servenot found in Windows.
- Fix fpath deduction from req.url (should implement req.path though)
- Fix
Content-Typeof.html - Turn on
--watchby default - Append
site.baseurlonto the server logged in console
- Fix yaml front matter parsing.
- Specify license in package.json
- Bumped patch version to publish the real 0.3.0
- The version 0.3.0 was unpublished accidentally
- Re-implement
--watchwith chokidar - Add
post.previousandpost.next - Add
post_url - Remove unnecessary engine methods, embrace FileSystem api
- Fix log color
- Fix
page.urlto support both/felis/index.htmland/felis/foo.html
- Remove homebrewed date filter
- Update liquid-node to
1.0.x - Change default port to 4000, the same as Jekyll
- Fix
darko-serve --watcherror on Windows
- Update liquid-node to
0.3.x
- Fix
include - Fix date in YAML front matter
- Support date formatted like
2014-5-20
- Tribute to liquid-node, update it to
0.2.0 - Switch from Q to bluebird
- Fix excerpt extraction bug
- Add _layouts, _includes, _data changes detection
- Change from js-yaml to yaml-js, for less dependencies
- Fix site.baseurl related issue
- Fix bugs under Windows, mostly
path.seprelated - Add tribute to @lepture and @visionmedia
- Add liquid specific filters, namely xml_escape, uri_escape, and cgi_escape
- Support liquid specific filters
- Add highlight tag
- --watch
- --drafts
- --verbose
- serve
- build