next-static
next-static copied to clipboard
A simple static blog powered by next.js
Sooner rather than latter, showing all posts on the home page will be a bad idea. Paging can help that. Should include a config option for `pageSize` to control how...
I added a `description` property on to the post interface so now it looks like the block below: ```javascript // @flow export type Post = { title: string, description: string,...
I'm currently migrating my blog posts over to next-static and i'm getting an error trying to use a block of `.sh` code. Wondering if you got any input on this!
Preferred framework would be jest, using snapshots for simple functional tests.