Created this repository: online-resume
hugo new site online-resume
cd online-resume
git submodule add https://github.com/cowboysmall-tools/hugo-devresume-theme.git themes/hugo-devresume-theme
git init
git remote add origin https://github.com/colinbut/online-resume.git
git push -u origin master
Following instructions in the README.md
of the hugo-devresume-theme github repo to copy the config.toml
config file from
themes/hugo-devresume-theme/exampleSite/
to the root directory of this repo.
Testing the skeleton out:
hugo server
Navigating to http://localhost:1313
For making changes, edit the content in config.toml
as per my need.
Following instructions from Hugo Quickstart...
The publish steps are all wrapped up in a shell script deploy.sh
./deploy.sh