From c3c634f93e0b7e071d81b4c9307d15a1fd3d1acb Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Mon, 18 May 2020 19:12:57 +0000
Subject: [PATCH] Merge branch 'master' of https://github.com/lxndrblz/anatole

---
 README.md |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/README.md b/README.md
index 0007e38..be6673d 100644
--- a/README.md
+++ b/README.md
@@ -127,7 +127,12 @@
   Content-Security-Policy:  base-uri 'self'; connect-src 'self'; default-src 'self'; frame-ancestors 'none'; font-src 'self' stackpath.bootstrapcdn.com; img-src 'self'; object-src 'none'; script-src 'self'; style-src 'self' stackpath.bootstrapcdn.com;
   Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
 ```
-
+### Configurable pagination section
+You can configure the pages shown on the front page by altering the `mainSections` parameter:
+```toml
+[params]
+  mainSections = ["post", "docs"]
+```
 ## License
 
 Anatole is licensed under the [MIT license](https://github.com/lxndrblz/anatole/blob/master/LICENSE).

--
Gitblit v1.10.0