Previewing your MyST siteΒΆ
First timeΒΆ
To view your built site:
Copy the URL of your server (e.g. Mattβs URL is
https://hub.cryointhecloud.com/user/mfisher87/lab)Open a new browser tab
Paste the URL in the URL bar
Replace
/labwith/myst-build/$DIRECTORY_OF_MYST_PROJECT; for example, Mattβs project is at~/workshop-open-source-geospatial, so his URL would behttps://hub.cryointhecloud.com/user/mfisher87/myst-build/workshop-open-source-geospatial.
At this point you should see the build progress in your browser. It should only take a few seconds, and then youβll see your fully-built MyST site!
Subsequent buildsΒΆ
Your site will not automatically rebuild when you make changes! This functionality will be available in the future.
Append /?rebuild=1 to the URL to trigger a rebuild.