diff --git a/config/_default/config.toml b/config/_default/config.toml index e3bb139..db5d844 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -10,6 +10,8 @@ enableRobotsTXT = true paginate = 10 summaryLength = 0 +ignoreFiles = [ "\\.temp$" ] + # [permalinks] # #post = '/:sections[last]/:year-:month-:day-:slug/' # posts = '/:sections[last]/:year-:month-:day-:slug/'