Skip to content

kubeware/govanityurls

Repository files navigation

govanityurls

Create Hugo Project

hugo new site govanityurls
cd govanityurls
git init
git submodule add https://github.com/appscodelabs/hugo-theme-govanity.git themes/govanity
echo theme = \"govanity\" >> config.toml

How to update Hugo theme

git clone --recursive [email protected]:gomodules/govanityurls.git
cd govanityurls

git submodule update --remote
git add .
git commit -s -a -m "update theme"
git push origin HEAD

Firebase Configuration

How to Use