Contact Page

formspree

Currently available service: formspree. Open an issue if you need another service vendor.

  1. Make a file at root/content/contact/index.md
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
---
title: "Contact"
date: 2019-12-17T23:58:33+09:00
description: Contact page
type: contact
service: formspree
formId: "your@email.com"
---

This is contact page.
  1. Add contact menu at root/config/_default/menus.cn.toml.
1
2
3
4
5
6
...
[[main]]
  identifier = "contact"
  name = "contact"
  url = "contact"
  weight = 6

default

If you want just a blank page and use a markdown, set the service param empty.