Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 358 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 358 Bytes

Install

Theme management

cd themes
rmdir hugo-theme-learn
git clone https://github.com/k8s-school/hugo-theme-learn.git
cd hugo-theme-learn
git checkout k8s-school

# Update master to upstream
git remote add upstream https://github.com/matcornic/hugo-theme-learn.git 
git checkout master
git pull
# Then rebase branch k8s-school on master