# Site title: Hexo # 网站的标题,可能用在各种布局的页面中 subtitle: # 网站子标题 description: # 网站的描述性 keywords: # 网站的关键字 author: John Doe # 网站的作者 language: # 网站采用语言,要跟/theme/***/languages/**.yml下的文件名对应。 timezone: # 网站的时区
# URL ## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/' url: http://yoursite.com # 网站的url,如果不在域名根目录,应包含子目录,且root要设置为`/子目录/` root: / # 网站的根目录 permalink: :year/:month/:day/:title/ # 文章永久链接的形成模版。每一篇文章都有唯一的url。 permalink_defaults: # 文章永久链接中,各部分的默认值。 pretty_urls: # url后缀优化 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
# Metadata elements ## https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta meta_generator: true # Meta generator 标签。 值为 false 时 Hexo 不会在头部插入该标签
# 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 #启用以后,如果 Front Matter 中没有指定 updated, post.updated 将会使用 date 的值而不是文件的创建时间。在 Git 工作流中这个选项会很有用
# Pagination ## Set per_page to 0 to disable pagination per_page: 10 # 主页/分类/标签/存档等类型索引页包含文章数量 pagination_dir: page # 分页所在文件夹
# Include / Exclude file(s) ## include:/exclude: options only apply to the 'source/' folder include: # Hexo 默认会忽略隐藏文件和文件夹(包括名称以下划线和 . 开头的文件和文件夹,Hexo 的 _posts 和 _data 等目录除外)。通过设置此字段将使 Hexo 处理他们并将它们复制到 source 目录下。 exclude: # Hexo 会忽略这些文件和目录 ignore: # 忽略文件/文件夹