Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2018-03-07 22:57:02 +0300
committerMatt Stratton <matt.stratton@gmail.com>2018-03-07 22:57:02 +0300
commitcd21fcf8c1057d08b14fdadb7460c78c42829941 (patch)
treed076676d4976db00fe2222024e48c4bb091b1c62 /REFERENCE.md
parent5700781d531e2ce0e82f8b42dc420e65c1991ea8 (diff)
Add documentation about pagination setting for grid
Fixes #164 Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
Diffstat (limited to 'REFERENCE.md')
-rw-r--r--REFERENCE.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/REFERENCE.md b/REFERENCE.md
index d565ae4..fef061c 100644
--- a/REFERENCE.md
+++ b/REFERENCE.md
@@ -13,6 +13,7 @@
- [Host Social Parameters](#host-social-parameters)
- [Link Parameters](#link-parameters)
- [A note about `BaseURL`](#a-note-about-baseurl)
+ - [Pagination setting with grid layout](#pagination-setting-with-grid-layout)
- [Permalinks](#permalinks)
- [Menus](#menus)
- [Episodes](#episodes)
@@ -149,6 +150,13 @@ The idetifier for the link simply needs to be unique; it's not used anywhere els
This theme is fairly dependent upon a proper `BaseURL` being set in the `config.toml`. This has to do with how the feed is generated as well as some of the social metadata (these things cannot be relative URL's). I'm fully aware that this can cause issues with some build systems, and I'm trying to work on a good solution for this. This must end in a slash. Example: `https://www.arresteddevops.com/`
+### Pagination setting with grid layout
+
+If you are using the grid layout, you need to ensure that your pagination is set to a multiple of 3. For example, in your config file:
+
+```
+paginate = "9"
+```
### Permalinks