Blogs for Galaxy FE Team in lu.com
This Blog System is built with 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 the author on GitHub.
git clone git@github.com:lu-com/lu-com.github.io.git
cd lu-com.github.io
npm install -g hexo-cli
npm installhexo new "My New Post"More info: Writing
hexo serverMore info: Server
hexo generateMore info: Generating
hexo deploygit add .
git commit -m "commit blogs"
git pull --rebase
git push origin hexo
More info: Deployment