From 896d825b278b5accfbba1d8cac129260ed4075c7 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sun, 18 Mar 2018 09:37:26 +0100 Subject: [PATCH] Mention pagination --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index df58dd7..e12e10b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,14 @@ and then enable it in your `config.toml`: theme = "after-dark" ``` +This theme requires your index section (`content/_index.md`) to be paginated to work: + +```toml +paginate_by = 5 +``` + +The posts should therefore be in directly under the `content` folder. + ## Options ### Top-menu