Change the Title and Organization Name
config.yaml
site_title: Our super neat looking glass
org_name: Cool Company
Change the Logo
config.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>
Change the Color Scheme
config.yaml
web:
theme:
colors:
primary: "#d84b4b"
secondary: "#118ab2"
Add a Link to the Footer
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