Change the Title and Organization Name
config.yaml
site_title: Our super neat looking glass
org_name: Cool Companyconfig.yaml
web:
    logo:
        light: <path to logo image file to use in light mode>
        dark: <path to logo image file to use in dark mode>config.yaml
web:
    theme:
        colors:
            primary: "#d84b4b"
            secondary: "#118ab2"config.yaml
web:
    links:
        - title: PeeringDB
          url: https://www.peeringdb.com/65000
          show_icon: true
          side: right
          order: 1
        - title: Our Website
          url: https://example.com
          show_icon: false
          side: left
          order: 0