# URL ## If your site is put in a subdirectory, ## set url as 'http://yoursite.com/child' and root as '/child/' url:# 网站url,例:http://xinyiii.ml root:# 网站根目录,例:/ permalink:# 文章链接格式,例::year/:month/:day/:title/ permalink_defaults:# 文章链接格式默认值
# 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