Update docs.html
This commit is contained in:
parent
fd91a49603
commit
f7492b3213
1 changed files with 2 additions and 2 deletions
|
@ -105,8 +105,8 @@
|
|||
<p>Pico is a flat file CMS, this means there is no administration backend and database to deal with. You simply create <code>.md</code> files in the "content-sample"
|
||||
folder and that becomes a page.</p>
|
||||
<p>If you created folder within the content-sample folder (e.g. <code>content-sample/sub</code>) and put an <code>index.md</code> inside it, you can access that folder at the URL
|
||||
<code><a href="http://yousite.com/sub">http://yousite.com/sub</a></code>. If you want another page within the sub folder, simply create a text file with the corresponding name (e.g. <code>content-sample/sub/page.md</code>)
|
||||
and will be able to access it from the URL <code><a href="http://yousite.com/sub/page">http://yousite.com/sub/page</a></code>.</p>
|
||||
<code><a href="http://yoursite.com/sub">http://yoursite.com/sub</a></code>. If you want another page within the sub folder, simply create a text file with the corresponding name (e.g. <code>content-sample/sub/page.md</code>)
|
||||
and will be able to access it from the URL <code><a href="http://yoursite.com/sub/page">http://yoursite.com/sub/page</a></code>.</p>
|
||||
<p>Below we've shown some examples of content locations and their corresponing URL's:</p>
|
||||
<table>
|
||||
<tbody>
|
||||
|
|
Loading…
Add table
Reference in a new issue