From f4beb60ac480bf9824e5fcdf79375354460f49ce Mon Sep 17 00:00:00 2001 From: Andrew Fong Date: Tue, 5 Sep 2017 13:07:50 -0700 Subject: [PATCH] Comments re paginate_path and sidebar_blog_link usage --- _config.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 12904e70b7..4f4d106805 100644 --- a/_config.yml +++ b/_config.yml @@ -8,13 +8,18 @@ tagline: 'A Jekyll theme' description: 'The Hyde theme for Jekyll, refreshed.' url: https://fongandrew.github.io/hydeout baseurl: # the optional subpath of your site, e.g. "/blog" + # NB: This applies to all pages in your Jekyll site. + # If you want to move just the blog index pages but keep + # other pages at root, see the paginate_path and + # sidebar_blog_link below. author: name: 'Andrew Fong' url: https://twitter.com/fongandrewc paginate: 5 -#paginate_path: '/page:num' +# paginate_path: '/page:num' + # Or '/blog/page:num' if you want to move your index pages plugins: - jekyll-feed @@ -24,6 +29,9 @@ plugins: # Custom vars version: 3.4.1 sidebar_home_link: true -#sidebar_blog_link: '/' +# sidebar_blog_link: '/blog' # By default, your home page is your blog + # page. If you change your paginate_path, + # set this to the root of the paginate_path + # to enable a separate blog link. github: repo: https://github.com/fongandrew/hydeout