Public site
- Clone this repository.
git clone [email protected]:sudocast/sudocast.github.io.git
- Make sure you pull all branchs and change it to
gh-pages
.
git checkout -b gh-pages origin/gh-pages
- Update git submodules to getting Themes repository.
git submodule init
git submodule update
git clone https://github.com/gohugoio/hugo.git
git checkout v0.55.6
go install --tags extended
- Do your modifications into
content
folder following Hugo documentation and run the webserver on port 1313.
hugo server -D
- When you finish, commit it and send a Pull Request linking
gh-pages
branch.
On gh-pages branch, run command: Auto commit and push to master
./deploy.sh