Skip to content

Commit

Permalink
update sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Merrill committed May 24, 2018
1 parent 764bee4 commit 10f717e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config.php.sample
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ $config = array(
# different types of content may have different paths.
# by default, entries are in the root of the /content/ directory, so
# are not included here. Notes are in the /note/ directory.
# Reposts and replies are **usually** notes, so stick them in /note/, too.
'content_paths' => array(
'note' => 'note/' . date('Y/m/d/'),
'note' => 'note/' . date('Y/m/d/'),
'in-reply-to' => 'note/' . date('Y/m/d/'),
'repost-of' => 'note/' . date('Y/m/d/'),
'bookmark-of' => 'link/',
),

# whether or not to copy uploaded files to the source /static/ directory.
Expand Down

0 comments on commit 10f717e

Please sign in to comment.