From 2c131322ba01c573da455d75b82c062b7cc0e285 Mon Sep 17 00:00:00 2001 From: sethmacleod Date: Mon, 30 Jan 2017 01:53:48 -0500 Subject: [PATCH] Update README with section on form handling --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 994b9ae..bc8e1e7 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ Create an `img` folder in the static folder of your site -- **not** the theme's Since this theme uses modals instead of separate content pages, it is best to simply edit the `index.html` file to edit your site. Copy the `index.html` file to your `layouts` folder before editing. Follow the example pages in the `index.html` file and adjust as needed. +### Contact Form + +You will need to use an external service for the contact form since static sites cannot handle forms on their own. One such service is [Formspree](https://formspree.io/). Formspree has a free tier. + ## License This theme is released under the CC BY 3.0 license. For more information, read the [License](https://github.com/sethmacleod/dimension/blob/master/LICENSE.md).