mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-02-25 06:34:57 +01:00
52 lines
1.2 KiB
YAML
52 lines
1.2 KiB
YAML
copyright: Copyright © 2020-Present LGUG2Z
|
|
use_directory_urls: false
|
|
site_name: Komorebi
|
|
site_description: The Tiling Window Manager for Windows
|
|
repo_url: https://github.com/LGUG2Z/komorebi
|
|
repo_name: LGUG2Z/komorebi
|
|
docs_dir: docs
|
|
theme:
|
|
name: material
|
|
palette:
|
|
- media: "(prefers-color-scheme: light)"
|
|
scheme: default
|
|
primary: deep purple
|
|
accent: deep purple
|
|
toggle:
|
|
icon: material/weather-sunny
|
|
name: Switch to dark mode
|
|
|
|
# Palette toggle for dark mode
|
|
- media: "(prefers-color-scheme: dark)"
|
|
scheme: slate
|
|
primary: deep purple
|
|
accent: purple
|
|
toggle:
|
|
icon: material/weather-night
|
|
name: Switch to light mode
|
|
features:
|
|
- content.action.edit
|
|
- content.action.view
|
|
- content.code.copy
|
|
- content.tabs.link
|
|
- navigation.footer
|
|
- navigation.indexes
|
|
- navigation.sections
|
|
- navigation.tabs
|
|
- navigation.top
|
|
- navigation.tracking
|
|
- search.highlight
|
|
- search.share
|
|
- search.suggest
|
|
- toc.follow
|
|
plugins:
|
|
- macros
|
|
|
|
nav:
|
|
- Komorebi:
|
|
- index.md
|
|
- Design: design.md
|
|
- Getting started:
|
|
- Installation: installation.md
|
|
- Example configurations: example-configurations.md
|