Mention frontmatter customization

This commit is contained in:
Will Boyd
2024-02-23 17:44:03 -05:00
parent a83c472c93
commit b75827a055
+1 -1
View File
@@ -165,6 +165,6 @@ Some WordPress sites make use of a `"page"` post type and/or custom post types.
## Advanced Settings
You can edit [settings.js](https://github.com/lonekorean/wordpress-export-to-markdown/blob/master/src/settings.js) to tweak advanced settings. This includes things like throttling image downloads or customizing the date format in frontmatter.
You can edit [settings.js](https://github.com/lonekorean/wordpress-export-to-markdown/blob/master/src/settings.js) to tweak advanced settings. This includes things like customizing frontmatter fields and throttling image downloads.
You'll need to run the script locally (not using `npx`) to make use of advanced settings.