From 4d6a1ebf8d171ec81f18a0558b5e2423383ea736 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 1 Aug 2018 00:44:58 +0200 Subject: [PATCH] docs: jigsaw source path (#1463) * Add: jigsaw source path * Fix: table alignment --- website/content/docs/add-to-your-site.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/website/content/docs/add-to-your-site.md b/website/content/docs/add-to-your-site.md index 92619b86..c41df6f7 100755 --- a/website/content/docs/add-to-your-site.md +++ b/website/content/docs/add-to-your-site.md @@ -12,13 +12,13 @@ This tutorial will guide you through the steps for adding Netlify CMS to a site All Netlify CMS files are contained in a static `admin` folder, stored at the root of your published site. Where you store this folder in the source files depends on your static site generator. Here's the static file location for a few of the most popular static site generators: -| These generators ... | store static files in | -| -------------------- | --------------------- | -| Jekyll, GitBook | `/` (project root) | -| Hugo, Gatsby, Nuxt | `/static` | -| Hexo, Middleman | `/source` | -| Spike | `/views` | -| Wyam | `/input` | +| These generators ... | store static files in | +| ----------------------- | --------------------- | +| Jekyll, GitBook | `/` (project root) | +| Hugo, Gatsby, Nuxt | `/static` | +| Hexo, Middleman, Jigsaw | `/source` | +| Spike | `/views` | +| Wyam | `/input` | 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)!)