-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (33 loc) · 831 Bytes
/
mkdocs.yml
File metadata and controls
36 lines (33 loc) · 831 Bytes
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
site_name: JSON Serialization Benchmarks
repo_name: ZacSweers/json-serialization-benchmarking
repo_url: https://github.com/ZacSweers/json-serialization-benchmarking
site_url: https://zacsweers.github.io/json-serialization-benchmarking
site_description: "Misc benchmarks for JSON serialization."
site_author: Zac Sweers
remote_branch: gh-pages
copyright: 'Copyright © 2019 Zac Sweers'
theme:
name: 'material'
palette:
primary: 'deep-orange'
accent: 'white'
logo:
icon: 'notes'
feature:
tabs: true
markdown_extensions:
- smarty
- codehilite:
guess_lang: false
- footnotes
- meta
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.superfences
- tables