Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
Updated index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hassankhan committed Feb 20, 2014
1 parent 61aa831 commit f87796d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ Zepto is a flat-file CMS, so there's very little backend and no database to deal
If you created folder within the content folder (e.g. ``content/sub``) and put an ``index.md`` inside it, you can access that folder at the URL ``http://yoursite.com/sub``. If you want another page within the sub-folder, simply create a text file with the corresponding name (e.g. ``content/sub/page.md``) and will be able to access it from the URL ``http://yoursite.com/sub/page``.
Below are some examples of content locations and their corresponding URLs:

|Physical Location |URL |
|--------------------------|----------------|
|content/index.md |/ |
|content/sub/index.md |/sub |
|content/sub/page.md |sub/page |
|content/a/very/long/url.md|/a/very/long/url|
|Physical Location |URL |
|--------------------------------------|----------------------------|
| content/index.md  | /  |
| content/sub/index.md  | /sub  |
| content/sub/page.md  | sub/page  |
| content/a/very/long/url.md | /a/very/long/url |

If a file cannot be found, a HTTP status 404 is sent and the 'Page Not Found' page is displayed.

Expand Down

0 comments on commit f87796d

Please sign in to comment.