Skip to content

Commit 4c9e4da

Browse files
committed
add search & turn on dates for posts
1 parent d0a2fe8 commit 4c9e4da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ baseurl : "/" # the subpath of your site, e.g. "/blog"
99
words_per_minute : 200
1010
enable_copy_code_button : false
1111

12+
# search
13+
lunr:
14+
search_within_pages: true
15+
1216
footer:
1317
since: "2023"
1418

@@ -24,6 +28,7 @@ defaults:
2428
comments: true
2529
share: true
2630
related: true
31+
show_date: true
2732
# _pages
2833
- scope:
2934
path: ""

0 commit comments

Comments
 (0)