diff --git a/docs.html b/docs.html index a0bb12a..5c204f7 100644 --- a/docs.html +++ b/docs.html @@ -105,8 +105,8 @@
Pico is a flat file CMS, this means there is no administration backend and database to deal with. You simply create .md
files in the "content-sample"
folder and that becomes a page.
If you created folder within the content-sample folder (e.g. content-sample/sub
) and put an index.md
inside it, you can access that folder at the URL
- http://yousite.com/sub
. If you want another page within the sub folder, simply create a text file with the corresponding name (e.g. content-sample/sub/page.md
)
- and will be able to access it from the URL http://yousite.com/sub/page
.
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-sample/sub/page.md
)
+ and will be able to access it from the URL http://yoursite.com/sub/page
.
Below we've shown some examples of content locations and their corresponing URL's: