mirror of
https://github.com/driftywinds/materialmkdocs.git
synced 2025-12-19 13:03:34 +00:00
64 lines
1.7 KiB
YAML
64 lines
1.7 KiB
YAML
site_name: drifty's docs
|
|
site_url: https://docs.drifty.win
|
|
theme:
|
|
favicon: assets/logo.png
|
|
logo: assets/logo.png
|
|
font:
|
|
text: Work Sans
|
|
code: Roboto Mono
|
|
name: material
|
|
palette:
|
|
primary: teal
|
|
accent: purple
|
|
scheme: slate
|
|
# Palette toggle for light mode (doesnt work)
|
|
# scheme: default
|
|
# toggle:
|
|
# icon: material/lightbulb
|
|
# name: Switch to dark mode
|
|
# Palette toggle for dark mode
|
|
# scheme: slate
|
|
# toggle:
|
|
# icon: material/lightbulb-outline
|
|
# name: Switch to light mode
|
|
features:
|
|
- navigation.instant
|
|
- navigation.tabs
|
|
- navigation.path
|
|
- navigation.top
|
|
- search.suggest
|
|
- search.highlight
|
|
- header.autohide
|
|
extra:
|
|
consent:
|
|
title: Cookie consent
|
|
description: >-
|
|
We use cookies to recognize your repeated visits and preferences, as well
|
|
as to measure the effectiveness of our documentation and whether users
|
|
find what they're searching for. With your consent, you're helping us to
|
|
make our documentation better.
|
|
actions:
|
|
- accept
|
|
- reject
|
|
social:
|
|
- icon: fontawesome/brands/github
|
|
link: https://github.com/driftywinds
|
|
name: drifty on Github
|
|
- icon: fontawesome/brands/x-twitter
|
|
link: https://twitter.com/driftywinds
|
|
name: drifty on Twitter
|
|
- icon: fontawesome/brands/discord
|
|
link: https://discord.com/users/292236486315737088
|
|
name: drifty on Discord
|
|
- icon: fontawesome/brands/mastodon
|
|
link: https://toot.cat/@l
|
|
name: drifty on Mastodon
|
|
plugins:
|
|
- blog
|
|
- search
|
|
- tags
|
|
- offline
|
|
copyright: >
|
|
<a href="#__consent">Cookie settings</a>
|
|
<br>
|
|
Copyright © 2019 - 2024 driftywinds |