Skip to content

Commit

Permalink
Merge pull request decaporg#265 from mwickett/patch-1
Browse files Browse the repository at this point in the history
Add Spike to list in App File Structure
  • Loading branch information
verythorough committed Mar 9, 2017
2 parents 94344e7 + e5f13b5 commit b9d24a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!).

Expand Down Expand Up @@ -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!
Happy posting!

0 comments on commit b9d24a1

Please sign in to comment.