Created
June 5, 2018 13:47
-
-
Save craigphicks/203c0a9fdf752b8dde762caf10e90db4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
title: Installing HEXO | |
tags: | |
- Software | |
categories: | |
- Hexo | |
comments: true | |
date: 2018-05-14 00:00:00 | |
--- | |
# start | |
## Installing hexo | |
``` | |
# sudo npm install -g hexo-cli | |
# sudo npm install -g hexo-server | |
# mkdir ~/hexo | |
# mkdir -p ~/hexo/hexo-blog | |
# hexo init ~/hexo/hexo-blog | |
# cd ~/hexo/hexo-blog | |
# npm install | |
# npm install hexo-deployer-git --save | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment