Config changes for 8793b153d9
This commit is contained in:
parent
8793b153d9
commit
033fcca62d
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue