Blog for xbay users.
npm install -g hexo-cli
git clone --recursive git@github.com:xbay/website.git
cd website
npm install
Add a markdown file under source/_posts write this befor your article
title: AMD 和 CommonJS -- 1. 基本概念
date: 2015-12-31 12:03:15
author: [mac.meng]
categories: [tech,intermediate]
tags: [javascript,AMD,CommonJS]
---
hexo generate
hexo server
hexo clean
hexo deploy
hhhhh