git submodule update --init --recursive
-
Turn on the hugo development server.
./hugo.exe server -
Visit the link that the hugo server outputs when it turns on.
git push
./hugo.exe
./deploy.sh
git push origin gh-pages:gh-pages --force
| Name | Name | Last commit date | ||
|---|---|---|---|---|
git submodule update --init --recursive
Turn on the hugo development server.
./hugo.exe server
Visit the link that the hugo server outputs when it turns on.
git push
./hugo.exe
./deploy.sh
git push origin gh-pages:gh-pages --force