# Hexo Configuration## Docs: https://hexo.io/docs/configuration.html## Source: https://github.com/hexojs/hexo/# Site ##页面信息title:Who's Blog ##标题,即浏览器标签栏显示的内容subtitle: Why so serious? ##副标题description: ##描述,简介author: ##作者language: zh-CN ##语言timezone: Asia/Shanghai ##时区# URL## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'url: http://用户名.github.io ## 有些人说这里填域名,可是后面需要用到图片的相关插件,这里填写这个即可root: / ## 这里如果你就是在 用户名.github.io 仓库则不用管,如果是 blog 仓库则需要改成 /blogpermalink: :year/:month/:day/:title/permalink_defaults:# Directory ##文件目录,可不改source_dir: sourcepublic_dir: publictag_dir: tagsarchive_dir: archivescategory_dir: categoriescode_dir: downloads/codei18n_dir: :langskip_render:# Writing ##静态页面生成属性,可不改new_post_name: :year-:month-:day-:title.md # File name of new postsdefault_layout: posttitlecase: false # Transform title into titlecaseexternal_link: true # Open external links in new tabfilename_case: 0render_drafts: falsepost_asset_folder: true # 后面图片插入需要用到的relative_link: falsefuture: truehighlight: enable: true line_number: true auto_detect: false tab_replace:# Category & Tag ##标签,可不改default_category: uncategorizedcategory_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-DDtime_format: HH:mm:ss# Pagination ##每页显示文章数,按需改## Set per_page to 0 to disable paginationper_page: 10pagination_dir: page# Extensions ##主题设置## Plugins: https://hexo.io/plugins/## Themes: https://hexo.io/themes/theme: 3-hexo ## 主题使用 3-hexo# Deployment ##git部署关联## Docs: https://hexo.io/docs/deployment.htmldeploy: type: git repo: github: https://github.com/用户名/用户名.github.io.gitbranch: master