Leggero V2 is default theme (see #57)

This commit is contained in:
azett 2020-01-03 18:19:54 +01:00
parent eb20caebc5
commit 0cceecaa02

View File

@ -1,8 +1,6 @@
<?php
$fp_config = array(
'general' =>
array (
'general' => array(
'www' => 'http://localhost',
'title' => 'FlatPress',
'subtitle' => 'My FlatPress blog',
@ -13,30 +11,24 @@ $fp_config = array (
'maxentries' => '5',
'notify' => true,
'theme' => 'leggero',
'style' => 'leggero',
'style' => 'leggero-v2',
'blogid' => 'fpdefid',
'charset' => 'utf-8',
'charset' => 'utf-8'
),
'locale' =>
array (
'locale' => array(
'timeoffset' => '2',
'timeformat' => '%H:%M:%S',
'dateformat' => '%A, %B %e, %Y',
'dateformatshort' => '%Y-%m-%d',
'charset' => 'utf-8',
'lang' => 'en-us',
'lang' => 'en-us'
),
'plugins' =>
array (
'blockparser' =>
array (
'pages' =>
array(
'plugins' => array(
'blockparser' => array(
'pages' => array(
'menu',
'about',
),
),
),
'about'
)
)
)
);
?>