Filterting for categories, omit empty lists in frontmatter

This commit is contained in:
Will Boyd
2020-12-22 10:28:45 -05:00
parent 9e6d38adc9
commit 9799ce5929
3 changed files with 30 additions and 12 deletions
+4
View File
@@ -14,3 +14,7 @@ exports.include_time_with_date = false;
// tokens are documented here: https://moment.github.io/luxon/docs/manual/formatting.html#table-of-tokens
// if set, this takes precedence over include_time_with_date
exports.custom_date_formatting = '';
// categories to be excluded from post frontmatter
// this does not filter out posts themselves, just the categories listed in their frontmatter
exports.filter_categories = ['uncategorized'];