Skip to content
Snippets Groups Projects
_quarto.yml 1.71 KiB
Newer Older
Simona Doneva's avatar
Simona Doneva committed
project:
  type: website

website:
  title: "STRIDE-Lab"
  site-url: "https://stride-lab.pages.uzh.ch/website/"
Simona Doneva's avatar
Simona Doneva committed
  favicon: images/fav_icon_stride.png
Simona Doneva's avatar
Simona Doneva committed
  image: images/preview.png
  twitter-card:
    image: images/stride_lab_logo.png
Simona Doneva's avatar
Simona Doneva committed
  open-graph: true
Simona Doneva's avatar
Simona Doneva committed
  navbar:
    search: true
    title: false
    logo: images/stride_lab_logo_transparent.png
    left:
      - href: index.qmd
        text: Home
Simona Doneva's avatar
Simona Doneva committed
      - href: about/index.qmd
Simona Doneva's avatar
Simona Doneva committed
        text: About
      - href: people/index.qmd
        text: People
      - href: publications/index.qmd
        text: Publications
      - href: news/index.qmd
        text: News
      - href: events/index.qmd
        text: Events
      - href: join.qmd
        text: Join
      - href: contact.qmd
        text: Contact
    right:
      - icon: github
        href: https://github.com/Ineichen-Group
        aria-label: GitHub
      - icon: twitter
        href: https://twitter.com/STRIDELab_ch
        aria-label: Twitter
  page-footer: 
    background: "#F6F5F3"
Simona Doneva's avatar
Simona Doneva committed
    left:
      - text: Developed by Simona E. Doneva
        href: people/doneva-simona/index.qmd
Simona Doneva's avatar
Simona Doneva committed
    center: © 2024  · Made with
Simona Doneva's avatar
Simona Doneva committed
      [![](https://quarto.org/quarto.png){fig-alt="Quarto" width=65px}](https://quarto.org/).
       Source code on
      [![](https://images.ctfassets.net/xz1dnu24egyd/1hnQd13UBU7n5V0RsJcbP3/769692e40a6d528e334b84f079c1f577/gitlab-logo-100.png){fig-alt="Git" width=65px}](https://gitlab.uzh.ch/stride-lab/website) 
Simona Doneva's avatar
Simona Doneva committed
    right:
      - text: Center for Reproducible Science, University of Zurich
        href: https://www.crs.uzh.ch/en.html

format:
  html:
Simona Doneva's avatar
Simona Doneva committed
    includes:
      in-header: header.html
Simona Doneva's avatar
Simona Doneva committed
    theme: 
      - styles.css
      - cosmo
    mainfont: Montserrat, sans-serif
Simona Doneva's avatar
Simona Doneva committed
    toc: true

editor: visual