Add support for Netlify forms / Formik.com / FormSimple.io support
Sample usage:
module.exports = {
themeConfig: {
contactForm: {
type: 'netlify' // or formik / formsimple etc,
formId: 'xxx'
}
}
}
Then it should create a contact page (/contact) that includes the contact form.