# URL # 域名和文件结构 ## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/' url:http://xxxxx.com# 你的域名 root:/ permalink::year/:month/:day/:title/ tag_dir:tags archive_dir:archives category_dir:categories code_dir:downloads/code
# Writing # 写文章选项 new_post_name::title.md# File name of new posts default_layout:post# 默认layout方式 auto_spacing:false# Add spaces between asian characters and western characters titlecase:false# Transform title into titlecase external_link:true# Open external links in new tab max_open_file:100 multi_thread:true filename_case:0 render_drafts:false highlight:#代码高亮 enable:true#是否启用 line_number:false#是否显示行号 tab_replace:
# Category & Tag #分类与标签 default_category:uncategorized# default category_map: tag_map:
archive:1 category:1 tag:1
# Server #本地服务参数 ## Hexo uses Connect as a server ## You can customize the logger format as defined in ## http://www.senchalabs.org/connect/logger.html port:4000 logger:true logger_format:
# 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:MMMDYYYY time_format:H:mm:ss
# Pagination #分页设置 ## Set per_page to 0 to disable pagination per_page:10#每页10篇文章 pagination_dir:page
INFO Deploying: git INFO Clearing .deploy_git folder… INFO Copying files from public folder… [master 91f91d3] Site updated: 2016-02-22 22:01:05 7 files changed, 1442 insertions(+), 12 deletions(-) create mode 100644 2016/02/22/create_blogusehexo/index.html create mode 100644 2016/02/22/hexo_command/index.html Username for ‘https://github.com': tbfungeek Password for ‘https://tbfungeek@github.com': To https://github.com/tbfungeek/tbfungeek.github.io.git 7a8e26e..91f91d3 HEAD -> master Branch master set up to track remote branch master from https://github.com/tbfungeek/tbfungeek.github.io.git. INFO Deploy done: git