mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-07-14 04:06:45 +09:00
Filterting for categories, omit empty lists in frontmatter
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user