https://github.com/kubedge/blog
https://github.com/kubedge/blog
arm32v7 arm64v8 blog hugo kubedge kubernetes kubernetes-cluster raspberry-pi
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kubedge/blog
- Owner: kubedge
- License: apache-2.0
- Created: 2018-10-07T01:59:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T02:22:25.000Z (over 3 years ago)
- Last Synced: 2025-10-04T03:36:04.838Z (9 months ago)
- Topics: arm32v7, arm64v8, blog, hugo, kubedge, kubernetes, kubernetes-cluster, raspberry-pi
- Language: HTML
- Homepage: https://kubedge.cloud
- Size: 24.9 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# blog
## GitHub blog load
```bash
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
```bash
git clone --recurse-submodules git@github.com:kubedge/blog.git
```
## GerritHub blog load
```bash
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
```bash
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
```