This\ extension is intended to be applied to our Quarto projects where we want to apply consistent LMU Open Science Center styling, images, and branding. This extension thus makes use of Quarto's developing _brand.yml feature with LMU colors, OSC logos, and some custom typography. The presets in this _brand.yml file are then principally applied to any type of Quarto output where the fields are applicable or usable.
Moreover, at the time of initial creation, there is also a custom HTML format available via this extension. This should be applied to essentially all of our websites, and can be done like so:
project:
type: website
format: osc-brand-html
# or, if specifying more fields
# format:
# osc-brand-html:
# ...further specs herequarto add lmu-osc/osc-brandThis will install the extensions under the _extensions subdirectory.
If you're using version control, you will want to check in this directory.
This extension installs a brand.yml configuration.
Source code for the templates in action can be found in the example-*.qmd files. To see it in action, clone this repo and preview:
git clone git@github.com:lmu-osc/osc-brand.git
cd osc-brand
quarto previewOr just open the GitHub Pages page for this repo.
The LMU OSC logos are trademarks and are not granted under this license — they may only be used in accordance with LMU brand guidelines.