Skip to content

lu-com/lu-com.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lu-com.github.io

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.

Quick Start

Init Repo

git clone [email protected]:lu-com/lu-com.github.io.git
cd lu-com.github.io
npm install -g hexo-cli
npm install

Create a new post

hexo new "My New Post"

More info: Writing

Run server

hexo server

More info: Server

Generate static files

hexo generate

More info: Generating

Deploy to remote sites

hexo deploy

Push your source code

git add .
git commit -m "commit blogs"
git pull --rebase
git push origin hexo

More info: Deployment