mirror of
https://github.com/flextype/flextype.git
synced 2025-08-17 10:30:46 +02:00
Homepage - fixes
This commit is contained in:
@@ -1,15 +1,12 @@
|
||||
---
|
||||
title: Welcome
|
||||
description: 'Flextype is a simple and light-weighted Content Management System'
|
||||
date: 'June 27 2018 14:54:22.'
|
||||
visibility: visible
|
||||
template: default
|
||||
---
|
||||
<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.md` file in your editor.</p>
|
||||
<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>
|
||||
@@ -24,6 +21,6 @@ title: My New Page
|
||||
<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.md</code> and its will be available by this url: http://your_site_url/my-new-page
|
||||
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>
|
||||
|
Reference in New Issue
Block a user