From 9ebb17c9449a8996f3bdafc234192023c99df812 Mon Sep 17 00:00:00 2001 From: Kyra Date: Wed, 26 Jun 2019 09:37:11 -0500 Subject: [PATCH] docs: add Elmstatic to generators list (#2399) --- website/content/docs/add-to-your-site.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/content/docs/add-to-your-site.md b/website/content/docs/add-to-your-site.md index e0155793..96930981 100755 --- a/website/content/docs/add-to-your-site.md +++ b/website/content/docs/add-to-your-site.md @@ -21,8 +21,9 @@ A static `admin` folder contains all Netlify CMS files, stored at the root of yo | Wyam | `/input` | | Pelican | `/content` | | VuePress | `/.vuepress/public` | +| Elmstatic | `/_site` | -If your generator isn't listed here, you can check its documentation, or as a shortcut, look in your project for a `css` or `images` folder. The contents of folders like that are usually processed as static files, so it's likely you can store your `admin` folder next to those. (When you've found the location, feel free to add it to these docs by [filing a pull request](https://github.com/netlify/netlify-cms/blob/master/CONTRIBUTING.md)!) +If your generator isn't listed here, you can check its documentation, or as a shortcut, look in your project for a `css` or `images` folder. The contents of folders like that are usually processed as static files, so it's likely you can store your `admin` folder next to those. (When you've found the location, feel free to add it to these docs by [filing a pull request](https://github.com/netlify/netlify-cms/blob/master/CONTRIBUTING.md#pull-requests)!) Inside the `admin` folder, you'll create two files: