1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-10 07:06:45 +02:00

Update home page

This commit is contained in:
Awilum
2018-03-14 22:01:20 +03:00
parent 3ef859856c
commit 1589225e28

View File

@@ -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!