Skip to content
/ fjord-minimal Public template
forked from 9d8dev/fjord

Stripped version of Fjord :: NextJS 14 for Headless Wordpress Template

Notifications You must be signed in to change notification settings

9d8dev/fjord-minimal

 
 

Repository files navigation

logo

Fjord Minimal :: Headless WordPress using Next JS 14

Deploy with Vercel

See a demo here: fjord.dev

Next.js 14 App Directory Template for Headless CMS using the WordPress REST API

See the Wiki For Detailed Documentation

Quick Start

  1. Clone this repository
  2. Run npm install within the directory to install dependencies
  3. Configure the Wordpress REST API in your Wordpress instance
  4. Edit fjord.config.ts to map to your WordPress instance and customize the website

Technologies

  • Next JS App Directory
  • WordPress Rest API
  • Shadcn/ui
  • Tailwind CSS
  • Craft UI
  • Typescript

Site Structure

  • /: Homepage
  • /contact: Contact page
  • /about: About page
  • /posts: Blog index
  • /posts/[slug]: Blog post
  • /all: Wordpress pages index
  • /[slug]: Wordpress page
  • /posts/authors: Wordpress author index
  • /posts/authors/[slug]: Wordpress author

Built by Bridger Tower and Cameron Youngblood

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.9%
  • MDX 2.1%
  • Other 1.0%