1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-16 10:04:21 +02:00

Infrastructure changes: remove pages folder

This commit is contained in:
Awilum
2018-12-22 13:51:12 +03:00
parent 1a809b0ad6
commit 78fffae0eb

View File

@@ -1,26 +0,0 @@
---
title: Welcome
description: 'Flextype is a simple and light-weighted Content Management System'
---
<h2>Flextype is succesfully installed!</h2>
<p>You can start editing the content and customising your site.</p>
<h3>Edit this Page</h3>
<p>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.</p>
<h3>Create a New page</h3>
<p>Creating a new page is very simple in Flextype.</p>
<p>
1. Launch your text editor and paste this sample text:
<code>
</code></p><pre><code>---
title: My New Page
---
<h1>My New Page!</h1>
<p>This is the body of <b>My New Page</b></p>
</code></pre><code>
</code>
2. Save this file in the <code>/site/pages/my-new-page/</code> folder as <code>page.html</code> and its will be available by this url: http://your_site_url/my-new-page
<p></p>
<p>That is it!</p>