add for use the dogee blog
- use git clone git@dogee.tech:/git/blog.git
the code is from dogee.tech
‘’’
[remote “origin”]url = git@dogee.tech:/git/blog.git fetch = +refs/heads/*:refs/remotes/origin/*
‘’’
push the modify to dogee.tech git and the hook would be triggered to hexo g
architecture
- server in dogee.tech
- with two git repositories
- one for local git (1)
- one from github (2)
- with two git repositories
- client
- clone the git repository (1)
- modify the local (1) and push to server
- write the hook in (1) and use hexo to generate the web files
- copy the source code to (2)