Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 923 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 923 Bytes

Next.js + Headless WordPress + TailwindCSS Starter

Basic styling with TailwindCSS. Design based on NextJS official CMS examples. Source from a WordPress GraphQL endpoint.

Features

  • Categories with sub categories
  • Posts
  • Tags
  • Pages with nested pages
  • Replaces internal links with 'next/link'
  • Replaces 'inline images' with 'next/image'
  • Off Canvas menu
  • Gutenberg blocks CSS (not tested)

WordPress Plugins

Setup

  1. Clone repository
  2. Copy .env-example and rename to .env, configure
  3. Additional options in /src/config/index.js
  4. Run npm install
  5. Run npm dev

TODO

  • Custom Gutenberg blocks
  • Elementor.. ?
  • Match WP theme.. ?