From 1589225e28e09d3e38ad4577d352d0c321092a1a Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 14 Mar 2018 22:01:20 +0300 Subject: [PATCH] Update home page --- site/pages/home/index.md | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/site/pages/home/index.md b/site/pages/home/index.md index 871da36d..c98d2550 100755 --- a/site/pages/home/index.md +++ b/site/pages/home/index.md @@ -1,7 +1,29 @@ --- -title: Главная страница -description: страница -template: home +title: Welcome +description: Rawilum is a simple and light-weighted Content Management System +template: index --- -home +## Rawilum 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 Rawilum, and then browse to the `/site/pages/home/` folder and open the `index.md` file in your editor. + +### Create a New page +Creating a new page is very simple in Rawilum. + +1. Launch your text editor and paste this sample text: + + ``` + --- + title: My New Page + --- + # My New Page! + + This is the body of **My New Page** + ``` + +2. Save this file in the `/site/pages/my-new-page/` folder as `index.md` and its will be available by this url: {site_url}/my-new-page + +That is it!