# URL ## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/' url:https://www.sakuratears.top//自己的网站地址 root:///根目录 permalink:blog/:title:year:month:day/ permalink_defaults:
# 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//linenumber启用 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:3//每页三篇文章 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//归档每页10篇文章 pagination_dir:page
local_search: enable:true # if auto, trigger search by changing input # if manual, trigger search by pressing enter key or search button trigger:auto # show top n results per article, show all results by setting to -1 top_n_per_article:1