Skip to content

Commit

Permalink
home fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
rgs2151 committed May 21, 2024
1 parent c091964 commit e2c3a29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions _pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ 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"

- image_path: https://mmistakes.github.io/minimal-mistakes/assets/images/mm-responsive-feature.png
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"

- image_path: https://mmistakes.github.io/minimal-mistakes/assets/images/mm-free-feature.png
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"
---
Expand Down
3 changes: 0 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
---
layout: home
author_profile: false
header:
image:
caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
---

0 comments on commit e2c3a29

Please sign in to comment.