Skip to content

Commit aacad3c

Browse files
authored
Merge pull request #18 from j031/customize-theme
Customize theme
2 parents b307165 + 346c4e5 commit aacad3c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_config.yml

Lines changed: 6 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,8 @@ defaults:
2428
comments: true
2529
share: true
2630
related: true
31+
show_date: true
32+
toc: true
2733
# _pages
2834
- scope:
2935
path: ""

0 commit comments

Comments
 (0)