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 [email protected]:lu-com/lu-com.github.io.git
cd lu-com.github.io
npm install -g hexo-cli
npm install
hexo new "My New Post"
More info: Writing
hexo server
More info: Server
hexo generate
More info: Generating
hexo deploy
git add .
git commit -m "commit blogs"
git pull --rebase
git push origin hexo
More info: Deployment