A simple application designed to host a pre-generated HTML file featuring a spatial map that illustrates the distribution of frog call captures across Australia for the FrogID project. This site is embedded within an iframe on the FrogID project's website, available at https://www.frogid.net.au/spatial-coverage. To facilitate easy updates to the spatial map HTML file, a dedicated repository and website have been established, as this functionality is not supported by Contentful.
- Delete the existing
index.html
file and commit the changes.
a. Click oncode
and then click onindex.html
b. Click the three dots in the top right corner and then clickDelete file
c. Clickcommit changes
, add a commit message & clickcommit changes
again.
- Add and commit new spatial map file.
a. Above the listed files and to the right of the screen clickAdd file
and then clickUpload files
b. Drag the updated spatial map into the area specified. To save a later step, rename the file toindex.html
first. This is the file github pages displays by default.
c. Wait for the file to load, provide a commit message and commit the changes by clickingcommit changes
- Rename spatial map html file to
index.html
and commit. If the file is already named index.html then skip to step 4.
a. Click on the spatial map html file.
b. To the right of the screen, click theedit
icon.
c. Rename the file toindex.html
, then clickcommit changes
.
d. Add a message and clickcommit changes
again.
- Deploy site.
a. Wait for the green tick to appear. This means the build was successful and the site will be updated with the latest spatial map in the next10 minutes
.