Config changes for 8793b153d9

This commit is contained in:
biscuitNinja 2015-09-18 23:22:34 +01:00
parent 8793b153d9
commit 033fcca62d

View file

@ -40,6 +40,14 @@
// $config['excerpt_length'] = 50; // The pages excerpt length (in words)
// $config['content_dir'] = 'content-sample/'; // Content directory
/*
* BLOG POSTS
*/
$config['blog_dir'] = 'content-posts/'; // Blog post directory
$config['blog_url'] = 'blog'; // Route for blog content, appended to base url
// when parsing blog URIs
/*
* TIMEZONE
*/