-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
39 lines (36 loc) · 952 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
site_name: Pseudovote
site_description: Simple yet auditable polls on Internet.
site_url: https://infoaed.github.io/pseudovote
repo_name: infoaed/pseudovote
repo_url: https://github.com/infoaed/pseudovote
edit_uri: ""
theme:
name: material
logo: logo.svg
favicon: favicon.ico
palette:
- scheme: 'default'
media: '(prefers-color-scheme: light)'
primary: deep purple
toggle:
icon: 'material/lightbulb'
name: "Switch to dark mode"
- scheme: 'slate'
media: '(prefers-color-scheme: dark)'
primary: deep purple
toggle:
icon: 'material/lightbulb-outline'
name: 'Switch to light mode'
features:
- navigation.sections
- header.autohide
- content.code.copy
markdown_extensions:
- admonition
- codehilite
- mkautodoc
- toc:
permalink: true
nav:
- Introduction: index.md
- API: api.md