diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-15 18:27:06 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-15 18:27:06 +0300 |
commit | 39c70d42eb447cf1877244ee7a668727c7bac3da (patch) | |
tree | 59c7e577a12111aaa0aca63129abecce2a0a8f01 | |
parent | paginator: get rid of stupid href="#" anchors (diff) | |
download | jekyll-theme-39c70d42eb447cf1877244ee7a668727c7bac3da.tar.gz jekyll-theme-39c70d42eb447cf1877244ee7a668727c7bac3da.zip |
README: update
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -129,6 +129,10 @@ Basically, just include posts/feed.html. [feed/index.html]: feed/index.html +For this to work, you must enable the `jekyll-paginate` plugin. +Don't forget to set `site.paginate_path` to a proper URL (with the `:num` +placeholder) in \_config.yml, like `/feed/page:num/` or something. + ### Categories See [life/index.html] or [work/index.html] for examples of how to create |