From 17ae6f30452035c9fe8c2dd315a59c8b4297cd81 Mon Sep 17 00:00:00 2001 From: wingardtw Date: Mon, 25 Feb 2019 08:13:07 -0800 Subject: [PATCH] include pelican to list of generators (#2111) --- website/content/docs/add-to-your-site.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/content/docs/add-to-your-site.md b/website/content/docs/add-to-your-site.md index 100741b5..65051aed 100755 --- a/website/content/docs/add-to-your-site.md +++ b/website/content/docs/add-to-your-site.md @@ -19,6 +19,7 @@ A static `admin` folder contains all Netlify CMS files, stored at the root of yo | Hexo, Middleman, Jigsaw | `/source` | | Spike | `/views` | | Wyam | `/input` | +| Pelican | `/content` | 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)!)