diff --git a/_config.yml b/_config.yml
index 59e58d5..caea207 100644
--- a/_config.yml
+++ b/_config.yml
@@ -13,5 +13,10 @@ github_username: jekyll
# Layout settings
header_type: default # values [ drawer, default ]
post_type: default # values [ highlight, default ]
+pagination_type: default # values [ ops, default ]
+
# Build settings
markdown: kramdown
+
+# Pagination
+paginate: 3
diff --git a/_layouts/default.html b/_layouts/default.html
index ee8d852..4c39d77 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -26,7 +26,9 @@
-
+ {% if site.pagination_type == 'ops' %}
+
+ {% endif %}