Tim Yang's blog


  • Home

  • Categories

  • Archives

  • Tags

Install Hexo on Ubuntu

Posted on 2015-11-27 | In Hexo

Install nvm (Node Version Manager)

1
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash

If that fail, try manual install:

1
git clone https://github.com/creationix/nvm.git ~/.nvm && cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`

Then add these lines to ~/.bashrc, ~/profile, or ~/.zshrc:

Read more »

Hello World

Posted on 2015-11-22 | In Misc

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Read more »
12
Tim Yang

Tim Yang

Android developer

12 posts
6 categories
20 tags
© 2015 - 2019 Tim Yang
Powered by Hexo
Theme - NexT.Muse