mirror of
https://github.com/flextype/flextype.git
synced 2025-08-09 06:36:52 +02:00
Flextype 0.5.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Flextype
|
||||

|
||||

|
||||

|
||||
|
||||
Flextype is next generation of Legendary Monstra Engine it is also Open Source, fast and flexible file-based Content Management System. That's Easy to install, upgrade and use. Flextype provides amazing API's for plugins, themes and core developers! Content in Flextype is just a simple files written with markdown syntax in pages folder. You simply create markdown files in the pages folder and that becomes a page.
|
||||
@@ -52,6 +52,7 @@ Also you may need to install node_modules libs for default Simple Theme
|
||||
```
|
||||
cd /flextype/site/themes/simple
|
||||
npm install
|
||||
gulp
|
||||
```
|
||||
|
||||
|
||||
|
@@ -40,7 +40,7 @@ class Flextype
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '0.4.4';
|
||||
const VERSION = '0.5.0';
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
|
Reference in New Issue
Block a user