--- description: Customize hyperglass to fit your needs. --- import { DocsButton } from "../../../components/docs-button"; ### Change the Title and Organization Name ```yaml filename="config.yaml" site_title: Our super neat looking glass org_name: Cool Company ``` ### Change the Logo ```yaml filename="config.yaml" {2-4} copy web: logo: light: dark: ``` ### Change the Color Scheme ```yaml filename="config.yaml" copy {3-5} web: theme: colors: primary: "#d84b4b" secondary: "#118ab2" ``` ### Add a Link to the Footer ```yaml filename="config.yaml" copy 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 ```