From e2c3a29a8c030b0899e2fd9dc888d3e42fd0fe44 Mon Sep 17 00:00:00 2001 From: rgs2151 Date: Tue, 21 May 2024 09:51:50 -0400 Subject: [PATCH] home fix? --- _config.yml | 4 ++-- _pages/home.md | 6 +++--- index.html | 3 --- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/_config.yml b/_config.yml index a8aeaefd72b4..581b9ae48a69 100644 --- a/_config.yml +++ b/_config.yml @@ -207,7 +207,7 @@ timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones # Pagination with jekyll-paginate -paginate: 10 # amount of posts to show +paginate: 5 # amount of posts to show paginate_path: /page:num/ # Pagination with jekyll-paginate-v2 @@ -218,7 +218,7 @@ pagination: # enabled: true debug: false collection: 'posts' - per_page: 10 + per_page: 5 permalink: '/page/:num/' title: ':title - page :num' limit: 0 diff --git a/_pages/home.md b/_pages/home.md index 46ce69647c86..ada7434feee2 100644 --- a/_pages/home.md +++ b/_pages/home.md @@ -17,7 +17,7 @@ feature_row: alt: "customizable" title: "Brain Evolution" excerpt: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." - url: "/docs/configuration/" + url: "/" btn_class: "btn--primary" btn_label: "Learn more" @@ -25,7 +25,7 @@ feature_row: alt: "fully responsive" title: "Barcoding the Brain" excerpt: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." - url: "/docs/layouts/" + url: "/" btn_class: "btn--primary" btn_label: "Learn more" @@ -33,7 +33,7 @@ feature_row: alt: "100% free" title: "Barcoding the Brain" excerpt: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." - url: "/docs/license/" + url: "/" btn_class: "btn--primary" btn_label: "Learn more" --- diff --git a/index.html b/index.html index f145bd3049ae..0356c480fd89 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,4 @@ --- layout: home author_profile: false -header: - image: - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" ---