-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
144 lines (120 loc) · 3.28 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
# Project information
site_name: somos-py
site_url: https://pigeon.uk.to/projects/somos-py/
site_author: Max Kerr
site_description: >-
A Somos sequence generator in Python!
docs_dir: "docs"
site_dir: "site"
use_directory_urls: true
# Repository
repo_name: thatgaypigeon/somos-py
repo_url: https://github.com/thatgaypigeon/somos-py/
edit_uri: edit/main/docs/
copyright: Copyright © 2023 Max Kerr
theme:
name: material
language: en
# custom_dir: src/docs/overrides
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
scheme: slate
toggle:
icon: material/brightness-4
name: Day mode!
primary: orange
accent: indigo
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Night mode!
primary: orange
accent: indigo
# Palette toggle for dark mode
# - media: "(prefers-color-scheme: dark)"
# scheme: slate
# toggle:
# icon: material/brightness-4
# name: Day mode!
font:
text: Poppins
code: Space Mono
logo: assets/logo.png
favicon: assets/favicon.ico
features:
# - announce.dismiss
- content.action.edit
- content.action.view
# - header.autohide
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.path
- navigation.prune
- navigation.sections
- navigation.tabs
- navigation.top
# - navigation.tracking
- search.highlight
- search.suggest
- toc.follow
- toc.integrate
icon:
repo: fontawesome/solid/book-bookmark
plugins:
- git-revision-date-localized:
enable_creation_date: true
# - offline - not built-in?
# - optimize
# - privacy
# - projects
- search
# - social:
# cards_layout_options:
# font_family: Noto Sans JP
# - tags
markdown_extensions:
- pymdownx.arithmatex:
generic: true
extra:
homepage: https://pigeon.uk.to/projects/somos-py/
social:
- icon: fontawesome/brands/github
link: https://github.com/thatgaypigeon/
name: Pigeon on GitHub
- icon: fontawesome/brands/python
link: https://pypi.org/project/somos/
name: Somos on PyPI
- icon: fontawesome/brands/discord
link: https://discordapp.com/users/745783208137719810
name: Pigeon on Discord
- icon: fontawesome/brands/mastodon
link: https://tech.lgbt/@thatgaypigeon/
name: Pigeon on Mastodon
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/thatgaypigeon/
name: Pigeon on Twitter (X)
consent:
title: 🍪 Cookies
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
- manage
generator: false
version:
default: latest
provider: mike
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js