13 Finishing touches

  1. Open the .Rproj file in the folder you’ve just downloaded

  2. Upload your workshop icon to the img/ folder and any sponsor logos to the img/sponsors folder

  3. In _output.yml, replace missingimg.png with your icon’s filename

       See image

    how to find the icon in your _output.yml file

  4. In the same _output.yml file, add any sponsors not already included. To do this, copy one of the existing sponsor lines and change each section. Use the height or width attributes to change how large the images are. If two images are small enough and there is no <br> tag in between, they will be displayed side by side like the Genome Canada and Ontario Genomics logos.

       See image

    how to add sponsors

  5. Hit “Build Book” and check preview once complete. Note that you may need to adjust sizing of sponsor logos and build again.

       See image

    how to build the book

  6. Commit and push

    Check off all files you want to save to Git in the Git window pane, then click Commit.

       See image

    how to stage changes

    Enter a clear commit message and click Commit.

       See image

    how to commit changes

    Close the confirmation popup and click “Push” to send all files to Github.

       See image

    how to push changes

  7. The website takes 1-2 minutes to build after a new push. To check the progress of this action, click Actions in the top bar on Github.

       See image

    Image showing how to find actions