Skip to content

HPCC-Cloud-Computing/cloudcomputinghust.github.io

Repository files navigation

cloudcomputinghust.github.io is the official blog of Cloud Computing Hust

This blog is powered by Pelican.

Why have 2 branch?

  • 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

How to write new content?

content/
.
└── 2016
	|── cai-dat-keystone-to-keystone-federation.html
	└── mo-hinh-hoat-dong-federation.html

Create new content

vi content/bai-viet-moi.md

Run server and review

make devserver

Shutdown server

make stopserver

Deploy new content

  • 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

About

Blogs of CloudComputingHust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published