From 76c19c62af6cdf6339e5c88f307af50e53d160ac Mon Sep 17 00:00:00 2001 From: uiolee <22849383+uiolee@users.noreply.github.com> Date: Sun, 7 Jul 2024 23:17:59 +0800 Subject: [PATCH] docs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c09e0d6..4607c1e 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ index_generator: per_page: 10 order_by: -date pagination_dir: page + layout: ['index', 'archive'] ``` - **path**: Root path for your blog's index page. @@ -36,6 +37,8 @@ index_generator: - **pagination_dir**: URL format. - default: 'page' - `awesome-page` makes the URL ends with 'awesome-page/' for second page and beyond. +- **layout**: custom layout. + - defalut: `["index", "archive"]` ## Usage