Skip to content
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.

v0.1.0

Latest
Compare
Choose a tag to compare
@galvez galvez released this 24 Jul 10:35
· 27 commits to master since this release

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 to pages/.

  • Added CopyWebpackPlugin to copy entries/* and pages/*.md to the distribution directory.

  • Added babel configuration to enable async middleware and stage-1 do-expressions