# Site title: Hexo ##站点标题 PS:这行的"Hexo ##站点标题"表示注释说明,以下基本都是这样 subtitle: ##站点副标题 description: ##站点描述 author: John Doe ##作者 language: ##语言包,需要主题自带才可设置。如Jcaman自带简繁英,设置简体中文填入 zh-CN 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 ##站点域名 root: / permalink: :year/:month/:day/:title/ ##文章永久链接格式,可添加.html后缀,如 :title.html permalink_defaults:
# Writing new_post_name: :title.md # File name of new posts default_layout: post titlecase: false # Transform title into titlecase externallink: true # Open external links in new tab filenamecase: 0 render_drafts: false post_asset_folder: false relative_link: false future: true highlight: enable: true line_number: true tab_replace:
# 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