## Quick Start https://github.com/hexojs/hexo https://hexo.io/docs/ ### 1. Install Hexo ``` $ npm install hexo-cli -g $ hexo -v hexo-cli: 0.1.9 os: Darwin 14.3.0 darwin x64 http_parser: 2.3 node: 0.12.7 v8: 3.28.71.19 uv: 1.6.1 zlib: 1.2.8 modules: 14 openssl: 1.0.1p ``` ### 2. Create a directory for your new blog ``` $ hexo init yt8yt.github.io INFO Copying data to ~/source/yt8yt.github.io INFO You are almost done! Don't forget to run 'npm install' before you start blogging with Hexo! $ cd yt8yt.github.io $ npm install ``` ### 3. Run a test server for your new blog on Mac ``` $ hexo server INFO Hexo is running at http://0.0.0.0:4000/. Press Ctrl+C to stop. ``` ### 4. Set information of your new blog https://hexo.io/docs/configuration.html ``` $ vi _config.yml ```