Skip to content

kubedge/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

caaaa92 · Mar 1, 2023

History

72 Commits
Oct 27, 2018
Mar 1, 2023
Aug 25, 2019
Nov 5, 2018
Nov 5, 2018
Aug 25, 2019
Oct 12, 2018
Nov 4, 2018
Feb 15, 2019
Oct 19, 2018
Oct 19, 2018
Oct 12, 2018
Aug 25, 2019
Aug 4, 2018

Repository files navigation

blog

GitHub blog load

git clone git@github.com:kubedge/blog.git
git submodule add -b master git@github.com:kubedge/kubedge.github.io.git public
git submodule add git@github.com:jpescador/hugo-future-imperfect.git themes/hugo-future-imperfect
git submodule add git@github.com:Vimux/Mainroad.git themes/mainroad/

or

git clone --recurse-submodules git@github.com:kubedge/blog.git

GerritHub blog load

git clone ssh://GITHUBID@review.gerrithub.io:29418/kubedge/blog && scp -p -P 29418 GITHUBID@review.gerrithub.io:hooks/commit-msg blog/.git/hooks/
git rm -fr themes/mainroad/
git rm -fr themes/hugo-future-imperfect/
git rm -fr public/
git submodule add https://github.com/jpescador/hugo-future-imperfect themes/hugo-future-imperfect
git submodule add https://github.com/vimux/mainroad themes/mainroad
git submodule add -b master git@github.com:kubedge/kubedge.github.io.git public

Reync GerritHub and GitHub

To resync gerrit and github

git clone ssh://GITHUBID@review.gerrithub.io:29418/kubedge/blog && scp -p -P 29418 GITHUBID@review.gerrithub.io:hooks/commit-msg blog/.git/hooks/
cd blog
git push -f https://GITHUBID@github.com/kubedge/blog