# Hexo Configuration
## Docs: https://hexo.io/docs/configuration.html
## Source: https://github.com/hexojs/hexo/ # Site
title: Hexo
subtitle:
description:
author: John Doe
language:
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://yoursite.com
root: /
permalink: :year/:month/:day/:title/
permalink_defaults: # Directory
source_dir: source
public_dir: public
tag_dir: tags
archive_dir: archives
category_dir: categories
code_dir: downloads/code
i18n_dir: :lang
skip_render: # Writing
new_post_name: :title.md # File name of new posts
default_layout: post
titlecase: false # Transform title into titlecase
external_link: true # Open external links in new tab
filename_case: 0
render_drafts: false
post_asset_folder: false
relative_link: false
future: true
highlight:
enable: true
line_number: true
auto_detect: false
tab_replace: # Home page setting
# path: Root path for your blogs index page. (default = '')
# per_page: Posts displayed per page. (0 = disable pagination)
# order_by: Posts order. (Order by date descending by default)
index_generator:
path: ''
per_page: 10
order_by: -date # 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 # Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme: landscape # Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:
type:

最新文章

  1. Gulp-前端进阶A-3---如何不刷新监控文件变化?
  2. WinForm中动态添加控件 出现事件混乱,解决办法记录。
  3. Table of Contents - Quartz Scheduler
  4. 【Linux高频命令专题(8)】五大查询命令
  5. Javascript高级篇-JS闭包
  6. Latex 常用知识点存档
  7. C++学习笔记-1-自增和自减运算符
  8. Javascript高级程序设计读书笔记(第六章)
  9. Azure SQL 数据库引入了新的服务级别
  10. Linux tomcat设置ip地址直接访问,tomcat设置ip地址直接访问,tomcat绑定ip地址
  11. Docker 新手入门
  12. headfirst设计模式(6)—单例模式
  13. 自己动手写处理器之第二阶段(1)——可编程逻辑器件与PLD电路设计流程
  14. Alpha阶段敏捷冲刺
  15. Linux命令_1
  16. SpringMVC点滴(1)
  17. 【Python】获取服务器时间
  18. HDU 2553 N皇后问题(深搜DFS)
  19. Java 中 Map与JavaBean实体类之间的相互转化
  20. LOJ#6504. 「雅礼集训 2018 Day5」Convex(回滚莫队)

热门文章

  1. camera摄像原理之四:曝光和GAMMA
  2. UVA10462Is There A Second Way Left? —— 次小生成树 kruskal算法
  3. bzoj-1192 [HNOI2006]鬼谷子的钱袋(水题)
  4. 六:多线程--自定义NSOperation
  5. JavaScript Array 的学习
  6. BZOJ 4815 数论
  7. vue 使用过程中自己遇到的bug
  8. [笔记]如何将已存在的JAVA添加到当前ECLIPSE JAVA工程中
  9. Luogu P1144 最短路计数 【最短路】 By cellur925
  10. js判断是否为ie浏览器,精确显示各个ie版本