Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.03 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.03 KB

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 git@github.com: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