diff options
Diffstat (limited to '_config.yml.dist')
| -rw-r--r-- | _config.yml.dist | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_config.yml.dist b/_config.yml.dist index bbea686..bd8b83e 100644 --- a/_config.yml.dist +++ b/_config.yml.dist @@ -12,6 +12,9 @@ blog_feature: true show_wiki_posts: true
# (integer) Maximum number of wiki posts to shown in sidebar
show_wiki_posts_limit: 10
+# from jekyll (read jekyll doc)
+paginate: 5
+paginate_path: "/blog/page:num"
# (boolean) Enable/disable download buttons in sidebar
show_downloads: true
# (string) Specify branch rendered by gitpages allowing wiki tool buttons to work
@@ -60,6 +63,12 @@ defaults: type: "pages"
values:
layout: "git-wiki-default"
+ -
+ scope:
+ path: ""
+ type: "posts"
+ values:
+ layout: "git-wiki-post"
sass:
style: compressed
plugins:
|
