28 lines
No EOL
744 B
YAML
28 lines
No EOL
744 B
YAML
site_name: StarCat Systems
|
|
site_url: https://about.starcat.systems
|
|
theme:
|
|
name: material
|
|
palette:
|
|
- media: "(prefers-color-scheme: light)"
|
|
scheme: default
|
|
primary: black
|
|
toggle:
|
|
icon: material/lightbulb
|
|
name: Switch to dark mode
|
|
- media: "(prefers-color-scheme: dark)"
|
|
scheme: slate
|
|
primary: black
|
|
toggle:
|
|
icon: material/lightbulb-outline
|
|
name: Switch to light mode
|
|
logo: assets/starcat_cat-icon_white_tp_smaller.svg
|
|
favicon: assets/favicon.svg
|
|
features:
|
|
- navigation.instant
|
|
- navigation.instant.progress
|
|
- navigation.tracking
|
|
- navigation.tabs
|
|
- navigation.tabs.sticky
|
|
- navigation.path
|
|
- navigation.indexes
|
|
- navigation.top |