/nextjs-github-pages

Seed project for NextJS based Github Pages projects.

Primary LanguageJavaScriptMIT LicenseMIT

NextJS Github Pages

A seed project for creating static websites using NextJS and Github Pages.

Here's the site for this project!

Technology

SetUp

  1. Clone / Fork this project.
  2. Update the information in package.json to match your new project.
  3. Done! Start writing as if it were a regular NextJS app!

Publishing

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

Remaining Items

  • Configurable base path for NextJS Link and Router
  • Add stylelint support
  • Find a better way to deal with accidental dist commits

Have Fun!