From 4b0c8bd1b9fa822836141b1c670e44ca1deb98e3 Mon Sep 17 00:00:00 2001 From: iBug Date: Sun, 5 May 2024 00:07:59 +0800 Subject: [PATCH] Add .notice--danger for unsupported settings in j-p-v2 --- docs/_docs/05-configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_docs/05-configuration.md b/docs/_docs/05-configuration.md index f4e6cd93..46da6a87 100644 --- a/docs/_docs/05-configuration.md +++ b/docs/_docs/05-configuration.md @@ -1061,11 +1061,11 @@ pagination: --- ``` +
**Note:** There are two more configuration options from Jekyll Paginate V2 that this theme doesn't support yet. You should either leave them out or use their default values as shown below. Changing them may lead to unexpected results and you're on your own. ```yaml pagination: - # Optional, the default file extension for generated pages (e.g html, json, xml). # Internally this is set to html by default extension: html @@ -1074,6 +1074,7 @@ pagination: # Without file extension indexpage: 'index' ``` +
### Timezone