This repository has been archived by the owner on Oct 11, 2019. It is now read-only.
Releases: galvez/nuxpress
Releases · galvez/nuxpress
v0.1.0
This release contains some major changes and improvements.
-
All markdown files are no longer eagerly loaded at once. Only indexes are created at boot time. Reading and transforming the actual markdown files now happens in
middleware/nuxpress.js
. -
Added support for non-chronological Markdown pages -- just add
.md
files topages/
. -
Added
CopyWebpackPlugin
to copyentries/*
andpages/*.md
to the distribution directory. -
Added babel configuration to enable async middleware and stage-1
do-expressions