From ef2b5663d5acbdd7cc6f7c395bdda75354f31f97 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 12 Dec 2018 22:34:09 +0300 Subject: [PATCH] Homepage - fixes --- site/pages/home/page.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/site/pages/home/page.html b/site/pages/home/page.html index 63bd4602..e8c41ea5 100755 --- a/site/pages/home/page.html +++ b/site/pages/home/page.html @@ -1,15 +1,12 @@ --- title: Welcome description: 'Flextype is a simple and light-weighted Content Management System' -date: 'June 27 2018 14:54:22.' -visibility: visible -template: default ---

Flextype is succesfully installed!

You can start editing the content and customising your site.

Edit this Page

-

To edit this page, simply go to the folder you installed Flextype, and then browse to the `/site/pages/home/` folder and open the `page.md` file in your editor.

+

To edit this page, simply go to the folder you installed Flextype, and then browse to the `/site/pages/home/` folder and open the `page.html` file in your editor.

Create a New page

Creating a new page is very simple in Flextype.

@@ -24,6 +21,6 @@ title: My New Page

This is the body of My New Page

-2. Save this file in the /site/pages/my-new-page/ folder as page.md and its will be available by this url: http://your_site_url/my-new-page +2. Save this file in the /site/pages/my-new-page/ folder as page.html and its will be available by this url: http://your_site_url/my-new-page

That is it!