1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-15 17:44:17 +02:00

Infrastructure changes: add entries folder

This commit is contained in:
Awilum
2018-12-22 13:51:34 +03:00
parent 78fffae0eb
commit 109a97766d

26
site/entries/home/entry.html Executable file
View File

@@ -0,0 +1,26 @@
---
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>