- Fix issue #12 about
darko serve
not found in Windows.
- Fix fpath deduction from req.url (should implement req.path though)
- Fix
Content-Type
of.html
- Turn on
--watch
by default - Append
site.baseurl
onto 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
--watch
with chokidar - Add
post.previous
andpost.next
- Add
post_url
- Remove unnecessary engine methods, embrace FileSystem api
- Fix log color
- Fix
page.url
to support both/felis/index.html
and/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 --watch
error 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.sep
related - 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