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:
@@ -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)
|
7
site/content/pages/home/index.md
Executable file
7
site/content/pages/home/index.md
Executable file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Главная страница
|
||||
description: страница
|
||||
template: home
|
||||
---
|
||||
|
||||
home
|
@@ -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}
|
Reference in New Issue
Block a user