See a demo here: fjord.dev
- Clone this repository
- Run
npm install
within the directory to install dependencies - Configure the Wordpress REST API in your Wordpress instance
- Edit
fjord.config.ts
to map to your WordPress instance and customize the website
/
: 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