A seed project for creating static websites using NextJS and Github Pages.
Here's the site for this project!
- NextJS 8
- React 16.8 (The one with Hooks!)
- Emotion
- Prettier
- ESLint
- Clone / Fork this project.
- Update the information in
package.json
to match your new project. - Done! Start writing as if it were a regular NextJS app!
Just run npm run publish
and your static website will build and push to a gh-pages
branch automatically.
You can then visit your website at {YOUR_GITHUB_USERNAME}.github.io/your-project-name
- Configurable base path for NextJS
Link
andRouter
- Add stylelint support
- Find a better way to deal with accidental
dist
commits