Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

0.11.0

Compare
Choose a tag to compare
@MoOx MoOx released this 19 Apr 08:57
6820f17

Boilerplate

  • Removed: (boilerplate) layouts/index.js. It is not used since 0.10.0.
    (#401)

  • Added: Run lint process in parallel with npm-run-all
    (#402)

  • Added: (boilerplate) more layouts and components so new users have more
    example to show list of entries:

    • Homepage layout that include a list of posts
    • Post layout
    • PagesList component to easily show page preview
    • PagePreview to display page meta

    (#71)