11 lines
482 B
YAML
11 lines
482 B
YAML
|
# Font size for the code editor. Default is 14.
|
||
|
editorFontSize: 14
|
||
|
# All posts page.
|
||
|
post_list_itemsPerPage: 7
|
||
|
post_list_showCategories: true
|
||
|
post_list_showTags: true
|
||
|
# All pages page.
|
||
|
page_list_itemsPerPage: 7
|
||
|
# When new posts,pages, etc, are created, hexo needs to update its database before bridge is allowed to display the editor.
|
||
|
# This config controlls the waiting time before attempting to fetch the newly created content.
|
||
|
content_fetch_timeout: 200 # Time is in milliseconds
|