cloudcomputinghust.github.io is the official blog of Cloud Computing Hust
This blog is powered by Pelican.
- manager: Branch for manager content by MARKDOWN
- master: Branch for show content by HTML => Website
git clone --recursive --branch manager [email protected]:cloudcomputinghust/cloudcomputinghust.github.io.git ~/cloud
cd ~/cloud
git submodule foreach git checkout master
content/
.
└── 2016
|── cai-dat-keystone-to-keystone-federation.html
└── mo-hinh-hoat-dong-federation.html
vi content/bai-viet-moi.md
make devserver
- Website is avaible at 127.0.0.1:8000
make stopserver
- push html to master branch
make html
cd output
git add *
git commit -m 'add new bai-viet-moi.html'
git push origin master
- push markdown to manager branch
cd -
git add content/bai-viet-moi.md
git commit -m 'add content/content/bai-viet-moi.md'
git push origin manager