Small tweaks, comments

This commit is contained in:
Will Boyd
2024-02-27 08:27:52 -05:00
parent dce423ac16
commit 2135f260c9
2 changed files with 6 additions and 4 deletions
+4 -3
View File
@@ -18,6 +18,10 @@ exports.image_file_request_delay = 500;
// overloaded.
exports.markdown_file_write_delay = 25;
// Specify the timezone used for post dates. See available zone values and examples here:
// https://moment.github.io/luxon/#/zones?id=specifying-a-zone.
exports.custom_date_timezone = 'utc';
// Enable this to include time with post dates. For example, "2020-12-25" would become
// "2020-12-25T11:20:35.000Z".
exports.include_time_with_date = false;
@@ -31,6 +35,3 @@ exports.custom_date_formatting = '';
// just the categories listed in their frontmatter.
exports.filter_categories = ['uncategorized'];
// override date timezone
// it change date and slug to localized timezone, e.g. Asia/Tokyo
// exports.custom_date_timezone = 'utc';