/cvrg

src for cvrg page

Primary LanguageMakefile

cvrg

src for hustcv.github.io

How to add a new blog

pip install pelican markdown
git clone https://github.com/hustcv/cvrg
git clone https://github.com/jody-frankowski/blue-penguin
# set theme path(blue-penguin path) in cvrg/pelicanconf.py

# Add blog into content

cd cvrg
./push
git add . && git commit -m "new blog" && git push

Only members of hustcv are allowed to push new blog.