30 lines
713 B
YAML
30 lines
713 B
YAML
site_name: Pleroma Documentation
|
|
theme:
|
|
name: 'material'
|
|
# Disable google fonts
|
|
font: false
|
|
logo: 'images/pleroma_logo_vector_bg_180.png'
|
|
feature:
|
|
tabs: true
|
|
palette:
|
|
primary: 'black'
|
|
accent: 'orange'
|
|
|
|
extra_css:
|
|
- css/extra.css
|
|
repo_name: 'pleroma'
|
|
repo_url: 'https://git.pleroma.social/pleroma'
|
|
|
|
extra:
|
|
repo_icon: gitlab
|
|
|
|
markdown_extensions:
|
|
# Note/warning blocks https://squidfunk.github.io/mkdocs-material/extensions/admonition/
|
|
- admonition
|
|
- codehilite:
|
|
guess_lang: false
|
|
# Make it possible to link to every header https://squidfunk.github.io/mkdocs-material/extensions/permalinks/
|
|
- toc:
|
|
permalink: true
|
|
- pymdownx.tasklist:
|
|
custom_checkbox: true
|