You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preliminary steps for peparing the publication of the The Hugo Book on the WWW via GitHub Pages using the docs/ folder on master branch.
Tweak docs_src/build.sh to output HTML doc in docs/ folder instead of docs_src/.
Update all links in project documentation.
At this point we'll have to wait for the last stage when the repository is merged into master branch to carry out the last steps (Issue #44), because GH Pages website can only be served from master branch with these settings.
NOTE — After the above changes, all the Live HTML Preview links in the Issues will stop working due to the HTML doc being moved to another folder!
The text was updated successfully, but these errors were encountered:
In `docs_src/build.sh` change destination folder to `docs/` so that
"The Hugo Book" can be published via GitHub pages.
Update all Live HTML Preview links accordingly.
Fix and update Live HTML Preview links in diagrams README (were broken).
(fixes#43, see #42)
Preliminary steps for peparing the publication of the The Hugo Book on the WWW via GitHub Pages using the
docs/
folder onmaster
branch.docs_src/build.sh
to output HTML doc indocs/
folder instead ofdocs_src/
.At this point we'll have to wait for the last stage when the repository is merged into
master
branch to carry out the last steps (Issue #44), because GH Pages website can only be served frommaster
branch with these settings.The text was updated successfully, but these errors were encountered: