Add Zola to static files directory table (#2352)

This commit is contained in:
Sam Ford 2019-06-04 13:59:53 -04:00 committed by Shawn Erquhart
parent 407c034381
commit fd87793c37

View File

@ -13,9 +13,9 @@ This tutorial guides you through the steps for adding Netlify CMS to a site that
A static `admin` folder contains all Netlify CMS files, 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: A static `admin` folder contains all Netlify CMS files, 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 | | These generators ... | store static files in |
| ---------------------------- | --------------------- | | ---------------------------------- | --------------------- |
| Jekyll, GitBook | `/` (project root) | | Jekyll, GitBook | `/` (project root) |
| Hugo, Gatsby, Nuxt, Gridsome | `/static` | | Hugo, Gatsby, Nuxt, Gridsome, Zola | `/static` |
| Hexo, Middleman, Jigsaw | `/source` | | Hexo, Middleman, Jigsaw | `/source` |
| Spike | `/views` | | Spike | `/views` |
| Wyam | `/input` | | Wyam | `/input` |