diff --git a/_config.yml b/_config.yml index 6d89e12..95f199f 100644 --- a/_config.yml +++ b/_config.yml @@ -5,6 +5,9 @@ description: > # this means to ignore newlines until "baseurl:" Programming language enthusiasts from Indiana University baseurl: "" # the subpath of your site, e.g. /blog/ url: "http://wonks.github.io" # the base hostname & protocol for your site +plugins: + - jekyll-paginate +paginate_path: "/talks/page:num/" # Build settings markdown: kramdown diff --git a/_includes/header.html b/_includes/header.html index 476c169..bc297d4 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -24,7 +24,7 @@ Courses | Activities | Related Groups | - Archives + Events (By Category) diff --git a/talks.html b/talks/index.html similarity index 74% rename from talks.html rename to talks/index.html index 2e9a84b..fbf6665 100644 --- a/talks.html +++ b/talks/index.html @@ -3,11 +3,11 @@ ---