YAO's BLOG

A personal blog of Yao Zhang

Home Archives About Project
2016-01-12

Hexo

Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask questions on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

Share Comments
  • Hexo1
Newer
Mac Configurationd
Older
Functional Programming

Categories

  • Deep Learning4
  • Haskell1
  • Interview1
  • Java2
  • Learning Note4
  • Leetcode and Lintcode44

Tags

  • Array24
  • Binary Search2
  • Bit Manipulation3
  • C++1
  • Configuration1
  • DP1
  • Deep Learning4
  • Enumeration1
  • Functional Programming1
  • Git1
  • Hash Map2
  • Haskell1
  • Hexo1
  • Interview1
  • Java2
  • Java 82
  • Linked List14
  • Machine Learning4
  • Markdown1
  • Math2
  • Open Courses1
  • Priority Queue1
  • Programming Language2
  • String4
  • Two Pointers6

Tag Cloud

Array Binary Search Bit Manipulation C++ Configuration DP Deep Learning Enumeration Functional Programming Git Hash Map Haskell Hexo Interview Java Java 8 Linked List Machine Learning Markdown Math Open Courses Priority Queue Programming Language String Two Pointers

Archives

  • June 20171
  • November 20161
  • May 20164
  • April 20162
  • March 20163
  • January 20166
  • December 20152
  • November 201542

Recents

  • Sentiment Classification on Large Movie Reviews with BigDL
  • Fractals
  • Deep Belief Network
  • Rotate String
  • Ugly Number II
© 2017 Yao Zhang
Powered by Hexo
Home Archives About Project