diff --git a/content/index.md b/content/index.md index 0d8a4dd..1dad70c 100644 --- a/content/index.md +++ b/content/index.md @@ -5,16 +5,16 @@ Description: This description will go in the meta description tag ## Welcome to Pico -Congratulations you have successfully installed [Pico](http://pico.dev7studios.com). Pico is a stupidly simple, blazing fast, flat file CMS. +Congratulations, you have successfully installed [Pico](http://pico.dev7studios.com). Pico is a stupidly simple, blazing fast, flat file CMS. ### Creating Content 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" -folder and that becomes a page. For example this file is called `index.md` and is shown as the main landing page. +folder and that becomes a page. For example, this file is called `index.md` and is shown as the main landing page. -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 +If you create a 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://yousite.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://yousite.com/sub/page`. Below we've shown some examples of content locations and their corresponing URL's: +and you will be able to access it from the URL `http://yousite.com/sub/page`. Below we've shown some examples of content locations and their corresponing URL's: