# Site title:老鬼 subtitle:来都来啦,那就随便看看吧~ description:知识分享,日常记录 keywords: author:RenJie language:zh-Hans timezone:
2.2 说明
title
网站标题
subtitle
网站二级标题
description
描述
keywords
关键词
author
作者
language
语言,zh-Hans中文
timezone
时区,默认电脑时区,Asia/Shanghai
3.网址设置
3.1 内容
1 2 3 4 5 6 7
# URL # 如果网站是放在子目录中,将url设置成'http://yoursite.com/child',将root设置成'/child/' ## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/' url:https://jayden.matchcess.com root:/ permalink::year/:month/:day/:title/ permalink_defaults:
# local search search: path:search.xml field:post format:html limit:10000
5.2 说明
配置本地的xml搜索,展现方式如下:
6.写作设置
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# Writing new_post_name::title.md# File name of new posts default_layout:post titlecase:false# Transform title into titlecase external_link:true# Open external links in new tab filename_case:0 render_drafts:false post_asset_folder:false relative_link:false future:true highlight: enable:true line_number:true auto_detect:false tab_replace:
# Home page setting # path: Root path for your blogs index page. (default = '') # per_page: Posts displayed per page. (0 = disable pagination) # order_by: Posts order. (Order by date descending by default) index_generator: path:'' per_page:10 order_by:-date # Category & Tag default_category:uncategorized category_map: tag_map:
# Date / Time format ## Hexo uses Moment.js to parse and display date ## You can customize the date format as defined in ## http://momentjs.com/docs/#/displaying/format/ date_format:YYYY年MM月DD号 time_format:HH:mm:ss
# Pagination ## Set per_page to 0 to disable pagination per_page:10 pagination_dir:page
# Site title:老鬼 subtitle:来都来啦,那就随便看看吧~ description:知识分享,日常记录 keywords: author:RenJie language:zh-Hans timezone:
# URL ## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/' url:https://jayden.matchcess.com root:/ permalink::year/:month/:day/:title/ permalink_defaults:
# local search search: path:search.xml field:post format:html limit:10000
# Writing new_post_name::title.md# File name of new posts default_layout:post titlecase:false# Transform title into titlecase external_link:true# Open external links in new tab filename_case:0 render_drafts:false post_asset_folder:false relative_link:false future:true highlight: enable:true line_number:true auto_detect:false tab_replace: # Home page setting # path: Root path for your blogs index page. (default = '') # per_page: Posts displayed per page. (0 = disable pagination) # order_by: Posts order. (Order by date descending by default) index_generator: path:'' per_page:10 order_by:-date # Category & Tag default_category:uncategorized category_map: tag_map:
# Date / Time format ## Hexo uses Moment.js to parse and display date ## You can customize the date format as defined in ## http://momentjs.com/docs/#/displaying/format/ date_format:YYYY年MM月DD号 time_format:HH:mm:ss
# Pagination ## Set per_page to 0 to disable pagination per_page:10 pagination_dir:page