include pelican to list of generators (#2111)

This commit is contained in:
wingardtw 2019-02-25 08:13:07 -08:00 committed by Shawn Erquhart
parent 89b0ac9712
commit 17ae6f3045

View File

@ -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)!)