-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfoliant.yml
52 lines (48 loc) · 1.49 KB
/
foliant.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
title: articles_foliant
chapters:
- index.md
- quickstart.md
- table_preproessors.md
- example/admonitions_example.md
preprocessors:
- includes
- admonitions
backend_config:
mkdocs:
mkdocs.yml:
theme:
name: material
custom_dir: !path ./theme/
palette:
primary: "rgba(0, 0, 0, 0.87)"
accent: light blue
font:
text: PT Sans
code: PT Mono
logo: assets/images/octopus-white.svg
favicon: assets/images/octopus-black-32.ico
features:
- search.suggest
- search.highlight
- navigation.top
icon:
repo: fontawesome/brands/github-alt
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/foliant-docs/foliant
- icon: fontawesome/regular/file-pdf
link: /docs/assets/foliant-docs.pdf
analytics:
provider: google
property: UA-120535275-2
markdown_extensions:
- meta
- def_list
- footnotes
- pymdownx.highlight
- toc:
permalink: true
- admonition
- pymdownx.details
- pymdownx.superfences