My Personal Blog - Learn Log

setup

$ npm install -g hexo
$ git clone https://github.com/samsel/samsel.github.io.git
$ cd samsel.github.io
$ git submodule sync
$ git submodule update --init --recursive
$ npm install
$ hexo server

deploy

$ hexo optimize
$ hexo o -d

todos

  • enable tagcloud
<div class="widget tagcloud">
	<%- tagcloud() %>
</div>
  • use github gist for source code snippets