wordpress blog with nextjs. This is a fully functional front end for wordpress websites with a sqlite data base for comments and user authentication with facebook and google.
To use this template add the following environment variables to the root of your project in a .env file:
DATABASE_URL="file:./database.db"
WEBSITEURL="The link to your wordpress backend"
NEXTAUTH_URL=your_websote_domain
NEXTAUTH_SECRET=Generate_a_secrete_key
GOOGLE_ID=
GOOGLE_SECRET=
FACEBOOK_CLIENT_ID=
FACEBOOK_CLIENT_SECRET=