diff --git a/docs/quick-start.md b/docs/quick-start.md index 32df5442..a816c1ef 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -33,6 +33,7 @@ These generators... | store static files in Jekyll, GitBook | `/` (project root) Hugo | `/static` Hexo, Middleman | `/source` +Spike | `/views` 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. They're 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!). @@ -196,4 +197,4 @@ Based on this example, you can go through the post types in your site and add th With your configuration complete, it's time to try it out! Go to `yoursite.com/admin` and complete the login prompt to access the admin interface. To add users, simply add them as collaborators on the GitHub repo. -Happy posting! \ No newline at end of file +Happy posting!