diff --git a/config.php b/config.php index b026a0e..2558fb3 100644 --- a/config.php +++ b/config.php @@ -71,14 +71,14 @@ $rcc = 'yes'; $nav_drawer = 'yes'; // Set here the name of your theme. Read the documentation for more themes -$theme = 'background-img'; +$theme = 'material-light'; // Set here your language. The file must exist in the lang directory $language = "en"; // pagination: how many articles should be on one page // set to 0 to disable it -$pagination = 2; +$pagination = 0; // Favicon - Set here the path to your favicon $favicon = "http://example.com/res/img/favicon.png";