Skip to content

Commit 72f4f7b

Browse files
committed
stop generating files we dont use
1 parent 535dc64 commit 72f4f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.ergo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ module.exports = {
102102
// uncomment this to track authors
103103
author: { as: 'authors', base_name:'all' }, // Also, change 'author_url to '/authors.html', above
104104
plugins: { as: 'plugins', base_name:'all', generate_html:false},
105-
layouts: { as: 'layouts', base_name:'all'},
105+
layouts: { as: 'layouts', base_name:'all', generate_html:false},
106106
}
107107
}
108108
}

0 commit comments

Comments
 (0)