Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
LiHua-Official committed Feb 24, 2021
1 parent 12b8797 commit db85bf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ params:
title: "<Title>" # optional default will be site title
subtitle: "This is subtitle"
imageUrl: "<image link>" # optional
imageTitle: "<title of image as alt>" # optional
# imageTitle: "<title of image as alt>" # optional
imageWidth: 120 # custom size
imageHeight: 120 # custom size
buttons:
- name: Archive
url: "/archive"
url: "/archives"
- name: Github
url: "https://github.com/"
# socialIcons: # optional
Expand All @@ -28,7 +28,7 @@ params:
# - name: "<platform 2>"
# url: "<link2>"
fuseOpts:
isCaseSensitive: false
isCaseSensitive: true
shouldSort: true
location: 0
distance: 1000
Expand Down

0 comments on commit db85bf3

Please sign in to comment.