Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 430 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 430 Bytes

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.