This fork of the just-the-docs (JTD) Jekyll theme is used by most UBC Library worskhop websites. The theme has local customizations (navbar content, link color, logo, readme). The customizations and this readme file could be over-written when the fork is synced with the upstream JTD repository. Make a copy of the repository before syncing in case you need to restore files later.
The last sync with the JTD repository was on 2025-03-21.
_sass/color_schemes/rc.scssfile added, changes default link color to blue. This custom color scheme is referenced by thecolor_scheme: rcline in a workshop repository's_config.ymlfile._includes/components/footer_rc.htmlfile added, produces custom "View in Github" link and "Repository last updated" in page footer ("Repository last updated" only appears when site is rendered by GitHub pages, not locally with Jekyll). Referenced in_layouts/default.html._includes/nav_footer_custom.htmlfile modified, produces license block and logo at bottom of left-hand navigation pane. Content included automatically.assets/images/rc-logo.pngfile added, generic UBC Library logo. Referenced by_includes/nav_footer_custom.html_sass/custom/custom.scssfile modified, contains RC-related css changes. Content included automatically._layouts/default.htmlfile modified, line added to referencecomponents/footer_rc.html(line 35).