File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ reCaptcha:
6666 secret :
6767atom_feed :
6868 path : # blank (default) uses feed.xml
69- hide : # true, false (default)
69+ hide : true # true, false (default)
7070search : true # true, false (default)
7171search_full_content : true # true, false (default)
7272search_provider : # lunr (default), algolia, google
7373lunr :
74- search_within_pages : # true, false (default)
74+ search_within_pages : true # true, false (default)
7575algolia :
7676 application_id : # YOUR_APPLICATION_ID
7777 index_name : # YOUR_INDEX_NAME
@@ -226,7 +226,7 @@ sass:
226226
227227# Outputting
228228permalink : /:categories/:title/
229- timezone : # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
229+ timezone : Asia/Seoul # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
230230
231231
232232# Pagination with jekyll-paginate
You can’t perform that action at this time.
0 commit comments