Hexo寫博客

hexo配置github

Git

Install hexo-deployer-git.git

$ npm install hexo-deployer-git --savegithub

配置_config.yml文件

deploy:
type: git
repo: repository url
branch: [branch]
message: [message]面試

選項描述

repo GitHub/Bitbucket/Coding/GitLab repository URL
branch Branch name. The deployer will detect the branch automatically if you are using GitHub or GitCafe.
message Customize commit message (Default to Site updated: now('YYYY-MM-DD HH:mm:ss') )npm

部署命令

hexo g
hexo d微信

可能會出現錯誤:Permission denied(publicKey) 問題

  1. ssh-keygen
  2. 打開github,Acount Settings—>SSH Keys —> Add SSH Key,再相應的位置填上key。
  3. key的位置再.ssh的文件下的id_rsa.pub

寫新的文章

hexo new "new article"markdown

打開以後咱們會看到:hexo

title: new article
date: 2014-11-01 20:10:33
tags:
---

文件的開頭是屬性,採用統一的yaml格式,用三條短橫線分隔。下面是文章正文。
文章的正文支持markdown格式,
新建、刪除或修改文章後,不須要重啓hexo server,刷新一下便可預覽。ssh

能夠修改默認的格式,屬性以下

這裏寫圖片描述

個人微信二維碼以下,歡迎交流討論

這裏寫圖片描述
歡迎關注《IT面試題彙總》微信訂閱號。天天推送經典面試題和麪試心得技巧
===============================url

微信訂閱號二維碼以下:

這裏寫圖片描述

注意

不能出現小括號和大括號字符,和出現異常

相關文章
相關標籤/搜索