diff options
-rw-r--r-- | _config.yml | 2 | ||||
-rw-r--r-- | _posts/2020-01-01-other-page.md | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index aeaf8ec..c12a5ab 100644 --- a/_config.yml +++ b/_config.yml @@ -39,7 +39,7 @@ plugins: # jekyll-github-metadata repository: egor-tensin/jekyll-theme # jekyll-paginate -paginate: 10 +paginate: 5 paginate_path: '/feed/page:num/' # Theme settings diff --git a/_posts/2020-01-01-other-page.md b/_posts/2020-01-01-other-page.md new file mode 100644 index 0000000..572ee6d --- /dev/null +++ b/_posts/2020-01-01-other-page.md @@ -0,0 +1,8 @@ +--- +title: Other page +excerpt: > + This post shouldn't appear on the first page of the feed. +--- +{{ page.excerpt }} + +It's only here so that I can make sure there's more than one page in the feed. |