# Site 网站 title:closer的个人博客 subtitle:此后如竟没有炬火,我便是唯一的光. description:沧海横流,尽显英雄本色;激浊扬清,正是猛士当时 keywords: author:closer language:zh-CN#语言 timezone:''
# URL 网址 ## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/' url:https://zhaoshuai.top/ root:/#根目录位置,如果只是github pages的子目录需要更改 permalink::year/:month/:day/:title/ permalink_defaults: pretty_urls: trailing_index:true# Set to false to remove trailing 'index.html' from permalinks trailing_html:true# Set to false to remove trailing '.html' from permalinks
# Writing #编辑博文的选项 new_post_name::title.md# File name of new posts default_layout:post auto_spacing:false titlecase:false# 把标题转换为 title case external_link: enable:true# Open external links in new tab field:site# Apply to the whole site exclude:'' filename_case:0#把文件名称转换为 (1) 小写或 (2) 大写 render_drafts:false#显示草稿 post_asset_folder:false#启动 Asset 文件夹 relative_link:false#把链接改为与根目录的相对位址 future:true#显示未来的文章 highlight:#代码块的设置 enable:false#开启代码块高亮 auto_detect:false#如果未指定语言,则启用自动检测 line_number:true#显示行数 tab_replace:''#用 n 个空格替换 tabs;如果值为空,则不会替换 tabs wrap:true hljs:false
# 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:
# Metadata elements ## https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta meta_generator:true
# 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#时间格式 ## Use post's date for updated date unless set in front-matter use_date_for_updated:false
# Pagination #分页器 ## Set per_page to 0 to disable pagination per_page:10#每页显示的文章量 (0 = 关闭分页功能) 10 pagination_dir:page#分页目录
# Include / Exclude file(s) ## include:/exclude: options only apply to the 'source/' folder include: exclude: ignore: