1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-01 10:50:37 +02:00

#431 general structure changes

This commit is contained in:
Awilum
2018-02-28 15:45:05 +03:00
parent 9ca91aa2ce
commit a616757ee0
10 changed files with 22 additions and 46 deletions

View File

View File

@@ -5,7 +5,7 @@ description: Monstra is a simple and light-weighted Content Management System
## Stay in touch
[Monstra official site](http://monstra.org/)
[Monstra official site](http://Monstra.org/)
[Monstra forum](http://forum.Monstra.org/)
[Monstra on Github](https://github.com/Monstra/Monstra)
[Monstra Gitter chat room](https://gitter.im/Monstra/Monstra)

View File

@@ -0,0 +1,7 @@
---
title: Главная страница
description: страница
template: home
---
home

View File

@@ -1,28 +0,0 @@
---
title: Welcome
description: Monstra is a simple and light-weighted Content Management System
template: index
---
## Monstra 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 Monstra, and then browse to the `/storage/pages/` folder and open the `index.md` file in your editor.
### Create a New page
Creating a new page is very simple in Monstra.
1. Launch your text editor and paste this sample text:
```
---
title: My New Page
---
My new page body.
```
2. Save this file in the `/storage/pages/` folder as `my-new-page.md` and its will be available by this url: http://yoursite/my-new-page
That is it!
{block name=Monstra-docs}