That's my web site repository where files are stored
-
git clone both repos in the same directory.
-
Change web site files, look at it
cd sevocrear_bio_site/
hugo server
- Save web site configuration
hugo
- Copy it to the we site git repo
yes | cp -r public/* ../sevocrear.github.io/
- update both repos