Skip to content
/ govanityurls Public template

GO Vanity URL Website

Notifications You must be signed in to change notification settings

appscodelabs/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 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