mirror of
https://github.com/iesfdlr/lab.git
synced 2026-06-06 01:16:49 +00:00
27 lines
555 B
YAML
27 lines
555 B
YAML
site_name: Nix Lab
|
|
site_url: https://nixlab.srizan.dev
|
|
theme:
|
|
name: material
|
|
palette:
|
|
- scheme: mocha
|
|
primary: custom
|
|
accent: custom
|
|
toggle:
|
|
icon: material/weather-sunny
|
|
name: Switch to Latte
|
|
- scheme: latte
|
|
primary: custom
|
|
accent: custom
|
|
toggle:
|
|
icon: material/weather-partly-cloudy
|
|
name: Switch to Mocha
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
|
|
extra_css:
|
|
- stylesheets/extra.css |