Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save craigphicks/203c0a9fdf752b8dde762caf10e90db4 to your computer and use it in GitHub Desktop.
Save craigphicks/203c0a9fdf752b8dde762caf10e90db4 to your computer and use it in GitHub Desktop.
---
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