美文网首页
2018-07-28

2018-07-28

作者: Gradlyarn | 来源:发表于2018-07-28 17:40 被阅读5次
# Hexo Configuration
## Docs: https://hexo.io/docs/configuration.html
## Source: https://github.com/hexojs/hexo/
# Site
title: hello,Joy
subtitle:
description:
author: Joy

# URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: https://github.com/dormitory219
$ npm install hexo-deployer-git --save
$ npm install -g hexo --save
$ npm install -g hexo-cli --save
deploy:
  type: git
  repository: 
            github: https://github.com/dormitory219/dormitory219.github.io.git
  branch: master

package.json

{
  "name": "hexo-site",
  "version": "0.0.0",
  "private": true,
  "hexo": {
    "version": "3.7.1"
  },
  "dependencies": {
    "hexo": "^3.7.1",
    "hexo-deployer-git": "^0.3.1",
    "hexo-generator-archive": "^0.1.4",
    "hexo-generator-category": "^0.1.3",
    "hexo-generator-index": "^0.2.0",
    "hexo-generator-tag": "^0.2.0",
    "hexo-renderer-ejs": "^0.3.0",
    "hexo-renderer-marked": "^0.3.0",
    "hexo-renderer-pug": "0.0.5",
    "hexo-renderer-sass": "^0.3.2",
    "hexo-renderer-stylus": "^0.3.1",
    "hexo-server": "^0.2.0"
  }
}

相关文章

网友评论

      本文标题:2018-07-28

      本文链接:https://www.haomeiwen.com/subject/zqaomftx.html